This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f43d588 [libFuzzer] make sure we don't execute libFuzzer's mem* and s [...] new 9f482fc LTO: Reduce memory consumption by creating an in-memory symbo [...] new 0c34fa1 Fix 32-bit build.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/LTO/LTO.h | 207 +++++++--------------------- include/llvm/Object/IRSymtab.h | 298 +++++++++++++++++++++++++++++++++++++++++ lib/LTO/LTO.cpp | 212 ++++++++++++----------------- lib/Object/CMakeLists.txt | 1 + lib/Object/IRSymtab.cpp | 228 +++++++++++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 4 +- 6 files changed, 659 insertions(+), 291 deletions(-) create mode 100644 include/llvm/Object/IRSymtab.h create mode 100644 lib/Object/IRSymtab.cpp