summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAge
* Avoid C++ comment in C sourcesAlp Toker2014-01-26
* Set displacementSize to 1 for instrucitons with mod==0x1. Fixes PR17310. Modi...Craig Topper2014-01-25
* Fix known typosAlp Toker2014-01-24
* X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]NAKAMURA Takumi2014-01-23
* Remove param doxygen comment for non-existing parameter.Benjamin Kramer2014-01-22
* [x86] Fix uninitialized variable warning in translate{Src,Dst}IndexDavid Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* [x86] Fix 16-bit disassembly of JCXZ/JECXZDavid Woodhouse2014-01-20
* [x86] Fix 16-bit handling of OpSize bitDavid Woodhouse2014-01-20
* [x86] Infer disassembler mode from SubtargetInfo feature bitsDavid Woodhouse2014-01-20
* VEX_PREFIX_66 doesn't need to set the hasOpSize flag since VEX instructions d...Craig Topper2014-01-17
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumen...NAKAMURA Takumi2014-01-01
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-01
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-31
* Remove old comment referring to an argument that no longer exists.Craig Topper2013-12-31
* Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper2013-12-30
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* [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
* X86 Disassembler: remove unused bool typedef-nameDavid Majnemer2013-11-05
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Replace C++ style comment with a C style comment to satisfy some of the build...Craig Topper2013-10-03
* Remove comma from the end of an enum.Craig Topper2013-10-03
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Remove 0 as a valid encoding for the m-mmmm field.Craig Topper2013-10-01
* Remove unneeded fields from disassembler internal instruction format.Craig Topper2013-10-01
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Build fixRichard Mitton2013-08-30
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-30
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* Remove trailing whitespace.Craig Topper2013-08-24
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-20
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi2013-03-25
* Whitespace.NAKAMURA Takumi2013-03-25
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-25
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix typoJoerg Sonnenberger2012-10-29
* Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-13
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-11