Use 'static const char' instead of 'static const int'.
[oota-llvm.git] / lib / Transforms / Utils / ValueMapper.h
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-05-19 Brian GaekeMove RemapInstruction() to ValueMapper, so that it...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff