llvm-project/llvm/lib/Bytecode/Analyzer
Reid Spencer 42427f0ccb 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.

llvm-svn: 14057
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
BytecodeHandler.cpp Make it #include Parser.h instead of AnalyzerInternals.h since it only 2004-06-08 05:53:14 +00:00
Dumper.cpp Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00
Makefile Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +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
ReaderPrimitives.h Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00