diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-29 23:29:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-29 23:29:38 +0000 |
commit | 060d25d1dcf0b917e6d6a840b1d9082552e9c842 (patch) | |
tree | 00a38999ff6d14c57d9679165af499fb6056dd92 /lib/Bytecode/Reader/Parser.cpp | |
parent | df45a5485d0aff969f33652d9b05fba5cf05049b (diff) |
MAJOR REWRITE.
- stop passing Buf/BufEnd to every function (now member vars)
- internalize things that used to be in a header file that no one else
included/needed.
- Remove defunct BCR_TRACE lines
- Standardize error handling with the PARSE_ERROR macro.
- Integrate ConstantReader.cpp and InstructionReader.cpp and reorgnize
the definition order so that gcc has a chance at optimizing this module
- Standardize case and style of method names.
- Eliminate unneeded header files
- Prepare for Type != Value (bug122) change by splitting Types into their
own data structures.
- Implement the BytecodeHandler interface calls.
- Provide default implementation of BytecodeHandler interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/Parser.cpp')
0 files changed, 0 insertions, 0 deletions