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
/
lib
/
Transforms
/
Scalar
/
TailRecursionElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Transforms/TailCallElim/return-undef.ll, a trivial case
Chris Lattner
2005-11-05
1
-0
/
+1
*
Use the new 'moveBefore' method to simplify some code. Really, which is
Chris Lattner
2005-08-08
1
-1
/
+1
*
Fix typoCVS: ----------------------------------------------------------------...
Chris Lattner
2005-08-07
1
-1
/
+1
*
* Use the new PHINode::hasConstantValue method to simplify some code
Chris Lattner
2005-08-07
1
-26
/
+66
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
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