summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneTrace.cpp
Commit message (Expand)AuthorAge
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Add CloneTraceInto(), which is based on (and has mostly the sameBrian Gaeke2004-05-19
* Give CloneBasicBlock an optional function argument to specify which functionChris Lattner2004-02-04
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-31
* Added the CloneTrace function which clones traces. It takes a vector of basic...Tanya Lattner2003-05-30