aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/TailRecursionElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and restructure the code to make it easier to read and maintain.Chris Lattner2003-12-081-53/+126
* Minor cleanups and simplificationsChris Lattner2003-11-211-1/+1
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-5/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Fix a really obvious huge gaping bug, add a commentChris Lattner2003-09-201-1/+2
* Expose the TCE passChris Lattner2003-09-201-0/+3
* New transformation: tail recursion eliminationChris Lattner2003-09-201-0/+96