summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-15/+15
* [ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier2013-02-151-1/+2
* [ms-inline asm] Make the error message more generic now that we support the Chad Rosier2013-01-181-1/+1
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-171-36/+46
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-141-86/+277
* X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi2013-01-111-0/+1
* [ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier2013-01-101-1/+2
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-101-5/+30
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-30/+26
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-4/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-141-7/+40
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-291-10/+37
* [ms-inline asm] Add a comment.Chad Rosier2012-10-261-0/+1
* [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.Chad Rosier2012-10-261-5/+11
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-261-1/+52
* [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetofChad Rosier2012-10-261-1/+4
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-251-4/+19
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-3/+6
* [ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier2012-10-251-16/+35
* [ms-inline asm] Add support for parsing the '.' operator. Given,Chad Rosier2012-10-241-0/+34
* Tidy up. No functional change intended.Chad Rosier2012-10-241-14/+15
* [ms-inline asm] Create a register operand, rather than a memory operand when weChad Rosier2012-10-241-40/+45
* [ms-inline asm] Offset operator - the size should be based on the size of aChad Rosier2012-10-231-0/+4
* [ms-inline asm] Clean up comment.Chad Rosier2012-10-231-3/+3
* [ms-inline asm] When parsing inline assembly we set the base register to aChad Rosier2012-10-231-2/+9
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-231-12/+20
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-221-0/+5
* [ms-inline asm] Add support for parsing the offset operator. Callback for Chad Rosier2012-10-221-5/+21
* [ms-inline asm] Reset the opcode prior to parsing a statement.Chad Rosier2012-10-191-3/+0
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-191-3/+30
* [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2012-10-151-0/+3
* [ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier2012-10-151-0/+1
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-24/+10
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-121-19/+19
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-25/+14
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-3/+3
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-041-7/+11
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-021-26/+8
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-021-8/+26
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-29/+35
* Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson2012-09-251-4/+8
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-7/+0
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-4/+0
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
* Add comment.Chad Rosier2012-09-211-1/+2
* [ms-inline asm] Make the operand size directives case insensitive.Chad Rosier2012-09-121-8/+9
* StringSwitchify.Chad Rosier2012-09-111-8/+10
* Simplify logic. No functional change intended.Chad Rosier2012-09-111-9/+8
OpenPOWER on IntegriCloud