llvm-6502/utils/TableGen
Dale Johannesen edc8774a73 TableGen for fast isel seems to assume an 'imm'
operand is the last in a pattern.  There is no
reason this should be true (although apparently
it always is right now).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72232 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-21 22:25:49 +00:00
..
AsmWriterEmitter.cpp Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function. 2009-05-07 13:55:51 +00:00
AsmWriterEmitter.h
CallingConvEmitter.cpp Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
CallingConvEmitter.h
ClangDiagnosticsEmitter.cpp
ClangDiagnosticsEmitter.h
CMakeLists.txt Add TGSourceMgr.cpp to CMake build, sort lines 2009-03-16 17:04:14 +00:00
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp Fix PR3994: LLVMMatchType arguments do not refer to absolute return value 2009-04-16 21:51:05 +00:00
CodeGenTarget.h
DAGISelEmitter.cpp Slightly improve generated code in a degenerate case. 2009-05-12 22:32:29 +00:00
DAGISelEmitter.h
FastISelEmitter.cpp TableGen for fast isel seems to assume an 'imm' 2009-05-21 22:25:49 +00:00
FastISelEmitter.h
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp A better error message. 2009-05-06 04:54:23 +00:00
LLVMCConfigurationEmitter.h
Makefile Change 'make install' to install tblgen, for better support of out-of-tree targets, 2009-05-08 17:32:47 +00:00
Record.cpp Fix warning. 2009-05-15 03:07:14 +00:00
Record.h Add extra parenthesis around || statements to pacify compiler. 2009-05-15 03:03:14 +00:00
RegisterInfoEmitter.cpp Slightly change TableGen's definition of a register subclass. 2009-04-30 21:22:44 +00:00
RegisterInfoEmitter.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp Implement !if, analogous to $(if) in GNU make. 2009-05-14 23:26:46 +00:00
TGLexer.h Implement !if, analogous to $(if) in GNU make. 2009-05-14 23:26:46 +00:00
TGParser.cpp Implement !if, analogous to $(if) in GNU make. 2009-05-14 23:26:46 +00:00
TGParser.h Operation Enhancements 2009-05-14 20:54:48 +00:00
TGSourceMgr.cpp
TGSourceMgr.h
TGValueTypes.cpp