Finegrainify namespacification
[oota-llvm.git] / lib / Transforms / Utils / ValueMapper.cpp
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