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
/
lib
/
Transforms
/
Scalar
/
TailRecursionElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
If a function contains no allocas, all of the calls in it are trivially
Chris Lattner
2005-05-09
1
-3
/
+45
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Adjust to the new BasicBlock ctor, which requires a function parameter
Chris Lattner
2004-02-04
1
-1
/
+1
*
Refactor code just a little bit, allowing us to implement TailCallElim/return...
Chris Lattner
2003-12-14
1
-51
/
+68
*
Implement: TailCallElim/accum_recursion_constant_arg.ll
Chris Lattner
2003-12-08
1
-6
/
+60
*
Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll
Chris Lattner
2003-12-08
1
-12
/
+122
*
Cleanup and restructure the code to make it easier to read and maintain.
Chris Lattner
2003-12-08
1
-53
/
+126
*
Minor cleanups and simplifications
Chris Lattner
2003-11-21
1
-1
/
+1
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-5
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Fix a really obvious huge gaping bug, add a comment
Chris Lattner
2003-09-20
1
-1
/
+2
*
Expose the TCE pass
Chris Lattner
2003-09-20
1
-0
/
+3
*
New transformation: tail recursion elimination
Chris Lattner
2003-09-20
1
-0
/
+96
[prev]