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