| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ms-inline asm] Create a helper function, CreateMemForInlineAsm, that creates | Chad Rosier | 2013-03-19 | 1 | -36/+49 |
| * | [ms-inline asm] Move the size directive asm rewrite into the target specific | Chad Rosier | 2013-03-19 | 1 | -44/+33 |
| * | [ms-inline asm] Avoid emitting a redundant sizing directive, if we've already | Chad Rosier | 2013-03-18 | 1 | -2/+3 |
| * | Post process ADC/SBB and use a shorter encoding if they use a sign extended i... | Craig Topper | 2013-03-18 | 1 | -0/+6 |
| * | Refactor some duplicated code into helper functions. | Craig Topper | 2013-03-18 | 1 | -229/+55 |
| * | Silence anonymous type in anonymous union warnings. | Eric Christopher | 2013-03-15 | 1 | -23/+28 |
| * | GCC thinks that this variable might be used uninitialized (it isn't). | Duncan Sands | 2013-03-01 | 1 | -1/+1 |
| * | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -15/+15 |
| * | [ms-inline asm] Adjust the EndLoc to account for the ']'. | Chad Rosier | 2013-02-15 | 1 | -1/+2 |
| * | [ms-inline asm] Make the error message more generic now that we support the | Chad Rosier | 2013-01-18 | 1 | -1/+1 |
| * | [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators. | Chad Rosier | 2013-01-17 | 1 | -36/+46 |
| * | [ms-inline asm] Extend support for parsing Intel bracketed memory operands that | Chad Rosier | 2013-01-14 | 1 | -86/+277 |
| * | X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem(). | NAKAMURA Takumi | 2013-01-11 | 1 | -0/+1 |
| * | [ms-inline asm] Make sure we set a default value for AddressOf. Follow on to | Chad Rosier | 2013-01-10 | 1 | -1/+2 |
| * | [ms-inline asm] Add support for calling functions from inline assembly. | Chad Rosier | 2013-01-10 | 1 | -5/+30 |
| * | Last in the series of removing unnecessary '0' arguments for | Eric Christopher | 2013-01-09 | 1 | -1/+1 |
| * | Change SMRange to be half-open (exclusive end) instead of closed (inclusive) | Jordan Rose | 2013-01-07 | 1 | -30/+26 |
| * | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 1 | -4/+0 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -10/+10 |
| * | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach | 2012-11-14 | 1 | -7/+40 |
| * | [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is | Chad Rosier | 2012-10-29 | 1 | -10/+37 |
| * | [ms-inline asm] Add a comment. | Chad Rosier | 2012-10-26 | 1 | -0/+1 |
| * | [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives. | Chad Rosier | 2012-10-26 | 1 | -5/+11 |
| * | [ms-inline asm] Add support for the TYPE operator. | Chad Rosier | 2012-10-26 | 1 | -1/+52 |
| * | [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 |