summaryrefslogtreecommitdiff
path: root/lib/VMCore/Mangler.cpp
Commit message (Expand)AuthorAge
* Add prefix only if it is needed.Devang Patel2009-08-17
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-22
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-14
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-14
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-14
* the mangler can never mangle intrinsics, don't allow this.Chris Lattner2009-07-14
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-14
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-13
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-13
* the mangler should put suffixes on unnamed global's mangled names as well Chris Lattner2009-07-13
* Two changes:Chris Lattner2009-07-13
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-23
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-23
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-23
* Use atomic increment here.Owen Anderson2009-06-17
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-05
* Add the private linkage.Rafael Espindola2009-01-15
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-12
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-10
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* targets that support quotes for mangled names still need to escape newlinesChris Lattner2008-02-15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-17
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-07
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Add new option to leave asm names aloneChris Lattner2006-09-07
* For PR780:Reid Spencer2006-06-07
* Another work around for the 'symbols with different types can have the sameChris Lattner2006-02-13
* Fix handling of multiple unnamed globals with the same typeChris Lattner2005-11-15
* Fix the optimized code handling of user asm stringsChris Lattner2005-11-10
* speedup the common case where nothing needs to be quotedChris Lattner2005-11-10
* 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 the M instance varChris Lattner2005-11-10
* Make this more efficient of the common case where we are only mangling globals.Chris Lattner2005-11-10
* Allow $Chris Lattner2005-10-14
* Add support for a marker byte that indicates that we shouldn't add the userChris Lattner2005-09-24
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Changes For Bug 352Reid Spencer2004-09-01
* Allow an arbitrary prefixChris Lattner2004-08-17
* Do not call Type::getUniqueIDChris Lattner2004-07-08
* Work around apparent Apple compiler bug which was making all mangledBrian Gaeke2004-07-06