Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -2/+0 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 1 | -0/+11 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -3/+3 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 1 | -0/+7 |
* | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar | 2009-06-30 | 1 | -1/+17 |
* | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 1 | -4/+4 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 1 | -0/+39 |