llvm-6502/lib/Bytecode/Reader
Chris Lattner 80b97343ec Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive
type planes.  This saves about 5k on 176.gcc, and is needed for a subsequent
patch of mine I'm working on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10908 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-17 23:25:43 +00:00
..
ArchiveReader.cpp * finegrainify namespacification of ArchiveReader.cpp 2004-01-10 19:00:15 +00:00
ConstantReader.cpp Fix more breakage with string change. 2004-01-15 18:39:06 +00:00
InstructionReader.cpp Change all of the bytecode reader primitives to throw exceptions instead of 2004-01-15 06:13:09 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Reader.cpp Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive 2004-01-17 23:25:43 +00:00
ReaderInternals.h Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive 2004-01-17 23:25:43 +00:00
ReaderPrimitives.h Change all of the bytecode reader primitives to throw exceptions instead of 2004-01-15 06:13:09 +00:00
ReaderWrappers.cpp Use new getFileSize function instead of sys/stat.h directly. 2003-12-30 07:40:35 +00:00