aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneTrace.cpp
AgeCommit message (Expand)Author
2009-08-27remove CloneTrace, which appears to be dead since 2004.Chris Lattner
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-03-10Turn unwind_to into "unwinds to".Nick Lewycky
2008-03-09Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-09Fix indentAnton Korobeynikov
2007-11-09Forget to commit users part of value mapper interfaceAnton Korobeynikov
2007-02-03Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-05-19Add CloneTraceInto(), which is based on (and has mostly the sameBrian Gaeke
2004-02-04Give CloneBasicBlock an optional function argument to specify which functionChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-05-31Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner
2003-05-30Added the CloneTrace function which clones traces. It takes a vector of basic...Tanya Lattner