| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Overhaul handling of .lcomm | Benjamin Kramer | 2012-09-07 | 1 | -1/+1 |
* | Move some ELF directives into ELF asm parser. | Jim Grosbach | 2011-07-25 | 1 | -3/+0 |
* | Revert r103137, fix for $ in labels. It looks like we can't actually handle this | Daniel Dunbar | 2010-05-06 | 1 | -7/+0 |
* | fix rdar://7946934 - in some limited cases, the assembler should | Chris Lattner | 2010-05-05 | 1 | -0/+7 |
* | MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing | Daniel Dunbar | 2010-01-30 | 1 | -1/+1 |
* | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar | 2009-10-16 | 1 | -9/+9 |
* | Unbreak these tests. Chris, please verify that these changes are intended. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | use a darwin triple | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | adjust expected lines. | Chris Lattner | 2009-09-03 | 1 | -5/+5 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 1 | -1/+1 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 1 | -4/+4 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -2/+2 |
* | Update test. | Daniel Dunbar | 2009-08-30 | 1 | -2/+4 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 1 | -1/+1 |
* | llvm-mc: When handling a .set, make sure to print subsequent references to the | Daniel Dunbar | 2009-08-14 | 1 | -2/+8 |
* | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar | 2009-08-14 | 1 | -3/+3 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
* | llvm-mc/AsmMatcher: Improve match code. | Daniel Dunbar | 2009-08-08 | 1 | -3/+0 |
* | Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on | Daniel Dunbar | 2009-08-07 | 1 | -0/+3 |
* | llvm-mc: More quoted identifier support. | Daniel Dunbar | 2009-08-01 | 1 | -0/+25 |
* | llvm-mc: Add -triple, and fix some typos | Daniel Dunbar | 2009-07-31 | 1 | -2/+2 |
* | llvm-mc: Fix .s output to quote section & symbol names when necessary. | Daniel Dunbar | 2009-07-31 | 1 | -5/+5 |
* | llvm-mc: Support quoted identifiers. | Daniel Dunbar | 2009-07-31 | 1 | -0/+26 |