This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 629edfbb7a4 [Docs] Testing Debug Info Preservation in Optimizations new 2a478d43e1f [ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTypeTe [...] new efd8832ecba [llvm-readobj] - Do not report invalid amount of sections.
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/Passes/PassBuilder.h | 9 +- include/llvm/Transforms/IPO/LowerTypeTests.h | 6 ++ include/llvm/Transforms/IPO/WholeProgramDevirt.h | 8 ++ lib/LTO/LTOBackend.cpp | 12 ++- lib/Passes/PassBuilder.cpp | 51 +++++++----- lib/Passes/PassRegistry.def | 4 +- lib/Transforms/IPO/LowerTypeTests.cpp | 4 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 3 +- test/Other/new-pm-lto-defaults.ll | 2 + test/ThinLTO/X86/cfi-devirt.ll | 100 +++++++++++++++++++++++ test/ThinLTO/X86/cfi.ll | 60 ++++++++++++++ test/tools/llvm-readobj/many-sections.s | 3 +- tools/llvm-readobj/ELFDumper.cpp | 6 +- 13 files changed, 233 insertions(+), 35 deletions(-) create mode 100644 test/ThinLTO/X86/cfi-devirt.ll create mode 100644 test/ThinLTO/X86/cfi.ll