summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
Commit message (Expand)AuthorAge
* Fix some regression from the inliner patch I committed last night. This fixesChris Lattner2006-05-27
* Implement a new method, CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-27
* Allow the code cloning interfaces to capture some important info about theChris Lattner2006-01-13
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke2004-05-19
* Minor speedup, don't query ValueMap each time through the loopChris Lattner2004-02-04
* Give CloneBasicBlock an optional function argument to specify which functionChris Lattner2004-02-04
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Refactor CloneFunction to expose the new CloneBasicBlock functionChris Lattner2003-04-18
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Initial checkin of Module cloning support stuffChris Lattner2002-11-20
* Fix minor bugsChris Lattner2002-11-20
* Remove unneccesary #includeChris Lattner2002-11-19
* Implement the CloneFunction functionChris Lattner2002-11-19
* Minor changes to cloning interfaceChris Lattner2002-11-19
* Fix two fixmes: integrate with inlining, and documentChris Lattner2002-11-19
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-19
* Start using the new function cloning headerChris Lattner2002-11-19
* *** empty log message ***Chris Lattner2002-06-30
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* s/Method/FunctionChris Lattner2002-04-27
* New clone function routineChris Lattner2002-03-29