llvm-6502/utils/TableGen
Argyrios Kyrtzidis a26eae64dd Make DebugLoc independent of DwarfWriter.
-Replace DebugLocTuple's Source ID with CompileUnit's GlobalVariable*
-Remove DwarfWriter::getOrCreateSourceID
-Make necessary changes for the above (fix callsites, etc.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70520 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-30 23:22:31 +00:00
..
AsmWriterEmitter.cpp Make DebugLoc independent of DwarfWriter. 2009-04-30 23:22:31 +00:00
AsmWriterEmitter.h
CallingConvEmitter.cpp
CallingConvEmitter.h
ClangDiagnosticsEmitter.cpp
ClangDiagnosticsEmitter.h
CMakeLists.txt
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenDAGPatterns.cpp 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. 2009-04-27 18:41:29 +00:00
CodeGenDAGPatterns.h 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. 2009-04-27 18:41:29 +00:00
CodeGenInstruction.cpp Make BinOps typed and require a type specifier for !nameconcat. This 2009-04-23 21:25:15 +00:00
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp
CodeGenTarget.h
DAGISelEmitter.cpp Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
DAGISelEmitter.h
FastISelEmitter.cpp
FastISelEmitter.h
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp
LLVMCConfigurationEmitter.h
Makefile
Record.cpp Fix multiclass inheritance to limit value resolution to new defs added 2009-04-24 16:55:41 +00:00
Record.h Change forward declaration of MultiClass to use the "struct" keyword instead 2009-04-30 17:35:11 +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 !nameconcat to concatenate strings and look up the resulting 2009-04-22 20:18:10 +00:00
TGLexer.h Implement !nameconcat to concatenate strings and look up the resulting 2009-04-22 20:18:10 +00:00
TGParser.cpp Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass 2009-04-30 18:26:19 +00:00
TGParser.h Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass 2009-04-30 18:26:19 +00:00
TGSourceMgr.cpp
TGSourceMgr.h
TGValueTypes.cpp