Add prefix only if it is needed.
[oota-llvm.git] / lib / VMCore / Mangler.cpp
2009-08-17 Devang PatelAdd prefix only if it is needed.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
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 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 Lattnerthe mangler can never mangle intrinsics, don't allow...
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-07-13 Chris Lattnerthe mangler should put suffixes on unnamed global's...
2009-07-13 Chris LattnerTwo changes:
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-17 Owen AndersonUse atomic increment here.
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
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-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-02-15 Chris Lattnertargets that support quotes for mangled names still...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-06-07 Reid SpencerFor PR780:
2006-02-13 Chris LattnerAnother work around for the 'symbols with different...
2005-11-15 Chris LattnerFix handling of multiple unnamed globals with the same...
2005-11-10 Chris LattnerFix the optimized code handling of user asm strings
2005-11-10 Chris Lattnerspeedup the common case where nothing needs to be quoted
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 the M instance var
2005-11-10 Chris LattnerMake this more efficient of the common case where we...
2005-10-14 Chris LattnerAllow $
2005-09-24 Chris LattnerAdd support for a marker byte that indicates that we...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
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...