| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change all of the bytecode reader primitives to throw exceptions instead of | Chris Lattner | 2004-01-15 | 1 | -119/+70 |
| | | | | | | | | | | | 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. llvm-svn: 10871 | ||||
| * | Like output_data, it's obvious that input_data was only used with 1 character | Chris Lattner | 2004-01-14 | 1 | -9/+1 |
| | | | | | | | data. llvm-svn: 10861 | ||||
| * | * finegrainify namespacification of ArchiveReader.cpp | Chris Lattner | 2004-01-10 | 1 | -0/+154 |
| * Refactor reader stuff out of include/llvm/Bytecode/Primitives.h. This is internal implementation details for the reader, not public interfaces! llvm-svn: 10739 | |||||

