aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-5/+0
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1
* Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky2008-03-091-0/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix indentAnton Korobeynikov2007-11-091-12/+11
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-091-1/+1
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-031-2/+2
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-10/+10
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-10/+11
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Add CloneTraceInto(), which is based on (and has mostly the sameBrian Gaeke2004-05-191-0/+33
* Give CloneBasicBlock an optional function argument to specify which functionChris Lattner2004-02-041-9/+7
* Finegrainify namespacificationChris Lattner2004-01-091-7/+3
* 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
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-311-8/+6
* Added the CloneTrace function which clones traces. It takes a vector of basic...Tanya Lattner2003-05-301-0/+83