[X86] Add support for mmword memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86AsmParser.cpp
2015-08-24 Michael Zuckerman[X86] Add support for mmword memory operand size for...
2015-08-24 Michael Zuckermanfirst commit to llvm
2015-08-10 Marina YatsinaTest commit to verify commit access
2015-07-30 Michael Kuperstein[X86] Recognize "flags" as an identifier, not a registe...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-23 Duncan P. N. Exon... X86: Use dyn_cast instead of isa+cast, NFC
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-01-16 Saleem AbdulrasoolX86: fix comment typo in AsmParser
2015-01-14 David MajnemerUse the operand vector instead so inline assembly can...
2015-01-14 Saleem AbdulrasoolX86: only access operands if they are present
2015-01-14 Saleem AbdulrasoolX86: validate 'int' instruction
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-03 Ahmed Bougacha[X86][MC] Intel syntax: accept implicit memory operand...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-01 Reid KlecknerMS inline asm: Use memory constraints for functions...
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Reid KlecknerX86 asm parser: Avoid duplicating the list of aliased...
2014-07-30 Reid KlecknerX86 asm parser: Use a loop to disambiguate suffixes...
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-04 Ehsan AkhgariAdd support for parsing the not operator in Microsoft...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Evgeniy Stepanov[asan] Use MCInstrInfo in inline asm instrumentation.
2014-04-23 NAKAMURA TakumiX86AsmParser.cpp: Fix memory leak at replacing movsd...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Reid KlecknerMS asm: The initial dot in struct access is optional
2014-03-04 Reid KlecknerMS asm: Attempt to parse variables followed by a bracke...
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-02-28 Evgeniy StepanovX86Operand is extracted into individual header.
2014-02-20 Elena DemikhovskyAVX-512: Fixed compilation issue
2014-02-20 Elena DemikhovskyAVX-512: Assembly parsing of broadcast semantic in...
2014-02-06 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-22 David Woodhouse[x86] Remove now-unused isSrcOp() and isDstOp() from...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse]x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for SCAS{8,16,32...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-08 David Woodhouse[x86] Make AsmParser validate registers for memory...
2014-01-06 Craig Topper[x86] Add basic support for .code16
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-02 Alp TokerIntroduce poor man's consumeToken() in X86AsmParser
2013-12-01 Benjamin KramerRevamp error checking in the ms inline asm parser.
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-07 Craig TopperTeach X86 asm parser that VMOVAPSrr and other VEX-encod...
next