llvm-6502/utils/TableGen
Joerg Sonnenberger 61131ab15f Remove exception handling usage from tblgen.
Most places can use PrintFatalError as the unwinding mechanism was not
used for anything other than printing the error. The single exception
was CodeGenDAGPatterns.cpp, where intermediate errors during type
resolution were ignored to simplify incremental platform development.
This use is replaced by an error flag in TreePattern and bailout earlier
in various places if it is set. 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166712 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-25 20:33:17 +00:00
..
AsmMatcherEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterInst.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterInst.h
CallingConvEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CMakeLists.txt Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeEmitterGen.cpp tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. 2012-10-10 20:24:43 +00:00
CodeGenDAGPatterns.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenDAGPatterns.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenInstruction.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenInstruction.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenIntrinsics.h
CodeGenMapTable.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenRegisters.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenRegisters.h
CodeGenSchedule.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenSchedule.h TableGen subtarget emitter cleanup. 2012-10-10 05:43:13 +00:00
CodeGenTarget.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenTarget.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
DAGISelEmitter.cpp
DAGISelMatcher.cpp
DAGISelMatcher.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
DAGISelMatcherOpt.cpp
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
EDEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
FastISelEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
FixedLenDecoderEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
InstrInfoEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
IntrinsicEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
LLVMBuild.txt
Makefile Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
PseudoLoweringEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
RegisterInfoEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
SequenceToOffsetTable.h
SetTheory.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
SetTheory.h Don't use stack unwinding to provide the location information for 2012-10-24 22:03:59 +00:00
StringToOffsetTable.h
SubtargetEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
TableGen.cpp tblgen: Migrate llvm-tblgen to new TableGenMain API. 2012-10-03 21:29:19 +00:00
TableGenBackends.h add TableGen support to create relationship maps between instructions 2012-10-25 15:54:06 +00:00
TGValueTypes.cpp Remove extra semicolons. 2012-10-11 22:25:56 +00:00
X86DisassemblerShared.h
X86DisassemblerTables.cpp
X86DisassemblerTables.h
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp
X86RecognizableInstr.h