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