This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea2d46a6f25 TargetLowering: Fix InitLibcallCallingConvs() overriding th [...] new 51a1d9adb93 TargetLoweringBase: Followup to r321035 new e812fcb4255 [llvm-objcopy] Add option to add a progbits section from a file new 437b240ff1f update_mir_test_checks: Accept IR as input as well as MIR
The 3 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: lib/CodeGen/TargetLoweringBase.cpp | 5 +- test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 109 +++++++++++++---------- test/CodeGen/AArch64/arm64-memset-to-bzero.ll | 49 +++++----- test/CodeGen/X86/darwin-bzero.ll | 5 +- test/tools/llvm-objcopy/add-section-remove.test | 36 ++++++++ test/tools/llvm-objcopy/add-section.test | 37 ++++++++ tools/llvm-objcopy/Object.cpp | 12 +++ tools/llvm-objcopy/Object.h | 15 ++++ tools/llvm-objcopy/llvm-objcopy.cpp | 22 ++++- utils/update_mir_test_checks.py | 31 ++++++- 10 files changed, 248 insertions(+), 73 deletions(-) create mode 100644 test/tools/llvm-objcopy/add-section-remove.test create mode 100644 test/tools/llvm-objcopy/add-section.test