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