llvm-6502/lib
Chris Lattner 7969dc2bec Change all of the bytecode reader primitives to throw exceptions instead of
returning error codes.  Because they don't return an error code, they can
return the value read, which simplifies the code and makes the reader more
efficient (yaay!).

Also eliminate the special case code for little endian machines.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10871 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-15 06:13:09 +00:00
..
Analysis
Archive
AsmParser
Bytecode Change all of the bytecode reader primitives to throw exceptions instead of 2004-01-15 06:13:09 +00:00
CodeGen
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine
Linker
Support
Target
Transforms
VMCore When emitting bytecode, handle strings specially. Do not add the characters 2004-01-14 23:34:39 +00:00
Makefile