llvm-6502/utils/TableGen
Mikhail Glushenkov d80d8690af Make llvmc work again.
Chris recently broke llvmc with his Makefile changes (r75379). That patch made
the global change .o -> .a, which caused built-in llvmc plugins to stop working
since plugin initialization in llvmc is based on static variables not referenced
from the main executable. This patch implements auto-generated forced references
to the plugin libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74000 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 20:46:48 +00:00
..
AsmWriterEmitter.cpp allow clients of the asmprinter to opt-out of the boilerplate with a #define. 2009-06-19 23:57:53 +00:00
AsmWriterEmitter.h
CallingConvEmitter.cpp
CallingConvEmitter.h
ClangDiagnosticsEmitter.cpp
ClangDiagnosticsEmitter.h
CMakeLists.txt Rename TGSourceMgr -> SourceMgr. 2009-06-21 03:41:50 +00:00
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenDAGPatterns.cpp Fix grammaro, and bad indentation. 2009-06-17 04:23:52 +00:00
CodeGenDAGPatterns.h
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp
CodeGenTarget.h
DAGISelEmitter.cpp
DAGISelEmitter.h
FastISelEmitter.cpp
FastISelEmitter.h
InstrEnumEmitter.cpp Add <cstdio> include where needed by gcc-4.4. 2008-10-08 07:23:46 +00:00
InstrEnumEmitter.h
InstrInfoEmitter.cpp
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp Make llvmc work again. 2009-06-23 20:46:48 +00:00
LLVMCConfigurationEmitter.h
Makefile
Record.cpp
Record.h rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp rename SourceMgr::PrintError to PrintMessage. 2009-06-21 21:22:11 +00:00
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp rename SourceMgr::PrintError to PrintMessage. 2009-06-21 21:22:11 +00:00
TGLexer.h prune #include, fix warning. 2009-06-21 05:33:06 +00:00
TGParser.cpp rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
TGParser.h move include searching logic from TGLexer to SourceMgr. 2009-06-21 05:06:04 +00:00
TGValueTypes.cpp