This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from a082ae668c8 Daily bump.
new 72f710ef278 PR c++/80179 - ICE with initialized flexible array member.
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/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 12 ++++++++++--
gcc/testsuite/g++.dg/ext/flexary24.C | 12 ++++++++++++
3 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary24.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 35f98ce7152 [ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
new a01adefb51f [ThinLTO] Reduce unnecessary map lookups during combined su [...]
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/Bitcode/Writer/BitcodeWriter.cpp | 56 +++++++++++-----------
test/Bitcode/thinlto-function-summary-callgraph.ll | 13 +++--
2 files changed, 37 insertions(+), 32 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 clang.
from 9c46302728 [clang-cl] Implement /diagnostic: flag
new bda7c3d81a [CodeGen] Surround assertion with parens and format.
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/CodeGen/CodeGenModule.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 8ea517852a3 [sanitizer-coverage] remove stale code (old coverage); llvm part
new 664dca2daa0 TargetMachine: Indicate whether machine verifier passes.
new 35f98ce7152 [ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
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:
include/llvm/Target/TargetMachine.h | 6 +
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 278 +++++++++++++------------
lib/CodeGen/TargetPassConfig.cpp | 7 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 5 +-
lib/Target/ARM/ARMTargetMachine.h | 4 +
lib/Target/AVR/AVRTargetMachine.h | 4 +
lib/Target/Lanai/LanaiTargetMachine.h | 4 +
lib/Target/Mips/MipsTargetMachine.h | 4 +
lib/Target/NVPTX/NVPTXTargetMachine.h | 3 +
lib/Target/PowerPC/PPCTargetMachine.h | 4 +
lib/Target/Sparc/SparcTargetMachine.h | 4 +
lib/Target/SystemZ/SystemZTargetMachine.h | 2 +
lib/Target/X86/X86TargetMachine.h | 4 +
test/CodeGen/MIR/Generic/multiRunPass.mir | 4 +-
test/CodeGen/X86/pr32610.ll | 40 ++++
15 files changed, 241 insertions(+), 132 deletions(-)
create mode 100644 test/CodeGen/X86/pr32610.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 gcc.
from 60005e82605 * config/i386/avx512fintrin.h (_mm_mask_max_sd) (_ [...]
new f8b5812af88 * config/i386/i386.md (*zero_extendsidi2): Enable alternat [...]
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 | 6 ++++++
gcc/config/i386/i386.md | 15 +++++++++++----
2 files changed, 17 insertions(+), 4 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 7206f37 TestRelease.job: Fix typo.
new fcf3fd3 jenkins-helpers.sh: Also fetch gerrit changesets in clone_or_ [...]
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:
jenkins-helpers.sh | 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 gcc.
from ad99200ff7e PR c++/80840 - ICE with constexpr and reference
new 60005e82605 * config/i386/avx512fintrin.h (_mm_mask_max_sd) (_ [...]
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 | 16 +++--
gcc/config/i386/avx512fintrin.h | 92 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 19 +++++
gcc/testsuite/gcc.target/i386/avx512f-vmaxsd-1.c | 4 ++
gcc/testsuite/gcc.target/i386/avx512f-vmaxsd-2.c | 28 +++++---
gcc/testsuite/gcc.target/i386/avx512f-vmaxss-1.c | 4 ++
gcc/testsuite/gcc.target/i386/avx512f-vmaxss-2.c | 28 +++++---
gcc/testsuite/gcc.target/i386/avx512f-vminsd-1.c | 4 ++
gcc/testsuite/gcc.target/i386/avx512f-vminsd-2.c | 30 +++++---
gcc/testsuite/gcc.target/i386/avx512f-vminss-1.c | 4 ++
gcc/testsuite/gcc.target/i386/avx512f-vminss-2.c | 30 +++++---
11 files changed, 219 insertions(+), 40 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 d2f82e87674 Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy"
new bae3d869e53 [PowerPC] Correctly specify the cache line size for Power 7 [...]
new 8ea517852a3 [sanitizer-coverage] remove stale code (old coverage); llvm part
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/PowerPC/PPCTargetTransformInfo.cpp | 15 ++-
.../Instrumentation/SanitizerCoverage.cpp | 140 ++-------------------
test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll | 49 ++++++++
.../SanitizerCoverage/coverage-dbg.ll | 4 +-
test/Instrumentation/SanitizerCoverage/coverage.ll | 11 --
test/Instrumentation/SanitizerCoverage/seh.ll | 1 -
6 files changed, 73 insertions(+), 147 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ppc64-get-cache-line-size.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 e1dfaf677 [sanitizer] Trying to fix MAC buildbots after r304285
new 9b2c60be6 [sanitizer-coverage] remove stale code (old coverage); compil [...]
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/sanitizer/coverage_interface.h | 3 -
lib/dfsan/done_abilist.txt | 2 -
.../sanitizer_coverage_interface.inc | 5 --
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 47 ++----------
.../sanitizer_coverage_libcdep_new.cc | 4 +-
lib/sanitizer_common/scripts/sancov.py | 2 +-
test/asan/TestCases/Linux/coverage-missing.cc | 6 +-
test/asan/TestCases/Posix/coverage-fork.cc | 10 ++-
.../TestCases/Posix/coverage-module-unloaded.cc | 20 ++---
test/asan/TestCases/Posix/coverage-sandboxing.cc | 87 ----------------------
test/asan/TestCases/Posix/coverage.cc | 19 ++---
test/asan/TestCases/coverage-and-lsan.cc | 4 +-
test/asan/TestCases/coverage-order-pcs.cc | 57 --------------
.../TestCases/sanitizer_coverage_symbolize.cc | 2 +-
.../sanitizer_coverage_trace_pc_guard-dso.cc | 6 +-
.../TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
16 files changed, 41 insertions(+), 235 deletions(-)
delete mode 100644 test/asan/TestCases/Posix/coverage-sandboxing.cc
delete mode 100644 test/asan/TestCases/coverage-order-pcs.cc
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e85433b tcwg-benchmark.sh: Avoid stale containers
new 7206f37 TestRelease.job: Fix typo.
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:
TestRelease.job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.