aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-11/+11
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-141-7/+40
* Add support of RTM from TSX extensionMichael Liao2012-11-081-22/+21
* [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
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-101-1/+4
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-071-5/+6
* Fix function name per coding standard.Chad Rosier2012-09-051-2/+2
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+3
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+6
* Removed unused argument.Chad Rosier2012-09-031-14/+13
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-9/+18
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-3/+0
* Typo.Chad Rosier2012-08-281-1/+1
* [ms-inline asm] Avoid a false positive assertionChad Rosier2012-08-221-1/+3