summaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAge
...
* Cleanup. No functional change intended.Chad Rosier2013-04-09
* Cleanup. No functional change intended.Chad Rosier2013-04-09
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-09
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-09
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-09
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-08
* [ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier2013-04-05
* [ms-inline asm] Add support for parsing variables with namespace aliasChad Rosier2013-04-02
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-27
* [ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier2013-03-19
* [ms-inline asm] Create a helper function, CreateMemForInlineAsm, that createsChad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* [ms-inline asm] Avoid emitting a redundant sizing directive, if we've alreadyChad Rosier2013-03-18
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-18
* Refactor some duplicated code into helper functions.Craig Topper2013-03-18
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* GCC thinks that this variable might be used uninitialized (it isn't).Duncan Sands2013-03-01
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* [ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier2013-02-15
* [ms-inline asm] Make the error message more generic now that we support the Chad Rosier2013-01-18
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-14
* X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi2013-01-11
* [ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-14
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-29
* [ms-inline asm] Add a comment.Chad Rosier2012-10-26
* [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.Chad Rosier2012-10-26
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetofChad Rosier2012-10-26
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* [ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier2012-10-25
* [ms-inline asm] Add support for parsing the '.' operator. Given,Chad Rosier2012-10-24
* Tidy up. No functional change intended.Chad Rosier2012-10-24
* [ms-inline asm] Create a register operand, rather than a memory operand when weChad Rosier2012-10-24
* [ms-inline asm] Offset operator - the size should be based on the size of aChad Rosier2012-10-23
* [ms-inline asm] Clean up comment.Chad Rosier2012-10-23
* [ms-inline asm] When parsing inline assembly we set the base register to aChad Rosier2012-10-23
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-22
* [ms-inline asm] Add support for parsing the offset operator. Callback for Chad Rosier2012-10-22
* [ms-inline asm] Reset the opcode prior to parsing a statement.Chad Rosier2012-10-19
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-19
* [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2012-10-15