aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Mangler.h
Commit message (Expand)AuthorAgeFilesLines
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-8/+0
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-3/+6
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-141-6/+3
* remove renamed method.Chris Lattner2009-07-141-4/+0
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-141-3/+10
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-2/+2
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-141-4/+6
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-131-10/+0
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-131-1/+0
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-051-1/+5
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+118