[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h

2007-01-30 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Format.h updated: 1.15 -> 1.16 --- Log message: Compaction tables no longer supported, remove its block ID. --- Diffs of the changes: (+1 -7) Format.h |8 +--- 1 files changed, 1 insertion(+), 7 deletions(-) Index: llvm/include/llv

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h

2007-01-05 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Format.h updated: 1.14 -> 1.15 --- Log message: For PR411: http://llvm.org/PR411 : Take an incremental step towards type plane elimination. This change separates types from values in the symbol tables by finally making use of the TypeSymbolTable