diff options
author | Chris Lattner <sabre@nondot.org> | 2003-03-19 20:54:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-03-19 20:54:26 +0000 |
commit | 5db8194ca98a2611a3435c20173f8663f48b60a1 (patch) | |
tree | 70e59b5e2bfa40cb6afd23ec3ae840038e6c4278 /llvm/lib/Bytecode/Writer/ConstantWriter.cpp | |
parent | 65c9fb07b02ad587268845827bd64bac2de17067 (diff) | |
download | bcm5719-llvm-5db8194ca98a2611a3435c20173f8663f48b60a1.tar.gz bcm5719-llvm-5db8194ca98a2611a3435c20173f8663f48b60a1.zip |
* Bug fixes:
- Fix problems where the constant table would not get updated when
resolving constants causes other constants to change.
Changes to the V2 bytecode format
- Null values are implicitly encoded instead of explicitly, this makes
things more compact!
- More compactly represent ConstantPointerRefs
- Bytecode files are represented as:
Header|GlobalTypes|GlobalVars/Function Protos|Constants|Functions|SymTab
instead of
Header|GlobalTypes|Constants|GlobalVars/Function Protos|Functions|SymTab
which makes a lot of things simpler.
Changes to the reader:
- Function loading code is much simpler. We now no longer make function
PlaceHolderHelper objects to be replaced with real functions.
llvm-svn: 5748
Diffstat (limited to 'llvm/lib/Bytecode/Writer/ConstantWriter.cpp')
0 files changed, 0 insertions, 0 deletions