summaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser
Commit message (Expand)AuthorAge
* [x86] Add basic support for .code16Craig Topper2014-01-06
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-20
* Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me withKevin Enderby2013-12-19
* Revert my change to the X86 assembler for intel syntax to work withKevin Enderby2013-12-19
* Changed the X86 assembler for intel syntax to work with directional labels.Kevin Enderby2013-12-19
* Introduce poor man's consumeToken() in X86AsmParserAlp Toker2013-12-02
* Revamp error checking in the ms inline asm parser.Benjamin Kramer2013-12-01
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-07
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-12
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-27
* Remove some unnecessary PredicateMethod overrides. Add RenderMethod overrides...Craig Topper2013-08-26
* Put some of the AVX-512 parsing stuff in a more consistent place with the exi...Craig Topper2013-08-25
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* Use pop_back() instead of pop_back_val() when the returned value is not used.Jakub Staszak2013-08-08
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-13
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-10
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-09
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* [ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier2013-04-22
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* Fix unused variable warning.Chad Rosier2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* [ms-inline asm] Make code layout more canonical with iniline asm handled last.Chad Rosier2013-04-19
* [ms-inline asm] Refactor the parsing of identifiers. No functional changeChad Rosier2013-04-19
* [ms-inline asm] Remove these asserts. C++ variables that use namespaceChad Rosier2013-04-19
* [ms-inline asm] Move this variable into the scope in which it is used.Chad Rosier2013-04-19
* [ms-inline asm] Make this a hard error.Chad Rosier2013-04-19
* [ms-inline asm] Cleanup the dot operator implementation.Chad Rosier2013-04-19
* [ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.Chad Rosier2013-04-18
* Make this private method.Chad Rosier2013-04-18
* [ms-inline asm] These should be int64_t, not uint64_t.Chad Rosier2013-04-17
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-17
* [ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier2013-04-17
* Remove unused variable from previous refactor.Chad Rosier2013-04-16
* [ms-inline asm] Refactor. No functional change intended.Chad Rosier2013-04-16
* [ms-inline asm] Remove some dead code.Chad Rosier2013-04-16
* [ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functionalChad Rosier2013-04-12
* [ms-inline asm] Move this logic into a static function as it's only applicableChad Rosier2013-04-12
* [ms-inline asm] Address the FIXME for ImmDisp before brackets. ThisChad Rosier2013-04-12
* [ms-inline asm] Have the [ Symbol ] case fall into the more general logic. ThisChad Rosier2013-04-12
* [ms-inline asm] Add support for operands that include both a symbol and anChad Rosier2013-04-12