This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 600a9e6e11 [OPENMP] Check DSA for variables captured by value.
new 661305755f clang-format: [JS] for async loops.
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/Format/TokenAnnotator.cpp | 13 ++++++++++---
lib/Format/UnwrappedLineParser.cpp | 4 ++++
unittests/Format/FormatTestJS.cpp | 9 +++++++++
3 files changed, 23 insertions(+), 3 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 gcc.
from 657b97030e1 * ChangeLog: Add missing PR number. * testsuite/ChangeLog [...]
new 6c7e7d1c62e 2017-05-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
new b8604e18d09 gcc/cp/ PR c++/79369 * cp-tree.h (DECL_NAMESPACE_INLINE_ [...]
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:
gcc/cp/ChangeLog | 10 +++
gcc/cp/cp-tree.h | 5 ++
gcc/cp/name-lookup.c | 157 ++++++++++++++++++----------------
gcc/cp/name-lookup.h | 2 +-
gcc/cp/parser.c | 122 +++++++++++---------------
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/expr.c | 7 +-
gcc/testsuite/ChangeLog | 11 +++
gcc/testsuite/g++.dg/cpp0x/pr65558.C | 5 +-
gcc/testsuite/g++.dg/cpp0x/pr79369.C | 9 ++
gcc/testsuite/gfortran.dg/pr80752.f90 | 20 +++++
11 files changed, 200 insertions(+), 154 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr79369.C
create mode 100644 gcc/testsuite/gfortran.dg/pr80752.f90
--
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 cdd45522b6 float128: Enable use of IEEE wrapper templates
new c79a72aa5c posix: Fix and simplify default p{read,write}v implementation
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 | 13 ++++
sysdeps/posix/preadv.c | 91 +++------------------------
sysdeps/posix/preadv64.c | 31 +++++++--
sysdeps/posix/{preadv.c => preadv_common.c} | 70 +++++++--------------
sysdeps/posix/pwritev.c | 79 +++--------------------
sysdeps/posix/pwritev64.c | 31 +++++++--
sysdeps/posix/{pwritev.c => pwritev_common.c} | 67 +++++++-------------
sysdeps/unix/sysv/linux/preadv.c | 2 +-
sysdeps/unix/sysv/linux/preadv64.c | 2 +-
sysdeps/unix/sysv/linux/pwritev.c | 2 +-
sysdeps/unix/sysv/linux/pwritev64.c | 2 +-
11 files changed, 126 insertions(+), 264 deletions(-)
copy sysdeps/posix/{preadv.c => preadv_common.c} (62%)
copy sysdeps/posix/{pwritev.c => pwritev_common.c} (61%)
--
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 gcc.
from 61882fa62b2 * config/i386.i386.md (*zero_extendsidi2): Do not penalize [...]
new 657b97030e1 * ChangeLog: Add missing PR number. * testsuite/ChangeLog [...]
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:
gcc/ChangeLog | 1 +
gcc/testsuite/ChangeLog | 1 +
2 files changed, 2 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 297d728cd59 [NewGVN] Fix verification of MemoryPhis in verifyMemoryCong [...]
new 8b48b0420b9 The patch adds CTLZ idiom recognition.
new f0a3e25eca9 [InstSimplify] restrict icmp fold with 2 sdiv exact operand [...]
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:
lib/Analysis/InstructionSimplify.cpp | 13 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 295 ++++++++++++++++++++++++++-
test/Transforms/InstSimplify/compare.ll | 7 +-
test/Transforms/LoopIdiom/ARM/ctlz.ll | 185 +++++++++++++++++
test/Transforms/LoopIdiom/X86/ctlz.ll | 185 +++++++++++++++++
5 files changed, 680 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/LoopIdiom/ARM/ctlz.ll
create mode 100644 test/Transforms/LoopIdiom/X86/ctlz.ll
--
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 compiler-rt.
from 0479fb714 [ubsan] Don't enable debug info in all tests
new 80a73416a builtins: fix filtering aliased targets
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/builtins/CMakeLists.txt | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
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 openmp.
from c2f4638 Remove some outdated comments
new e4c0f2b Fix for KMP_AFFINITY=respect with multiple processor groups
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:
runtime/src/kmp_affinity.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 gcc.
from 581ccb40262 * reorg.c (relax_delay_slots): Create a new variable to ho [...]
new 61882fa62b2 * config/i386.i386.md (*zero_extendsidi2): Do not penalize [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/config/i386/i386.md | 13 +++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr80425-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr80425-2.c | 14 ++++++++++++++
5 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80425-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80425-2.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 dd98c461597 Revert 303091.
new 43336654442 [AArch64][Falkor] Fix sched details for FMOV
new 297d728cd59 [NewGVN] Fix verification of MemoryPhis in verifyMemoryCong [...]
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:
lib/Target/AArch64/AArch64SchedFalkorDetails.td | 7 ++++--
lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 3 +--
lib/Transforms/Scalar/NewGVN.cpp | 13 +++++++++++
test/Transforms/NewGVN/verify-memoryphi.ll | 29 ++++++++++++++++++++++++
4 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/NewGVN/verify-memoryphi.ll
--
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 34e726e44a0 Add support for handling ifuncs to GlobalValue::getBaseObject
new dd98c461597 Revert 303091.
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/AMDGPU/AMDGPU.h | 4 -
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 3019 --------------------
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 18 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 -
lib/Target/AMDGPU/SIInstrInfo.cpp | 310 +-
lib/Target/AMDGPU/SIInstrInfo.h | 33 +-
lib/Target/AMDGPU/SIInstructions.td | 7 -
7 files changed, 12 insertions(+), 3380 deletions(-)
delete mode 100644 lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.