llvm-6502/lib
Reid Spencer 2439972a61 Error Handling Cleanup:
- get rid of PARSE_ERROR macro
- add error(std::string) function
- use error(std::string) for all errors
- make input dependent asserts call error(std::string) instead
- ensure asserts are only for logic bugs, not input discrepancies.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14729 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-09 22:21:33 +00:00
..
Analysis Disable some code that isn't helping matters 2004-07-08 07:25:51 +00:00
Archive
AsmParser Don't call Type::setName() 2004-07-09 16:43:55 +00:00
Bytecode Error Handling Cleanup: 2004-07-09 22:21:33 +00:00
CodeGen Add checks to ensure that there are no unreachable blocks in the function 2004-07-09 16:44:37 +00:00
Debugger
ExecutionEngine Make error message consistent with the rest of LLVM by saying that bytecode 2004-07-07 21:20:28 +00:00
Linker
Support Do not call Type::getUniqueID 2004-07-08 22:09:34 +00:00
Target * Add support for indexing into structures, thanks to Chris (x86) 2004-07-09 15:45:07 +00:00
Transforms
VMCore Remove unused method 2004-07-09 16:48:13 +00:00
Makefile