| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetof | Chad Rosier | 2012-10-26 | 1 | -1/+4 |
* | [ms-inline asm] Perform field lookups with the dot operator. | Chad Rosier | 2012-10-25 | 1 | -4/+19 |
* | [ms-inline asm] Add support for creating AsmRewrites in the target specific | Chad Rosier | 2012-10-25 | 1 | -3/+6 |
* | [ms-inline asm] Add error handling to the ParseIntelDotOperator() function. | Chad Rosier | 2012-10-25 | 1 | -16/+35 |
* | [ms-inline asm] Add support for parsing the '.' operator. Given, | Chad Rosier | 2012-10-24 | 1 | -0/+34 |
* | Tidy up. No functional change intended. | Chad Rosier | 2012-10-24 | 1 | -14/+15 |
* | [ms-inline asm] Create a register operand, rather than a memory operand when we | Chad Rosier | 2012-10-24 | 1 | -40/+45 |
* | [ms-inline asm] Offset operator - the size should be based on the size of a | Chad Rosier | 2012-10-23 | 1 | -0/+4 |
* | [ms-inline asm] Clean up comment. | Chad Rosier | 2012-10-23 | 1 | -3/+3 |
* | [ms-inline asm] When parsing inline assembly we set the base register to a | Chad Rosier | 2012-10-23 | 1 | -2/+9 |
* | [ms-inline asm] Add an implementation of the offset operator. This is a follow | Chad Rosier | 2012-10-23 | 1 | -12/+20 |
* | [ms-inline asm] Add the isOffsetOf() function. | Chad Rosier | 2012-10-22 | 1 | -0/+5 |
* | [ms-inline asm] Add support for parsing the offset operator. Callback for | Chad Rosier | 2012-10-22 | 1 | -5/+21 |
* | [ms-inline asm] Reset the opcode prior to parsing a statement. | Chad Rosier | 2012-10-19 | 1 | -3/+0 |
* | [ms-inline asm] Have the TargetParser callback to Sema to determine the size of | Chad Rosier | 2012-10-19 | 1 | -3/+30 |
* | [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a... | Chad Rosier | 2012-10-15 | 1 | -0/+3 |
* | [ms-inline asm] Update the end loc for ParseIntelMemOperand. | Chad Rosier | 2012-10-15 | 1 | -0/+1 |
* | [ms-inline asm] Remove the MatchInstruction() function. Previously, this was | Chad Rosier | 2012-10-13 | 1 | -24/+10 |
* | [ms-inline asm] Capitalize per coding standard. | Chad Rosier | 2012-10-12 | 1 | -19/+19 |
* | [ms-inline asm] Use the new API introduced in r165830 in lieu of the | Chad Rosier | 2012-10-12 | 1 | -25/+14 |
* | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier | 2012-10-05 | 1 | -3/+3 |
* | [ms-inline asm] Add support for parsing [Intel dialect] memory operands that use | Chad Rosier | 2012-10-04 | 1 | -7/+11 |
* | Revert 165057, per Jim's request. This requires further discussion. | Chad Rosier | 2012-10-02 | 1 | -26/+8 |
* | [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type | Chad Rosier | 2012-10-02 | 1 | -8/+26 |
* | [ms-inline asm] Add the convertToMapAndConstraints() function that is used to | Chad Rosier | 2012-10-01 | 1 | -29/+35 |
* | Consistently specify the assembly variant to MatchInstructionImpl. | Bob Wilson | 2012-09-25 | 1 | -4/+8 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -7/+0 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -4/+0 |
* | [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. | Chad Rosier | 2012-09-21 | 1 | -0/+4 |
* | Add comment. | Chad Rosier | 2012-09-21 | 1 | -1/+2 |
* | [ms-inline asm] Make the operand size directives case insensitive. | Chad Rosier | 2012-09-12 | 1 | -8/+9 |
* | StringSwitchify. | Chad Rosier | 2012-09-11 | 1 | -8/+10 |
* | Simplify logic. No functional change intended. | Chad Rosier | 2012-09-11 | 1 | -9/+8 |
* | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier | 2012-09-10 | 1 | -1/+4 |
* | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer | 2012-09-07 | 1 | -5/+6 |
* | Fix function name per coding standard. | Chad Rosier | 2012-09-05 | 1 | -2/+2 |
* | [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add | Chad Rosier | 2012-09-03 | 1 | -2/+3 |
* | [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the | Chad Rosier | 2012-09-03 | 1 | -0/+6 |
* | Removed unused argument. | Chad Rosier | 2012-09-03 | 1 | -14/+13 |
* | [ms-inline asm] Expose the Kind and Opcode variables from the | Chad Rosier | 2012-09-03 | 1 | -9/+18 |
* | The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve... | Chad Rosier | 2012-08-31 | 1 | -3/+0 |
* | Typo. | Chad Rosier | 2012-08-28 | 1 | -1/+1 |
* | [ms-inline asm] Avoid a false positive assertion | Chad Rosier | 2012-08-22 | 1 | -1/+3 |
* | [ms-inline asm] Do not report a Parser error when matching inline assembly. | Chad Rosier | 2012-08-21 | 1 | -14/+25 |
* | [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, | Chad Rosier | 2012-08-21 | 1 | -4/+6 |
* | [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit). | Chad Rosier | 2012-08-09 | 1 | -3/+19 |
* | Remove tab characters. | Craig Topper | 2012-07-18 | 1 | -13/+13 |
* | Fix typo in error message and remove some tab characters. | Craig Topper | 2012-07-18 | 1 | -5/+5 |
* | Make x86 asm parser to check for xmm vs ymm for index register in gather inst... | Craig Topper | 2012-07-18 | 1 | -0/+29 |
* | Whitespace. | Chad Rosier | 2012-06-27 | 1 | -34/+34 |