llvm-6502/lib/Bytecode/Reader
Reid Spencer 5e8868d2a3 Fix the bug that was preventing the parser from working on all bytecode
files. It was reading non-initialized global vars when the flag said it was
initialized and vice versa. Causes mis-alignment since initialized and
non-initialized constants have different bytecode lengths.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14057 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-08 05:54:47 +00:00
..
Analyzer.cpp Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00
AnalyzerInternals.h Adjust what's included to compensate for changes in Parser.h 2004-06-08 05:52:29 +00:00
AnalyzerWrappers.cpp Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00
ArchiveReader.cpp Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
ConstantReader.cpp Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
Dumper.cpp Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00
InstructionReader.cpp Squelch compile-time warning (profile build). 2004-04-28 15:32:09 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Parser.cpp Fix the bug that was preventing the parser from working on all bytecode 2004-06-08 05:54:47 +00:00
Parser.h Merged BytecodeHandler.h into Parser.h since the parser and the handler 2004-06-08 05:51:18 +00:00
Reader.cpp Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
ReaderInternals.h Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
ReaderPrimitives.h Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'! 2004-01-20 19:13:07 +00:00
ReaderWrappers.cpp Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00