aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-04-18Refactor CloneFunction to expose the new CloneBasicBlock functionChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20Initial checkin of Module cloning support stuffChris Lattner
2002-11-20Fix minor bugsChris Lattner
2002-11-19Remove unneccesary #includeChris Lattner
2002-11-19Implement the CloneFunction functionChris Lattner
2002-11-19Minor changes to cloning interfaceChris Lattner
2002-11-19Fix two fixmes: integrate with inlining, and documentChris Lattner
2002-11-19Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner
2002-11-19Start using the new function cloning headerChris Lattner
2002-06-30*** empty log message ***Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-03-29New clone function routineChris Lattner