This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1557ba2 Eliminate unneeded test.
new 13cd9f0 PR tree-optimization/77975 * tree-ssa-loop-niter.c (get_bas [...]
new d520618 PR tree-optimization/79972 * gimple-ssa-warn-alloca.c (allo [...]
new 130e33f PR rtl-optimization/79909 * combine.c (try_combine): Use si [...]
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:
gcc/ChangeLog | 21 +++++++++++++
gcc/combine.c | 35 +++++++++++-----------
gcc/gimple-ssa-warn-alloca.c | 7 ++---
gcc/testsuite/ChangeLog | 11 +++++++
gcc/testsuite/gcc.dg/pr77975.c | 31 +++++++++++++++++++
.../compile/20071108-1.c => gcc.dg/pr79972.c} | 6 ++--
gcc/testsuite/gcc.target/powerpc/pr79909.c | 13 ++++++++
gcc/tree-ssa-loop-niter.c | 27 ++++++++++-------
8 files changed, 117 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr77975.c
copy gcc/testsuite/{gcc.c-torture/compile/20071108-1.c => gcc.dg/pr79972.c} (57%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79909.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea56368 Implement getPassName() for IR printing passes.
new c2bf545 For Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless ARMISD [...]
The 1 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/ARM/ARMBaseInstrInfo.cpp | 10 +++
lib/Target/ARM/ARMISelLowering.cpp | 75 +++++++++++++++++----
lib/Target/ARM/ARMInstrThumb.td | 94 +++++++++++++++++++++-----
test/CodeGen/Thumb/long.ll | 130 +++++++++++++++++++++++++++++++++---
4 files changed, 273 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b24d6d1 Regenerate MIPS catan, catanh long double ulps.
new 93adfe2 Update auto-libm-test-out for catan / catanh.
The 1 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:
ChangeLog | 6 +
math/auto-libm-test-out-catan | 896 ++++++++++++++++++++--------------------
math/auto-libm-test-out-catanh | 896 ++++++++++++++++++++--------------------
sysdeps/s390/fpu/libm-test-ulps | 32 +-
4 files changed, 918 insertions(+), 912 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 931794f AMDGPU: Fix insertion point when reducing load intrinsics
new ea56368 Implement getPassName() for IR printing passes.
The 1 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/Analysis/CallGraphSCCPass.cpp | 2 ++
lib/Analysis/LoopPass.cpp | 2 ++
lib/Analysis/RegionPass.cpp | 2 ++
lib/IR/IRPrintingPasses.cpp | 6 ++++++
4 files changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5261e68 Mark this as skipped for now. There is a race condition with [...]
new 9c3a5ac Add a distinction in an apple accelerator table between IsVal [...]
The 1 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/lldb/Core/MappedHash.h | 6 +++++-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 24 +++++++++++-----------
2 files changed, 17 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from bfd12b9 Make the LLDB test suite work with MSVC 2017 on Windows.
new 5261e68 Mark this as skipped for now. There is a race condition with [...]
The 1 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:
.../lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ff9661 Move memory coercion functions from GVN.cpp to VNCoercion.cpp [...]
new 931794f AMDGPU: Fix insertion point when reducing load intrinsics
The 1 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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 3 ++
.../InstCombine/amdgcn-demanded-vector-elts.ll | 38 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e7c1260 Do not use branch metadata to check if a basic block is hot.
new 7ff9661 Move memory coercion functions from GVN.cpp to VNCoercion.cpp [...]
The 1 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/Transforms/Utils/VNCoercion.h | 96 ++++++
lib/Transforms/Scalar/GVN.cpp | 466 ++---------------------------
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/VNCoercion.cpp | 440 +++++++++++++++++++++++++++
4 files changed, 556 insertions(+), 447 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/VNCoercion.h
create mode 100644 lib/Transforms/Utils/VNCoercion.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 46756ef [x86] add tests for vec div/rem with 0 element in divisor; NFC
new e7c1260 Do not use branch metadata to check if a basic block is hot.
The 1 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/Analysis/ProfileSummaryInfo.cpp | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.