aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Mangler.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-9/+9
* Add the private linkage.Rafael Espindola2009-01-151-1/+2
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-121-5/+0
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-101-10/+7
* Use a DenseMap instead of an std::map for mangled name lookup. This is Owen Anderson2008-06-261-1/+2
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-4/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-1/+1
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
* Add new option to leave asm names aloneChris Lattner2006-09-071-0/+8
* For PR780:Reid Spencer2006-07-261-1/+1
* For PR780:Reid Spencer2006-06-071-0/+4
* Allow per-character control over what target assemblers allow in symbolChris Lattner2005-11-101-0/+17
* Add a new option for targets that accept quoted labels.Chris Lattner2005-11-101-7/+17
* Remove M, which is dead. Eliminate a dead typedef. Add comments.Chris Lattner2005-11-101-6/+12
* This method is no longer staticChris Lattner2005-11-101-2/+1
* minor interface changes.Chris Lattner2005-11-101-3/+4
* change proto slightlyChris Lattner2005-09-241-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Allow an arbitrary prefix.Chris Lattner2004-08-171-4/+4
* Add a new methodChris Lattner2004-07-081-0/+8
* Add methodChris Lattner2004-02-141-9/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+9
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-111-15/+17
* Need to include <string> to fix compile error on SunTanya Lattner2003-07-281-0/+1
* Forward-declare class Module to make the header file self-contained.Brian Gaeke2003-07-251-0/+1
* Cleanups:Brian Gaeke2003-07-241-4/+5
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-241-0/+45