summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAge
* 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
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-05
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Silence warnings of a mysterious compiler that still defaults to C89.Benjamin Kramer2012-01-04
* X86Disassembler: Fix undefined behavior found by GCC 4.6Benjamin Kramer2012-01-01
* Add disassembler support for VPERMIL2PD and VPERMIL2PS.Craig Topper2011-12-30
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-21
* Fix typo in a couple commentsCraig Topper2011-12-21
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Change C++ style comments to C style comments in X86 disassembler. Patch from...Craig Topper2011-10-05
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-03
* Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.Craig Topper2011-10-03
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-02
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-26
* X86Disassembler: if verbose logging is going to nulls(), disable logging comp...Benjamin Kramer2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-14
* Only disassembler instructions with vvvv != 1111 if the instruction actually ...Craig Topper2011-09-13
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15