Added a custom TableGen backend to support the
authorSean Callanan <scallanan@apple.com>
Fri, 29 Jan 2010 00:21:04 +0000 (00:21 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 29 Jan 2010 00:21:04 +0000 (00:21 +0000)
commit95fcebd5c490c725ee5d88be963d39ddaf0971bd
tree9b68a36d8a2e7b47abcf013301c510834872028e
parent1897ed3d37141e590781d983adbbeca937b3ccfc
Added a custom TableGen backend to support the
enhanced disassembler, and the necessary makefile
rules to build the table for X86.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94764 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
lib/Target/X86/Makefile
utils/TableGen/EDEmitter.cpp [new file with mode: 0644]
utils/TableGen/EDEmitter.h [new file with mode: 0644]
utils/TableGen/TableGen.cpp