[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / X86 / AsmParser /
2013-04-22 Chad Rosier[ms-inline asm] Removed this unnecessary check. In...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Chad RosierFix unused variable warning.
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-19 Chad Rosier[ms-inline asm] Make code layout more canonical with...
2013-04-19 Chad Rosier[ms-inline asm] Refactor the parsing of identifiers...
2013-04-19 Chad Rosier[ms-inline asm] Remove these asserts. C++ variables...
2013-04-19 Chad Rosier[ms-inline asm] Move this variable into the scope in...
2013-04-19 Chad Rosier[ms-inline asm] Make this a hard error.
2013-04-19 Chad Rosier[ms-inline asm] Cleanup the dot operator implementation.
2013-04-18 Chad Rosier[ms-inline asm] Simplify some logic and add a FIXME...
2013-04-18 Chad RosierMake this private method.
2013-04-17 Chad Rosier[ms-inline asm] These should be int64_t, not uint64_t.
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-17 Chad Rosier[ms-inline asm] Add support for parsing complex immedia...
2013-04-16 Chad RosierRemove unused variable from previous refactor.
2013-04-16 Chad Rosier[ms-inline asm] Refactor. No functional change intended.
2013-04-16 Chad Rosier[ms-inline asm] Remove some dead code.
2013-04-12 Chad Rosier[ms-inline asm] Simplify the logic by using parsePrimar...
2013-04-12 Chad Rosier[ms-inline asm] Move this logic into a static function...
2013-04-12 Chad Rosier[ms-inline asm] Address the FIXME for ImmDisp before...
2013-04-12 Chad Rosier[ms-inline asm] Have the [ Symbol ] case fall into...
2013-04-12 Chad Rosier[ms-inline asm] Add support for operands that include...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using the LENGTH, TYPE...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using offsetof operator...
2013-04-11 Chad Rosier[ms-inline asm] Pass a StringRef reference to ParseInte...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-10 Chad RosierTidy up, fix and simplify a few of the SMLocs. Prior...
2013-04-10 Chad RosierRemove unused variable.
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-04-02 Chad Rosier[ms-inline asm] Add support for parsing variables with...
2013-03-27 Chad Rosier[ms-inline asm] Add support of imm displacement before...
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Chad Rosier[ms-inline asm] Create a helper function, CreateMemForI...
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-18 Chad Rosier[ms-inline asm] Avoid emitting a redundant sizing direc...
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-01 Duncan SandsGCC thinks that this variable might be used uninitializ...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-15 Chad Rosier[ms-inline asm] Adjust the EndLoc to account for the...
2013-01-18 Chad Rosier[ms-inline asm] Make the error message more generic...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-10 Chad Rosier[ms-inline asm] Make sure we set a default value for...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-26 Chad Rosier[ms-inline asm] Add a comment.
2012-10-26 Chad Rosier[ms-inline asm] Emit an error for unsupported SIZE...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Chad Rosier[ms-inline asm] Add error handling to the ParseIntelDot...
2012-10-24 Chad Rosier[ms-inline asm] Add support for parsing the '.' operato...
2012-10-24 Chad RosierTidy up. No functional change intended.
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-23 Chad Rosier[ms-inline asm] Offset operator - the size should be...
2012-10-23 Chad Rosier[ms-inline asm] Clean up comment.
2012-10-23 Chad Rosier[ms-inline asm] When parsing inline assembly we set...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-22 Chad Rosier[ms-inline asm] Add support for parsing the offset...
2012-10-19 Chad Rosier[ms-inline asm] Reset the opcode prior to parsing a...
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Chad Rosier[ms-inline asm] Update the end loc for ParseIntelMemOpe...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-04 Chad Rosier[ms-inline asm] Add support for parsing [Intel dialect...
2012-10-02 Chad RosierRevert 165057, per Jim's request. This requires furthe...
2012-10-02 Chad Rosier[ms-inline asm] Add basic support for wildcard MCParsed...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-25 Bob WilsonConsistently specify the assembly variant to MatchInstr...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierAdd comment.
2012-09-12 Chad Rosier[ms-inline asm] Make the operand size directives case...
2012-09-11 Chad RosierStringSwitchify.
2012-09-11 Chad RosierSimplify logic. No functional change intended.
2012-09-10 Chad Rosier[ms-inline asm] Add support for .att_syntax directive.
next