aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Mangler.h
AgeCommit message (Expand)Author
2009-05-05Quotes should be printed before private prefix; some code clean up.Evan Cheng
2009-02-20Removed trailing whitespace.Misha Brukman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Remove some dead code from the days llvm had type planes.Rafael Espindola
2008-07-10- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng
2008-06-26Use a DenseMap instead of an std::map for mangled name lookup. This is Owen Anderson
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-17Add support for appending a suffix to the end of a mangled name.Bill Wendling
2007-08-05Fix minor doxygen nits.Reid Spencer
2006-09-07Add new option to leave asm names aloneChris Lattner
2006-07-26For PR780:Reid Spencer
2006-06-07For PR780:Reid Spencer
2005-11-10Allow per-character control over what target assemblers allow in symbolChris Lattner
2005-11-10Add a new option for targets that accept quoted labels.Chris Lattner
2005-11-10Remove M, which is dead. Eliminate a dead typedef. Add comments.Chris Lattner
2005-11-10This method is no longer staticChris Lattner
2005-11-10minor interface changes.Chris Lattner
2005-09-24change proto slightlyChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Allow an arbitrary prefix.Chris Lattner
2004-07-08Add a new methodChris Lattner
2004-02-14Add methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-11Add support to the mangler for targets which require _'s on global symbolsChris Lattner
2003-07-28Need to include <string> to fix compile error on SunTanya Lattner
2003-07-25Forward-declare class Module to make the header file self-contained.Brian Gaeke
2003-07-24Cleanups:Brian Gaeke
2003-07-24Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke