Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile...
[oota-llvm.git] / lib / VMCore / Mangler.cpp
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...