aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/Cloning.h
Commit message (Expand)AuthorAgeFilesLines
* don't include loopinfo.h from this file.Chris Lattner2008-01-111-1/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-141-2/+1
* Add utility to clone loops.Devang Patel2007-08-101-0/+9
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-031-8/+8
* The inliner/cloner can now optionally take TargetData info, which can beChris Lattner2007-01-301-4/+6
* Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-271-0/+13
* Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner2006-05-171-0/+1
* Teach inline function how to update the callgraph when it makes changes.Chris Lattner2006-01-141-9/+13
* Allow the code cloning interfaces to capture some important info about theChris Lattner2006-01-131-6/+39
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...Alkis Evlogimenos2004-05-191-0/+8
* Check in header file I forgot before.Chris Lattner2004-02-041-2/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Fix an FLAT OUT WRONG commentChris Lattner2003-08-311-2/+3
* Add versions of InlineFunction which work on Invoke instructions and general ...Chris Lattner2003-08-241-1/+4
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-311-5/+5
* Sorry, correcting small typo.Tanya Lattner2003-05-301-1/+1
* Added support for cloning a trace.Tanya Lattner2003-05-301-0/+7
* Doxygenify commentsChris Lattner2003-05-291-16/+15
* Add prototype for new CloneBasicBlock functionChris Lattner2003-04-181-2/+28
* Cloning stuff doesn't modify the source moduleChris Lattner2002-11-201-1/+1
* Minor changes to cloning interfaceChris Lattner2002-11-191-1/+24
* Extend function cloning interface to support inliningChris Lattner2002-11-191-2/+7
* Merge cloning and inlining utilitiesChris Lattner2002-11-191-0/+41