[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
[oota-llvm.git] / include / llvm / MC / MCTargetAsmParser.h
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-05 Chad Rosier[ms-inline asm] Add a comment describing the MapAndCons...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-08-15 Jim GrosbachTidy up trailing whitespace.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...