summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerShared.h
Commit message (Expand)AuthorAge
* More C++ification.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-13
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* fix build and while at it remove a redudant includeNuno Lopes2009-12-19
* More bzero -> memset that I missed.Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19