index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
TailCallElim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Temporarily XFAIL waiting for a fix.
Bill Wendling
2011-10-17
1
-1
/
+2
*
Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This
Rafael Espindola
2011-10-05
1
-4
/
+17
*
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-10-03
1
-1
/
+1
*
Replace uses of unwind with unreachable for the same effect.
Bill Wendling
2011-09-19
1
-2
/
+2
*
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
1
-1
/
+1
*
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-06-17
1
-1
/
+0
*
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-16
1
-0
/
+16
*
Add a test for TCE return duplication.
Evan Cheng
2011-01-29
1
-0
/
+23
*
merge two tests.
Chris Lattner
2010-08-31
2
-35
/
+35
*
merge two tests and convert to filecheck.
Chris Lattner
2010-08-31
2
-23
/
+28
*
Handle the case of a tail recursion in which the tail call is followed
Duncan Sands
2010-07-13
1
-1
/
+4
*
Fix PR7328: when turning a tail recursion into a loop, need to preserve
Duncan Sands
2010-06-26
1
-0
/
+17
*
Refine the detection of seemingly infinitely recursive calls where the
Dan Gohman
2010-04-16
1
-1
/
+25
*
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
1
-12
/
+0
*
Do not mark no-return calls tail calls. It'll screw up special calls like lon...
Evan Cheng
2010-01-31
1
-0
/
+12
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-3
/
+3
*
Improve tail call elimination to handle the switch statement.
Nick Lewycky
2009-11-07
1
-0
/
+34
*
Oops, FunctionContainsEscapingAllocas is really used to mean two different
Nick Lewycky
2009-11-07
1
-0
/
+1
*
Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking
Nick Lewycky
2009-11-07
1
-0
/
+24
*
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-11
1
-2
/
+1
*
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
2
-2
/
+2
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
7
-7
/
+7
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
10
-10
/
+10
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
7
-7
/
+7
*
tweak test, add PR#
Chris Lattner
2009-09-07
1
-1
/
+2
*
Eliminate uses of %prcontext.
Daniel Dunbar
2009-09-05
1
-2
/
+3
*
Improve tail call elim to move loads above readonly calls
Chris Lattner
2009-06-19
2
-0
/
+165
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
[next]