Progress on PR341
[oota-llvm.git] / lib / Transforms / Utils / ValueMapper.cpp
2004-07-15 Chris LattnerProgress on PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-19 Brian GaekeMove RemapInstruction() to ValueMapper, so that it...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerYet more fixes for constant expr shifts
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-06 Chris LattnerAvoid doing pointless work. Amazingly, this makes...
2003-04-18 Chris LattnerNew const_cast instead of c style cast
2003-01-13 Chris LattnerAdd debugging helper
2002-12-07 Chris LattnerFix bug that was bugging bugpoint
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff