Rename include guard, patch contributed by Evan Jones!
[oota-llvm.git] / include / llvm / Support / Mangler.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-07-08 Chris LattnerAdd a new method
2004-02-14 Chris LattnerAdd method
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-07-28 Tanya LattnerNeed to include <string> to fix compile error on Sun
2003-07-25 Brian GaekeForward-declare class Module to make the header file...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...