aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler/X86Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-191-0/+7
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-3/+435
* Sketch structure for X86 disassembler.Daniel Dunbar2009-11-251-0/+29