aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Mangler.h
AgeCommit message (Expand)Author
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16reapply the mangler gutting patch.Chris Lattner
2010-01-16Revert 93648.Rafael Espindola
2010-01-16Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2010-01-16add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner
2010-01-13makeNameProper is now private!Chris Lattner
2010-01-13ugh, my last patch just sped up a method and changed all the clientsChris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-13my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner
2010-01-13change makeNameProper to take a stringref instead of std::string.Chris Lattner
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-11add a new Mangler::getNameWithPrefix API which returns theChris Lattner
2009-07-20Rename Mangler linkage enums to something less gross.Bill Wendling
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-15eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar
2009-07-14remove renamed method.Chris Lattner
2009-07-14Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner
2009-07-14Change the internal interface to makeNameProper to take a bool thatChris Lattner
2009-07-14rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner
2009-07-13remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner
2009-07-13remove mangler support for mangling local names. Mangler should only be Chris Lattner
2009-05-05Quotes should be printed before private prefix; some code clean up.Evan Cheng
2009-02-20Removed trailing whitespace.Misha Brukman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Remove some dead code from the days llvm had type planes.Rafael Espindola
2008-07-10- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng
2008-06-26Use a DenseMap instead of an std::map for mangled name lookup. This is Owen Anderson
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-17Add support for appending a suffix to the end of a mangled name.Bill Wendling
2007-08-05Fix minor doxygen nits.Reid Spencer
2006-09-07Add new option to leave asm names aloneChris Lattner
2006-07-26For PR780:Reid Spencer
2006-06-07For PR780:Reid Spencer
2005-11-10Allow per-character control over what target assemblers allow in symbolChris Lattner
2005-11-10Add a new option for targets that accept quoted labels.Chris Lattner
2005-11-10Remove M, which is dead. Eliminate a dead typedef. Add comments.Chris Lattner
2005-11-10This method is no longer staticChris Lattner
2005-11-10minor interface changes.Chris Lattner
2005-09-24change proto slightlyChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Allow an arbitrary prefix.Chris Lattner
2004-07-08Add a new methodChris Lattner
2004-02-14Add methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell