Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Support / Mangler.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-08-05 Reid SpencerFix minor doxygen nits.
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2005-11-10 Chris LattnerAllow per-character control over what target assemblers...
2005-11-10 Chris LattnerAdd a new option for targets that accept quoted labels.
2005-11-10 Chris LattnerRemove M, which is dead. Eliminate a dead typedef...
2005-11-10 Chris LattnerThis method is no longer static
2005-11-10 Chris Lattnerminor interface changes.
2005-09-24 Chris Lattnerchange proto slightly
2005-04-21 Misha BrukmanRemove trailing whitespace
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...