summaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCTargetAsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+28
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-0/+2
* reverting per requestJack Carter2013-10-041-5/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+5
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-031-3/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+7
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-1/+13
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-121-0/+1
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-061-0/+9
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-261-8/+10
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-251-2/+0
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+35
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-191-0/+8
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-191-0/+6
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-18/+4
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-121-1/+1
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-11/+3
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-051-0/+2
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-2/+6
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-7/+6
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-1/+1
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
* 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