aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
AgeCommit message (Expand)Author
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