summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86Disassembler.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* 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
* 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
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-11
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-21
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* 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
* 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
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Fixed a bug in the X86 disassembler where a member of theSean Callanan2011-02-21
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-23
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-13
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-05
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-02
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-20
* Fixes to the X86 disassembler:Sean Callanan2009-12-22
* Include based on the current path, since we already -I the X86 target's path....Douglas Gregor2009-12-22
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-22
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* Sketch structure for X86 disassembler.Daniel Dunbar2009-11-25