Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
[oota-llvm.git] / lib / Transforms / Utils / CloneTrace.cpp
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-09 Anton KorobeynikovFix indent
2007-11-09 Anton KorobeynikovForget to commit users part of value mapper interface
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-05-19 Brian GaekeAdd CloneTraceInto(), which is based on (and has mostly...
2004-02-04 Chris LattnerGive CloneBasicBlock an optional function argument...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-30 Tanya LattnerAdded the CloneTrace function which clones traces....