summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Mangler.h
Commit message (Expand)AuthorAge
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-10
* Use a DenseMap instead of an std::map for mangled name lookup. This is Owen Anderson2008-06-26
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-17
* Fix minor doxygen nits.Reid Spencer2007-08-05
* Add new option to leave asm names aloneChris Lattner2006-09-07
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-06-07
* Allow per-character control over what target assemblers allow in symbolChris Lattner2005-11-10
* Add a new option for targets that accept quoted labels.Chris Lattner2005-11-10
* Remove M, which is dead. Eliminate a dead typedef. Add comments.Chris Lattner2005-11-10
* This method is no longer staticChris Lattner2005-11-10
* minor interface changes.Chris Lattner2005-11-10
* change proto slightlyChris Lattner2005-09-24
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Allow an arbitrary prefix.Chris Lattner2004-08-17
* Add a new methodChris Lattner2004-07-08
* Add methodChris Lattner2004-02-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-11
* Need to include <string> to fix compile error on SunTanya Lattner2003-07-28
* Forward-declare class Module to make the header file self-contained.Brian Gaeke2003-07-25
* Cleanups:Brian Gaeke2003-07-24
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-24