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