index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
TailCallElim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
14
-0
/
+888
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
14
-888
/
+0
*
[TailCallElim] Enable marking of calls with byval as tails
Robert Lougher
2018-10-08
1
-0
/
+41
*
[TailCallElim] Preserve DT and PDT
Chijun Sima
2018-08-04
13
-14
/
+14
*
[TRE][DebugInfo] Preserve Debug Location in new branch instruction
Anastasis Grammenos
2018-08-03
1
-0
/
+16
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove this test
Adam Nemet
2017-11-28
1
-25
/
+0
*
Demote this opt remark to DEBUG.
Adam Nemet
2017-11-28
1
-1
/
+0
*
[TRE] Add another test for OptRemark.
Davide Italiano
2017-07-19
1
-0
/
+39
*
[TRE] Move to the new OptRemark API.
Davide Italiano
2017-07-19
1
-0
/
+25
*
[TRE] Improve code motion in TRE, use AA to tell whether a load can be moved ...
Xin Tong
2017-06-19
1
-0
/
+27
*
Avoid tail recursion elimination across calls with operand bundles
Sanjoy Das
2016-11-07
1
-0
/
+57
*
[PM] Port TailCallElim
Sean Silva
2016-07-06
1
-0
/
+1
*
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
Artur Pilipenko
2016-01-17
2
-1
/
+42
*
[OperandBundles] Have TailCallElim play nice with operand bundles
David Majnemer
2015-12-23
1
-0
/
+10
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-0
/
+24
*
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
Jonathan Roelofs
2015-08-10
1
-1
/
+1
*
TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...
Benjamin Kramer
2015-02-28
1
-0
/
+21
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
3
-14
/
+14
*
Fix tail recursion elimination
Arnaud A. de Grandmaison
2014-11-19
1
-0
/
+26
*
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
2014-11-04
2
-35
/
+1
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
2
-1
/
+35
*
Fix a long-standing miscompile in the load analysis that was uncovered
Chandler Carruth
2014-10-19
1
-4
/
+23
*
Revert "TRE: make TRE a bit more aggressive"
Rafael Espindola
2014-10-17
2
-35
/
+1
*
TRE: make TRE a bit more aggressive
Saleem Abdulrasool
2014-10-16
2
-1
/
+35
*
We may visit a call that uses an alloca multiple times in callUsesLocalStack,...
Nick Lewycky
2014-07-23
1
-0
/
+14
*
Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...
Nick Lewycky
2014-05-05
1
-0
/
+23
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
1
-0
/
+8
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
3
-5
/
+5
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
2
-3
/
+3
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
2
-25
/
+86
*
[TRE] Combined another test into basic.ll
Michael Gottesman
2013-07-05
2
-13
/
+1
*
[TRE] Merged several tests into the the test basic.ll.
Michael Gottesman
2013-07-05
5
-62
/
+58
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
3
-4
/
+2
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
3
-0
/
+4
*
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
1
-2
/
+2
*
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-11
4
-6
/
+12
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+3
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Revert r166407 because it caused analyzer tests to crash and broke self-host ...
Argyrios Kyrtzidis
2012-10-22
1
-19
/
+4
*
Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a
Nick Lewycky
2012-10-22
1
-4
/
+19
*
Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...
NAKAMURA Takumi
2012-10-22
1
-4
/
+2
*
Teach TailRecursionElimination to consider 'nocapture' when deciding whether
Nick Lewycky
2012-10-21
1
-2
/
+4
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
2
-2
/
+2
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
4
-4
/
+4
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-2
/
+2
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-1
/
+0
[next]