aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCTargetAsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix function name per coding standard.Chad Rosier2012-09-051-1/+1
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-1/+2
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+3
* Removed unused argument.Chad Rosier2012-09-031-1/+1
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-1/+1
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-1/+0
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* [ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2012-08-211-1/+2
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-211-1/+3
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-091-0/+13
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-151-1/+9
* Move MatchResultTy enum into base class definition.Jim Grosbach2011-08-151-0/+10
* Tidy up trailing whitespace.Jim Grosbach2011-08-151-4/+4
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-0/+85