summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAge
* 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
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-05
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-31
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper2012-07-31
* Tidy up trailing whitespaceCraig Topper2012-07-31
* Tidy up trailing whitespaceCraig Topper2012-07-31
* Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-JumpKevin Enderby2012-07-24
* Remove tabs.Bill Wendling2012-07-19
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properlyKevin Enderby2012-04-18
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* C files in llvm still have to be C89 compliant, remove C++-style comments.Benjamin Kramer2012-03-10
* Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby2012-03-09
* Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper2012-03-04
* Added annotations for x86 pc relative loads to llvm's 'C' disassembler.Kevin Enderby2012-02-29
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-27
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Don't mix declarations and code.Benjamin Kramer2012-02-11
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-11
* More tweaks to get the size of the X86 disassembler tables down.Craig Topper2012-02-09
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-09