aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-221-1/+1
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-201-8/+8
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-11/+27
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-5/+1
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-11/+26
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-141-11/+3
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-141-3/+11
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-32/+17
* the mangler can never mangle intrinsics, don't allow this.Chris Lattner2009-07-141-4/+2
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-141-20/+17
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-131-9/+1
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-131-14/+0
* the mangler should put suffixes on unnamed global's mangled names as well Chris Lattner2009-07-131-1/+1
* Two changes:Chris Lattner2009-07-131-9/+2
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-3/+3
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-231-2/+2
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-231-1/+1
* Use atomic increment here.Owen Anderson2009-06-171-2/+7
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-051-50/+68
* Add the private linkage.Rafael Espindola2009-01-151-3/+9
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-121-46/+1
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-101-27/+28
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-2/+5
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* targets that support quotes for mangled names still need to escape newlinesChris Lattner2008-02-151-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-3/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+215