| Age | Commit message (Expand) | Author |
| 2009-09-21 | initialize SymbolsCanStartWithDigit to false by default | Nuno Lopes |
| 2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
| 2009-09-13 | Make the MC symbol printer and llvm::Mangler exactly agree on mangling | Chris Lattner |
| 2009-09-11 | fix prefix ordering, it's L_foo not _Lfoo | Chris Lattner |
| 2009-09-11 | add a new Mangler::getNameWithPrefix API which returns the | Chris Lattner |
| 2009-08-17 | Add prefix only if it is needed. | Devang Patel |
| 2009-07-22 | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar |
| 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 | 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 | the mangler can never mangle intrinsics, don't allow this. | 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-07-13 | the mangler should put suffixes on unnamed global's mangled names as well | Chris Lattner |
| 2009-07-13 | Two changes: | Chris Lattner |
| 2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
| 2009-06-23 | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson |
| 2009-06-23 | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson |
| 2009-06-17 | Use atomic increment here. | Owen Anderson |
| 2009-05-05 | Quotes should be printed before private prefix; some code clean up. | Evan Cheng |
| 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-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
| 2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
| 2008-02-15 | targets that support quotes for mangled names still need to escape newlines | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-09-17 | Add support for appending a suffix to the end of a mangled name. | Bill Wendling |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
| 2006-09-07 | Add new option to leave asm names alone | Chris Lattner |
| 2006-06-07 | For PR780: | Reid Spencer |
| 2006-02-13 | Another work around for the 'symbols with different types can have the same | Chris Lattner |
| 2005-11-15 | Fix handling of multiple unnamed globals with the same type | Chris Lattner |
| 2005-11-10 | Fix the optimized code handling of user asm strings | Chris Lattner |
| 2005-11-10 | speedup the common case where nothing needs to be quoted | Chris Lattner |
| 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 the M instance var | Chris Lattner |
| 2005-11-10 | Make this more efficient of the common case where we are only mangling globals. | Chris Lattner |
| 2005-10-14 | Allow $ | Chris Lattner |
| 2005-09-24 | Add support for a marker byte that indicates that we shouldn't add the user | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |