summaryrefslogtreecommitdiff
path: root/lib/VMCore/Mangler.cpp
Commit message (Expand)AuthorAge
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* reapply the mangler gutting patch.Chris Lattner2010-01-16
* Revert 93648.Rafael Espindola2010-01-16
* Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner2010-01-16
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-16
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* don't add the \1 to the name.Chris Lattner2010-01-13
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-13
* ugh, my last patch just sped up a method and changed all the clientsChris Lattner2010-01-13
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner2010-01-13
* change makeNameProper to take a stringref instead of std::string.Chris Lattner2010-01-13
* initialize SymbolsCanStartWithDigit to false by defaultNuno Lopes2009-09-21
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18
* Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner2009-09-13
* fix prefix ordering, it's L_foo not _LfooChris Lattner2009-09-11
* add a new Mangler::getNameWithPrefix API which returns theChris Lattner2009-09-11
* 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