Age | Commit message (Expand) | Author |
---|---|---|
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
2009-09-13 | fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ... | Chris Lattner |
2009-09-13 | Make the MC symbol printer and llvm::Mangler exactly agree on mangling | Chris Lattner |
2009-09-09 | allow @ in symbol names without quoting the identifier. This | Chris Lattner |
2009-09-03 | fix MCSymbol printing to exactly match the normal mangler rules so | Chris Lattner |
2009-09-03 | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner |
2009-08-22 | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar |
2009-08-14 | Add MCSymbol::{print, dump} | Daniel Dunbar |