aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/InlineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-7/+4
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Get the list of PHI node values before the basic block is split. Also, addChris Lattner2003-10-271-9/+16
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Do not move variable sized allocations to the top of the caller, which mightChris Lattner2003-10-141-7/+5
* Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner2003-10-061-8/+0
* Fix bugs in the last changeChris Lattner2003-09-221-2/+2
* Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.llChris Lattner2003-09-221-2/+7
* Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.llChris Lattner2003-09-221-1/+28
* Fix bug: Inline/2003-09-14-InlineValue.llChris Lattner2003-09-151-4/+8
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-27/+14
* Should invokify is always trueChris Lattner2003-09-081-24/+16
* Remove special casingChris Lattner2003-08-251-3/+0
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-7/+7
* *** Implement inlining of Invoke instructions!Chris Lattner2003-08-241-51/+138
* Implement: Inline/cfg_preserve_test.llChris Lattner2003-08-241-2/+15
* * Separate all of the grunt work of inlining out into the Utils library.Chris Lattner2003-05-291-0/+164