This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96ed2063265 Use range-for; NFC new c432779417b NewGVN: Don't propagate over phi backedges where undef caus [...] new a9b9e013db8 Object, LTO: Add target triple to irsymtab and LTO API.
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 | 5 +- include/llvm/Object/IRSymtab.h | 4 +- lib/LTO/LTO.cpp | 1 + lib/Object/IRSymtab.cpp | 1 + lib/Transforms/Scalar/NewGVN.cpp | 157 ++++++++++++++++++++++++++++++++-- test/LTO/Resolution/X86/symtab-elf.ll | 15 ++++ test/LTO/Resolution/X86/symtab.ll | 3 +- test/Transforms/NewGVN/pr32607.ll | 33 +++++++ tools/llvm-lto2/llvm-lto2.cpp | 9 +- 9 files changed, 215 insertions(+), 13 deletions(-) create mode 100644 test/LTO/Resolution/X86/symtab-elf.ll create mode 100644 test/Transforms/NewGVN/pr32607.ll