llvm-6502/lib/Bytecode
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 Fix the bug that was preventing the parser from working on all bytecode 2004-06-08 05:54:47 +00:00
Archive Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
Reader Fix the bug that was preventing the parser from working on all bytecode 2004-06-08 05:54:47 +00:00
Writer Use the SymbolTable::isEmpty() method instead of checking for no value 2004-05-27 20:18:51 +00:00
Makefile Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00