summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/hello.s
Commit message (Collapse)AuthorAgeFilesLines
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-121-3/+3
| | | | llvm-svn: 108174
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-0/+1
| | | | | | transcode from AT&T to intel syntax with "llvm-mc foo.s -output-asm-variant=1" llvm-svn: 82385
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-131-1/+1
| | | | llvm-svn: 81724
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-101-1/+0
| | | | | | instruction operands. llvm-svn: 78565
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-091-1/+2
| | | | llvm-svn: 78531
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-311-1/+1
| | | | llvm-svn: 77750
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-311-0/+27
- Operands which are just a label should be parsed as immediates, not memory operands (from the assembler perspective). - Match a few more flavors of immediates. - Distinguish match functions for memory operands which don't take a segment register. - We match the .s for "hello world" now! llvm-svn: 77745
OpenPOWER on IntegriCloud