summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
| | | | llvm-svn: 8625
* Fix a really obvious huge gaping bug, add a commentChris Lattner2003-09-201-1/+2
| | | | llvm-svn: 8620
* Expose the TCE passChris Lattner2003-09-201-0/+3
| | | | llvm-svn: 8619
* New transformation: tail recursion eliminationChris Lattner2003-09-201-0/+96
llvm-svn: 8618
OpenPOWER on IntegriCloud