aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler/X86Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-20/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-57/+233
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+40
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-26/+25
* Update to LLVM 3.5a.Stephen Hines2014-04-241-37/+125
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-17/+12
* Remove trailing whitespace.Craig Topper2013-08-241-1/+1
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-0/+5
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-201-0/+9
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-97/+3
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-6/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-051-5/+5
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-311-0/+2
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-4/+3
* Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-JumpKevin Enderby2012-07-241-1/+1
* Remove tabs.Bill Wendling2012-07-191-9/+9
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-10/+18
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-1/+26
* Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properlyKevin Enderby2012-04-181-2/+5
* Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper2012-03-041-1/+1
* Added annotations for x86 pc relative loads to llvm's 'C' disassembler.Kevin Enderby2012-02-291-0/+24
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-1/+1
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-231-18/+159
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Make the EDis tables const.Benjamin Kramer2012-02-111-1/+1
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-111-8/+20
* Enable streaming of bitcodeDerek Schuff2012-02-061-1/+1
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-211-8/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* X86Disassembler: if verbose logging is going to nulls(), disable logging comp...Benjamin Kramer2011-09-211-1/+5
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+2
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-141-0/+6
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-6/+7
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-021-0/+34
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-7/+8
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-0/+5
* Fixed a bug in the X86 disassembler where a member of theSean Callanan2011-02-211-4/+4
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-9/+6
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-131-12/+3
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-2/+1
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-051-3/+55
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-0/+6
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-021-63/+96
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-2/+2
* Fixes to the X86 disassembler:Sean Callanan2009-12-221-5/+16
* Include based on the current path, since we already -I the X86 target's path....Douglas Gregor2009-12-221-1/+1
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-221-8/+5