aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Mangler.h
Commit message (Expand)AuthorAgeFilesLines
* 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