This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 977da98e2e1 [WebAssembly] Enable IndirectBrExpandPass new c76c57a237c Revert [ThinLTO] Optimize writeonly globals out new 55280dd6d47 [JITLink][ORC] Add EHFrameRegistrar interface, use in EHFra [...]
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: .../llvm/ExecutionEngine/JITLink/EHFrameSupport.h | 35 +++++ .../llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h | 14 +- include/llvm/IR/ModuleSummaryIndex.h | 65 +++------- lib/Analysis/ModuleSummaryAnalysis.cpp | 110 ++++------------ lib/AsmParser/LLParser.cpp | 57 +++------ lib/Bitcode/Reader/BitcodeReader.cpp | 47 ++----- lib/Bitcode/Writer/BitcodeWriter.cpp | 32 ++--- lib/ExecutionEngine/JITLink/EHFrameSupport.cpp | 9 ++ lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 28 ++-- lib/IR/AsmWriter.cpp | 5 +- lib/IR/ModuleSummaryIndex.cpp | 141 ++++++++------------- lib/LTO/LTO.cpp | 21 ++- lib/Transforms/IPO/FunctionImport.cpp | 12 +- lib/Transforms/Utils/FunctionImportUtils.cpp | 13 +- test/Assembler/thinlto-summary.ll | 14 +- test/Assembler/thinlto-vtable-summary.ll | 4 +- test/Bitcode/summary_version.ll | 2 +- test/Bitcode/thinlto-alias.ll | 4 +- test/Bitcode/thinlto-alias2.ll | 2 +- .../thinlto-function-summary-callgraph-cast.ll | 4 +- .../thinlto-function-summary-callgraph-pgo.ll | 4 +- ...o-function-summary-callgraph-profile-summary.ll | 4 +- .../thinlto-function-summary-callgraph-relbf.ll | 2 +- ...ion-summary-callgraph-sample-profile-summary.ll | 4 +- test/Bitcode/thinlto-function-summary-callgraph.ll | 2 +- test/Bitcode/thinlto-function-summary-refgraph.ll | 16 +-- test/ThinLTO/X86/Inputs/dot-dumper2.ll | 4 - test/ThinLTO/X86/dot-dumper2.ll | 43 ------- test/ThinLTO/X86/index-const-prop2.ll | 44 +------ test/ThinLTO/X86/writeonly.ll | 41 ------ test/ThinLTO/X86/writeonly2.ll | 50 -------- tools/llvm-jitlink/llvm-jitlink.cpp | 4 +- 32 files changed, 264 insertions(+), 573 deletions(-) delete mode 100644 test/ThinLTO/X86/Inputs/dot-dumper2.ll delete mode 100644 test/ThinLTO/X86/dot-dumper2.ll delete mode 100644 test/ThinLTO/X86/writeonly.ll delete mode 100644 test/ThinLTO/X86/writeonly2.ll