Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.41 -> 1.42
Reader.cpp updated: 1.255 -> 1.256
Reader.h updated: 1.52 -> 1.53
---
Log message:
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them.
---
Diffs of the changes: (+61 -10)
Ana
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.36 -> 1.37
Reader.cpp updated: 1.235 -> 1.236
Reader.h updated: 1.48 -> 1.49
---
Log message:
avoid creating a temporary string when reading the symbol table for a
module. This speeds up the bcreader 11%.
---
Diffs of the
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.31 -> 1.32
Reader.cpp updated: 1.230 -> 1.231
Reader.h updated: 1.44 -> 1.45
---
Log message:
Eliminate std::vectors from the bcanalyzer interface.
---
Diffs of the changes: (+45 -32)
Analyzer.cpp | 28 ++
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.30 -> 1.31
Reader.cpp updated: 1.229 -> 1.230
Reader.h updated: 1.43 -> 1.44
---
Log message:
For PR411: http://llvm.org/PR411 :
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types pl
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.29 -> 1.30
Reader.cpp updated: 1.225 -> 1.226
Reader.h updated: 1.42 -> 1.43
---
Log message:
Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't
outweight its computational costs. This patch removes a
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.26 -> 1.27
Reader.cpp updated: 1.215 -> 1.216
Reader.h updated: 1.40 -> 1.41
---
Log message:
For PR411: http://llvm.org/PR411 :
Take an incremental step towards type plane elimination. This change
separates types from valu
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.24 -> 1.25
Reader.cpp updated: 1.204 -> 1.205
Reader.h updated: 1.37 -> 1.38
---
Log message:
Discard code that supported old bytecode formats. This makes the Bytecode
Reader code much easier to read and maintain. Backwards