This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 167fb187524 [llvm-objcopy] Support --{enable,disable}-deterministic-archives new 9a78ad0d49c [llvm-strip] Support --keep and --strip-all-gnu from llvm-objcopy new fb61af32fa7 Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64"
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: docs/LangRef.rst | 79 +++++++---------- include/llvm/CodeGen/ISDOpcodes.h | 2 +- include/llvm/IR/Intrinsics.td | 1 - lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 - lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 - lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 - lib/Target/AArch64/AArch64FastISel.cpp | 16 ---- lib/Target/AArch64/AArch64ISelLowering.cpp | 12 --- lib/Target/AArch64/AArch64ISelLowering.h | 1 - test/CodeGen/AArch64/sponentry.ll | 104 ----------------------- test/tools/llvm-objcopy/basic-keep.test | 2 + test/tools/llvm-objcopy/strip-all-gnu.test | 2 + tools/llvm-objcopy/CopyConfig.cpp | 7 +- tools/llvm-objcopy/ObjcopyOpts.td | 4 +- tools/llvm-objcopy/StripOpts.td | 5 ++ 15 files changed, 47 insertions(+), 194 deletions(-) delete mode 100644 test/CodeGen/AArch64/sponentry.ll