aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-12/+10
* 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
* Refactor CloneFunction to expose the new CloneBasicBlock functionChris Lattner2003-04-181-13/+22
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+1
* Initial checkin of Module cloning support stuffChris Lattner2002-11-201-4/+2
* Fix minor bugsChris Lattner2002-11-201-2/+2
* Remove unneccesary #includeChris Lattner2002-11-191-1/+0
* Implement the CloneFunction functionChris Lattner2002-11-191-0/+40
* Minor changes to cloning interfaceChris Lattner2002-11-191-14/+5
* Fix two fixmes: integrate with inlining, and documentChris Lattner2002-11-191-6/+7
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-191-7/+14
* Start using the new function cloning headerChris Lattner2002-11-191-3/+3
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+3
* *** empty log message ***Chris Lattner2002-06-251-18/+18
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* s/Method/FunctionChris Lattner2002-04-271-1/+1
* New clone function routineChris Lattner2002-03-291-0/+90