Changes For Bug 352
[oota-llvm.git] / lib / VMCore / Mangler.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAllow an arbitrary prefix
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-02-14 Chris LattnerFix the logic in the name mangler. If there are two...
2004-02-11 Chris LattnerInitialize the count instance variable.
2003-12-14 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-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-07-25 Brian GaekeInclude llvm/Support/Mangler.h first. Don't include...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...