Reapply my previous asmprinter changes now with more testing and two
[oota-llvm.git] / include / llvm / Support / Mangler.h
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Chris Lattnerremove renamed method.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-06-26 Owen AndersonUse a DenseMap instead of an std::map for mangled name...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
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...