This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f84a2710004 Include what you use in LanaiInstrInfo.cpp new 1a002c683af [LoopPred] Convert member function to free helper function [NFC] new ad4733ad47b [PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaul [...] new 2c69bbf5282 Revert "[llvm-ar] Fix relative thin archive path handling" new f9dcdd27ca8 [WebAssembly] Remove fptosi(undef) and fptoui(undef) from r [...] new 8f95d9be119 [LoopPred] Convert a second member function to a static hel [...]
The 5 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/Object/ArchiveWriter.h | 2 +- lib/Object/ArchiveWriter.cpp | 51 ++++------ lib/Support/Unix/Memory.inc | 5 +- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 11 +- lib/Transforms/Scalar/LoopPredication.cpp | 111 +++++++++++---------- test/CodeGen/WebAssembly/target-features.ll | 8 +- test/tools/llvm-ar/reduce-thin-path.test | 10 -- test/tools/llvm-ar/thin-archive.test | 45 --------- .../llvm-objcopy/ELF/archive-unknown-members.test | 8 +- test/tools/llvm-readobj/thin-archive-paths.test | 6 +- tools/llvm-ar/llvm-ar.cpp | 38 ++----- 11 files changed, 101 insertions(+), 194 deletions(-) delete mode 100644 test/tools/llvm-ar/reduce-thin-path.test delete mode 100644 test/tools/llvm-ar/thin-archive.test