llvm-6502/utils/TableGen
Chris Lattner d98958f4bd now that all of the targets are clean w.r.t. the number of operands for each
instruction defined, actually emit this to the InstrInfoDescriptor, which
allows an assert in the machineinstrbuilder to do some checking for us,
and is required by the dag->dag emitter


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22895 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-19 00:59:49 +00:00
..
.cvsignore ignore generated files 2005-04-19 15:34:36 +00:00
AsmWriterEmitter.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
AsmWriterEmitter.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
CodeEmitterGen.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
CodeEmitterGen.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
CodeGenInstruction.h Figure out how many operands each instruction has, keep track of whether 2005-08-18 23:38:41 +00:00
CodeGenRegisters.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
CodeGenTarget.cpp Figure out how many operands each instruction has, keep track of whether 2005-08-18 23:38:41 +00:00
CodeGenTarget.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
FileLexer.l Add initial lexer and parser support for shifting values. Every use of this 2005-04-19 01:11:03 +00:00
FileParser.y Major change to tblgen: instead of resolving values every time a class is 2005-04-19 03:36:21 +00:00
InstrInfoEmitter.cpp now that all of the targets are clean w.r.t. the number of operands for each 2005-08-19 00:59:49 +00:00
InstrInfoEmitter.h When emitting implicit use/def lists, only emit each unique list once. Though 2005-08-18 21:36:47 +00:00
InstrSelectorEmitter.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
InstrSelectorEmitter.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
Makefile Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
Record.cpp Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
Record.h Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
RegisterInfoEmitter.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
RegisterInfoEmitter.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
TableGen.cpp Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
TableGenBackend.cpp Remove trailing whitespace 2005-04-22 00:00:37 +00:00
TableGenBackend.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00