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 | 284b7c71743bdf576eee065a05294dc466bf02db (patch) | |
tree | 461c43f02bf057deb60917e18cebc6a87a3a9179 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 891cb9d9256375b467f6883280f69d1a99217500 (diff) | |
download | bcm5719-llvm-284b7c71743bdf576eee065a05294dc466bf02db.tar.gz bcm5719-llvm-284b7c71743bdf576eee065a05294dc466bf02db.zip |
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.
llvm-svn: 14494
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions