aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer1-9/+6
2010-07-13my work on adding segment registers to LEA missed the Chris Lattner1-12/+3
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan1-2/+1
2010-05-05Fixed a sign-extension bug in the X86 disassemblerSean Callanan1-3/+55
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan1-0/+6
2010-04-02Fixes to the X86 disassembler. The disassembler will nowSean Callanan1-63/+96
2010-03-20TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar1-2/+2
2009-12-22Fixes to the X86 disassembler:Sean Callanan1-5/+16
2009-12-22Include based on the current path, since we already -I the X86 target's path....Douglas Gregor1-1/+1
2009-12-22Fixed library dependencies between the X86 disassembler andSean Callanan1-8/+5
2009-12-19#if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar1-0/+7
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-3/+435
2009-11-25Sketch structure for X86 disassembler.Daniel Dunbar1-0/+29