| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with | Chad Rosier | 2013-04-11 | 1 | -2/+11 |
| * | [ms-inline asm] Add support for using offsetof operator with variables that use | Chad Rosier | 2013-04-11 | 1 | -3/+6 |
| * | [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we | Chad Rosier | 2013-04-11 | 1 | -15/+15 |
| * | [ms-inline asm] Remove brackets from around a symbol reference in the target | Chad Rosier | 2013-04-11 | 1 | -0/+10 |
| * | Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLoc | Chad Rosier | 2013-04-10 | 1 | -11/+13 |
| * | Remove unused variable. | Chad Rosier | 2013-04-10 | 1 | -1/+0 |
| * | Reapply r179115, but use parsePrimaryExpression a little more judiciously. | Chad Rosier | 2013-04-10 | 1 | -3/+3 |
| * | Cleanup. No functional change intended. | Chad Rosier | 2013-04-09 | 1 | -5/+5 |
| * | Cleanup. No functional change intended. | Chad Rosier | 2013-04-09 | 1 | -16/+16 |
| * | Revert r179115 as it looks to have killed the ASan tests. | Chad Rosier | 2013-04-09 | 1 | -5/+5 |
| * | [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to | Chad Rosier | 2013-04-09 | 1 | -5/+5 |
| * | [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand, | Chad Rosier | 2013-04-09 | 1 | -24/+38 |
| * | [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands. | Chad Rosier | 2013-04-08 | 1 | -12/+6 |
| * | [ms-inline asm] Add support for numeric displacement expressions in bracketed | Chad Rosier | 2013-04-05 | 1 | -64/+246 |
| * | [ms-inline asm] Add support for parsing variables with namespace alias | Chad Rosier | 2013-04-02 | 1 | -0/+54 |
| * | [ms-inline asm] Add support of imm displacement before bracketed memory | Chad Rosier | 2013-03-27 | 1 | -15/+52 |
| * | [ms-inline asm] Move the immediate asm rewrite into the target specific | Chad Rosier | 2013-03-19 | 1 | -10/+4 |
| * | [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 |
* | | Merge branch 'upstream' into merge_2013_03_18 | Stephen Hines | 2013-03-18 | 1 | -253/+90 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226 | Stephen Hines | 2013-03-05 | 1 | -138/+367 |
|\ \
| |/ |
|
| * | 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 |
* | | Update LLVM for merge to r171905. | Stephen Hines | 2013-01-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'upstream/master' into merge-llvm | Stephen Hines | 2013-01-21 | 3 | -300/+382 |
|\ \
| |/ |
|
| * | 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 | 3 | -164/+0 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 2 | -11/+11 |
| * | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach | 2012-11-14 | 1 | -7/+40 |
| * | Add support of RTM from TSX extension | Michael Liao | 2012-11-08 | 1 | -22/+21 |
| * | [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 |