llvm-6502/lib/Bytecode/Reader
Reid Spencer 233fe721c5 For PR797:
Make the Bytecode Reader use setjmp/longjump instead of exceptions to handle
errors. The alternative was even uglier than setjmp/longjump as it would
impact the interface and workings of nearly every function in the reader.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29819 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-22 16:09:19 +00:00
..
Analyzer.cpp Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. 2006-07-06 18:02:27 +00:00
Makefile These libs use EH info 2006-07-07 16:44:31 +00:00
Reader.cpp For PR797: 2006-08-22 16:09:19 +00:00
Reader.h For PR797: 2006-08-22 16:09:19 +00:00
ReaderWrappers.cpp Change the ModuleProvider interface to not throw exceptions. 2006-07-06 21:35:01 +00:00