llvm-6502/utils/TableGen
Chris Lattner 54cb8fd814 Initial cut of the dag isel generator. This is still very much a work in
progress.  It correctly parses instructions and pattern fragments and glues
together pattern fragments into instructions.

The only code it generates currently is some boilerplate code for things
like the EntryNode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23261 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-07 23:44:43 +00:00
..
.cvsignore
AsmWriterEmitter.cpp
AsmWriterEmitter.h
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenInstruction.h
CodeGenRegisters.h
CodeGenTarget.cpp
CodeGenTarget.h
DAGISelEmitter.cpp Initial cut of the dag isel generator. This is still very much a work in 2005-09-07 23:44:43 +00:00
DAGISelEmitter.h Initial cut of the dag isel generator. This is still very much a work in 2005-09-07 23:44:43 +00:00
FileLexer.cpp regenerate 2005-09-06 21:23:27 +00:00
FileLexer.l Tighten up the specification to allow TableGen/nested-comment.td to pass 2005-09-06 21:23:09 +00:00
FileParser.cpp
FileParser.h
FileParser.y
InstrInfoEmitter.cpp
InstrInfoEmitter.h
InstrSelectorEmitter.cpp Rename a class. These files are being migrated to the new isel and I want to 2005-09-06 22:51:34 +00:00
InstrSelectorEmitter.h Rename a class. These files are being migrated to the new isel and I want to 2005-09-06 22:51:34 +00:00
Makefile
Record.cpp
Record.h
RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
TableGen.cpp Add an option and stuff implementation of a dag isel emitter 2005-09-03 01:14:03 +00:00
TableGenBackend.cpp
TableGenBackend.h