Changes in directory llvm/lib/Bitcode/Writer:
BitcodeWriter.cpp updated: 1.43 -> 1.44
ValueEnumerator.cpp updated: 1.11 -> 1.12
---
Log message:
implement the 'string constant' optimization. This shrinks kc.bit from
2878544 to 2815788
---
Diffs of the changes: (+11 -4)
BitcodeWriter.cpp
Changes in directory llvm/lib/Bitcode/Writer:
BitcodeWriter.cpp updated: 1.21 -> 1.22
ValueEnumerator.cpp updated: 1.7 -> 1.8
---
Log message:
fix encoding of BB names in the symtab
---
Diffs of the changes: (+11 -5)
BitcodeWriter.cpp | 14 ++
ValueEnumerator.cpp |2 +-