Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86AsmParser.cpp
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...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-26 Craig TopperRemove some unnecessary PredicateMethod overrides....
2013-08-25 Craig TopperPut some of the AVX-512 parsing stuff in a more consist...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-05-13 Duncan SandsSuppress GCC compiler warnings in release builds about...
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
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...
next