Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / Utils / CloneFunction.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-04-18 Chris LattnerRefactor CloneFunction to expose the new CloneBasicBloc...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff
2002-11-20 Chris LattnerFix minor bugs
2002-11-19 Chris LattnerRemove unneccesary #include
2002-11-19 Chris LattnerImplement the CloneFunction function
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerFix two fixmes: integrate with inlining, and document
2002-11-19 Chris LattnerRework inline pass to use cloning infrastructure to...
2002-11-19 Chris LattnerStart using the new function cloning header
2002-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-27 Chris Lattners/Method/Function
2002-03-29 Chris LattnerNew clone function routine