AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instruc...
[oota-llvm.git] / lib / Target / X86 / Disassembler /
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...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerDon't mix declarations and code.
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
2012-02-09 Craig TopperMore tweaks to get the size of the X86 disassembler...
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-04 Benjamin KramerSilence warnings of a mysterious compiler that still...
2012-01-01 Benjamin KramerX86Disassembler: Fix undefined behavior found by GCC 4.6
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-21 Craig TopperFix typo in a couple comments
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-05 Craig TopperChange C++ style comments to C style comments in X86...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperFix VEX disassembling to ignore REX.RXBW bits in 32...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
next