First cut at the Code Generator using the TableGen methodology.
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 24 May 2003 00:15:53 +0000 (00:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 24 May 2003 00:15:53 +0000 (00:15 +0000)
commit9fff7e194a2d8aa3abe92efa506b1fbe83583f53
tree7f3dccb981941c8dc60e57adf75105d25807aa99
parente9d883828ad92f3a1d06e3c9e98c4e3df937197d
First cut at the Code Generator using the TableGen methodology.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6321 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/CodeEmitterGen.cpp [new file with mode: 0644]
support/tools/TableGen/CodeEmitterGen.h [new file with mode: 0644]
utils/TableGen/CodeEmitterGen.cpp [new file with mode: 0644]
utils/TableGen/CodeEmitterGen.h [new file with mode: 0644]