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