| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
does. Enhance
the X86 asmparser to produce ranges in the one case that was annoying me, for example:
test.s:10:15: error: invalid operand for instruction
movl 0(%rax), 0(%edx)
^~~~~~~
It should be straight-forward to enhance filecheck, tblgen, and/or the .ll parser to use
ranges where appropriate if someone is interested.
llvm-svn: 142106
|
| |
|
|
|
|
| |
MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.
llvm-svn: 136027
|
| |
|
|
|
|
| |
they belong.
llvm-svn: 135833
|
| |
|
|
|
|
|
|
|
|
|
| |
Update the debug output interface for MCParsedAsmOperand to have a print()
method which takes an output stream argument, an << operator which invokes
the print method using the given stream, and a dump() method which prints
the operand to the dbgs() stream. This makes the interface more consistent
with the rest of LLVM, and more convenient to use at the debugger command
line.
llvm-svn: 135043
|
| |
|
|
|
|
| |
representation before matching.
llvm-svn: 110791
|
| |
|
|
| |
llvm-svn: 110790
|
| |
|
|
| |
llvm-svn: 108647
|
| |
|
|
|
|
| |
Also, add constructor function for creating AsmParser instances.
llvm-svn: 108604
|
| |
|
|
| |
llvm-svn: 108155
|
|
|
llvm-svn: 94129
|