aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/X86DisassemblerShared.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Revert r234389. It really was needed but really should have been cstring inst...Craig Topper1-0/+1
2015-04-08Remove unnecessary include. NFCCraig Topper1-1/+0
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-20More C++ification.Richard Smith1-1/+2
2014-04-20Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith1-6/+23
2014-04-20Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith1-11/+12
2014-02-13Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper1-2/+0
2014-01-01Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper1-2/+0
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-1/+1
2012-08-01Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper1-0/+1
2009-12-19fix build and while at it remove a redudant includeNuno Lopes1-0/+1
2009-12-19More bzero -> memset that I missed.Daniel Dunbar1-12/+12
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-0/+37