Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar | 2010-07-12 | 1 | -3/+3 |
| | | | | llvm-svn: 108174 | ||||
* | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 1 | -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 Lattner | 2009-09-13 | 1 | -1/+1 |
| | | | | llvm-svn: 81724 | ||||
* | llvm-mc/AsmParser: Check for matches with super classes when matching | Daniel Dunbar | 2009-08-10 | 1 | -1/+0 |
| | | | | | | instruction operands. llvm-svn: 78565 | ||||
* | Disable this test for now, we don't check for super classes when matching yet. | Daniel Dunbar | 2009-08-09 | 1 | -1/+2 |
| | | | | llvm-svn: 78531 | ||||
* | llvm-mc: Add -triple, and fix some typos | Daniel Dunbar | 2009-07-31 | 1 | -1/+1 |
| | | | | llvm-svn: 77750 | ||||
* | llvm-mc: A few more parsing / match tweaks. | Daniel Dunbar | 2009-07-31 | 1 | -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 |