llvm-6502/lib/TableGen
Joerg Sonnenberger 0eafc7fc37 In preparation for removing exception handling in tablegen, add
PrintFatalError, which combines PrintError with exit(1).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166690 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-25 16:35:18 +00:00
..
CMakeLists.txt tblgen: Compile TableGen without RTTI. 2012-10-10 20:27:18 +00:00
Error.cpp In preparation for removing exception handling in tablegen, add 2012-10-25 16:35:18 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Main.cpp tblgen: Rename handleDependencies -> createDependencyFile 2012-10-09 20:39:28 +00:00
Makefile tblgen: Compile TableGen without RTTI. 2012-10-10 20:27:18 +00:00
Record.cpp tblgen: Use semantically correct RTTI functions. 2012-10-10 20:24:47 +00:00
StringMatcher.cpp Emit memcmp directly from the StringMatcherEmitter. 2012-05-20 18:10:42 +00:00
TableGenBackend.cpp Emit TableGen's header comment with C-style comments, so it can be used from C89 code. 2012-06-19 17:04:16 +00:00
TGLexer.cpp Add Foreach Loop 2012-02-22 16:09:41 +00:00
TGLexer.h Add Foreach Loop 2012-02-22 16:09:41 +00:00
TGParser.cpp tblgen: Use semantically correct RTTI functions. 2012-10-10 20:24:47 +00:00
TGParser.h tblgen: Whitespace and 80-col cleanup. 2012-10-04 00:54:27 +00:00