summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86DisassemblerShared.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Use unique_ptr to simplify memory management. NFCCraig Topper2018-03-241-0/+4
* Fix layering by moving X86DisassemblerDecoderCommon to SupportDavid Blaikie2018-03-231-1/+1
* Revert r234389. It really was needed but really should have been cstring inst...Craig Topper2015-04-081-0/+1
* Remove unnecessary include. NFCCraig Topper2015-04-081-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* More C++ification.Richard Smith2014-04-201-1/+2
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-201-6/+23
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-201-11/+12
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-131-2/+0
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-011-2/+0
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+1
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-0/+1
* fix build and while at it remove a redudant includeNuno Lopes2009-12-191-0/+1
* More bzero -> memset that I missed.Daniel Dunbar2009-12-191-12/+12
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+37
OpenPOWER on IntegriCloud