[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
[oota-llvm.git] / lib / Target / X86 / Disassembler /
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 Craig TopperFormatting fixes. Most putting 'else' on the same line...
2014-10-07 Craig TopperFix filename in header and use C++ version of the C...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-05 Adam Nemet[X86] Increase X86_MAX_OPERANDS from 5 to 6
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Elena DemikhovskyX86Disassembler - fixed a bug in immediate print
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 NAKAMURA TakumiAppease autoconf build since X86Disassembler.c has...
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithMaybe if I touch this file the buildbots will actually...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Lang Hames[X86] unique_ptr'ify one of X86GenericDisassembler...
2014-03-20 Craig Topper[X86] Check return value of readSIB in disassembler...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-17 Craig TopperFix diassembler handling of rex.b when mod=00/01/10...
2014-01-26 Alp TokerAvoid C++ comment in C sources
2014-01-25 Craig TopperSet displacementSize to 1 for instrucitons with mod...
2014-01-24 Alp TokerFix known typos
2014-01-23 NAKAMURA TakumiX86Disassembler.cpp: Fix @param introduced in r199804...
2014-01-22 Benjamin KramerRemove param doxygen comment for non-existing parameter.
2014-01-22 David Woodhouse[x86] Fix uninitialized variable warning in translate...
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-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-20 David Woodhouse[x86] Fix 16-bit disassembly of JCXZ/JECXZ
2014-01-20 David Woodhouse[x86] Fix 16-bit handling of OpSize bit
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2014-01-17 Craig TopperVEX_PREFIX_66 doesn't need to set the hasOpSize flag...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-31 Craig TopperRemove old comment referring to an argument that no...
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-16 Elena DemikhovskyAVX-512: Added legal type MVT::i1 and VK1 register...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-05 David MajnemerX86 Disassembler: remove unused bool typedef-name
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-10-03 Craig TopperReplace C++ style comment with a C style comment to...
2013-10-03 Craig TopperRemove comma from the end of an enum.
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-01 Craig TopperRemove 0 as a valid encoding for the m-mmmm field.
2013-10-01 Craig TopperRemove unneeded fields from disassembler internal instr...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-08-30 Richard MittonBuild fix
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-24 Craig TopperRemove trailing whitespace.
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-03-25 NAKAMURA TakumiX86DisassemblerDecoder.c: Make this C89-compliant.
2013-03-25 NAKAMURA TakumiWhitespace.
2013-03-25 Dave Zarzyckix86 -- disassemble the REP/REPNE prefix when needed
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-29 Joerg SonnenbergerFix typo
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-09-05 Roman DivackyUse const properly so that we dont remove const qualifi...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Craig TopperMake INSTRUCTION_SPECIFIER_FIELDS match X86Disassembler...
2012-07-31 Craig TopperTidy up trailing whitespace
2012-07-31 Craig TopperTidy up trailing whitespace
2012-07-24 Kevin EnderbyFix a bug in the x86 disassembler's symbolic disassembl...
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-04-18 Kevin EnderbyFixed the llvm-mv X86 disassembler so the 'C' API gets...
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-03-10 Benjamin KramerC files in llvm still have to be C89 compliant, remove...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-02-29 Kevin EnderbyAdded annotations for x86 pc relative loads to llvm...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
next