This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a8da4f6fee Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()" new aba0da108e9 The patch fixes PR35131 new 8f805056c27 [AArch64] Fix the number of iterations for the Newton series new a8631b87aef [llvm-objcopy] Add support for dwarf fission
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/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 6 +- test/CodeGen/AArch64/recp-fastmath.ll | 34 ++++++++--- test/CodeGen/AArch64/sqrt-fastmath.ll | 83 +++++++++++++++++++++------ test/tools/llvm-objcopy/Inputs/dwarf.dwo | Bin 0 -> 3568 bytes test/tools/llvm-objcopy/drawf-fission.test | 43 ++++++++++++++ tools/llvm-objcopy/Object.h | 1 + tools/llvm-objcopy/llvm-objcopy.cpp | 81 +++++++++++++++++++++----- 8 files changed, 207 insertions(+), 43 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/dwarf.dwo create mode 100644 test/tools/llvm-objcopy/drawf-fission.test