- Jun 10, 2004
-
-
Reid Spencer authored
llvm-svn: 14115
-
- Jan 20, 2004
-
-
Chris Lattner authored
Fix testcase test/Regression/Assembler/2004-01-20-MaxLongLong.llx llvm-svn: 10928
-
- Jan 15, 2004
-
-
Chris Lattner authored
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
-
Chris Lattner authored
data. llvm-svn: 10861
-
- Jan 10, 2004
-
-
Chris Lattner authored
* Refactor reader stuff out of include/llvm/Bytecode/Primitives.h. This is internal implementation details for the reader, not public interfaces! llvm-svn: 10739
-