This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository lld.
from 2fee9f6 ReleaseNotes: drop in-progress warning
new f3e1544 ReleaseNotes: typos and tweaks
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:
docs/ReleaseNotes.rst | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 release_40
in repository lld.
from f18d7ad Docs: drop minor version
new 2fee9f6 ReleaseNotes: drop in-progress warning
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:
docs/ReleaseNotes.rst | 3 ---
1 file changed, 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 release_40
in repository llvm.
from fa13347 Merging r295990: -------------------------------------------- [...]
new b02403e Revert r288115 for PR31847.
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/Vectorize/SLPVectorizer.h | 6 -
lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 +++++++--------------
.../SLPVectorizer/X86/horizontal-list.ll | 158 ++++++------
3 files changed, 172 insertions(+), 257 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 fef0dbe Revert "Correct register pressure calculation in presence of [...]
new 5d1e915 AMDGPU : Replace FMAD with FMA when denormals are enabled.
new d2a98e0 [Hexagon] Prettify code in HexagonDAGToDAGISel::Select
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/AMDGPU/AMDGPUISelLowering.cpp | 6 ++-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 2 +
lib/Target/AMDGPU/SIInstructions.td | 10 +++++
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 60 +++++++-----------------------
test/CodeGen/AMDGPU/udiv.ll | 20 +++++++++-
6 files changed, 52 insertions(+), 49 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 2bf19f4 sh: Fixes for RTL checking
new 09fd09e PR c/79677 * opts.h (handle_generated_option): Add GENERATE [...]
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 | 13 +++++++++++++
gcc/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/misc.c | 2 +-
gcc/optc-gen.awk | 4 ++--
gcc/opts-common.c | 13 +++++++------
gcc/opts.c | 4 ++--
gcc/opts.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79677.c | 15 +++++++++++++++
9 files changed, 52 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr79677.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 gcc.
from 25516a0 c6x: Fix for RTL checking
new 1c8fc73 Update paired single tests to cope with ABI fixes for o32/o64
new 758b155 cris: Fix for RTL checking
new 6af3f24 2017-02-24 Segher Boessenkool <segher(a)kernel.crashing.org> [...]
new 3ec2521 Add documentation for -mload-store-pairs
new 18eff16 pa: Fixes for RTL checking
new 2bf19f4 sh: Fixes for RTL checking
The 6 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 | 32 ++++++++++++++++++++++++++
gcc/config/cris/cris.md | 2 +-
gcc/config/nios2/nios2.c | 14 +++++++++--
gcc/config/pa/pa.c | 26 ++++++++++-----------
gcc/config/sh/sh.md | 12 ++++++++--
gcc/doc/invoke.texi | 10 ++++++++
gcc/testsuite/ChangeLog | 9 ++++++++
gcc/testsuite/gcc.target/mips/mips-ps-type-2.c | 5 ++++
gcc/testsuite/gcc.target/mips/mips-ps-type.c | 9 ++++++--
9 files changed, 98 insertions(+), 21 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 0002bae Factor out more commonality between handling of deletion and [...]
new ccb64f9 [Test] Make Lit tests C++11 compatible #9
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:
test/CodeGenCXX/debug-info-use-after-free.cpp | 3 +
test/CodeGenCXX/dynamic-cast-hint.cpp | 6 +-
test/SemaCXX/i-c-e-cxx.cpp | 47 +++++++++++---
test/SemaCXX/new-delete.cpp | 71 +++++++++++++++++++---
test/SemaCXX/no-wchar.cpp | 8 ++-
.../virtual-member-functions-key-function.cpp | 43 +++++++++++--
test/SemaCXX/warn-bool-conversion.cpp | 67 +++++++++++++++++---
test/SemaCXX/zero-length-arrays.cpp | 11 +++-
test/SemaTemplate/instantiate-c99.cpp | 19 ++++++
test/SemaTemplate/temp_explicit.cpp | 25 ++++++--
.../value-dependent-null-pointer-constant.cpp | 15 ++++-
11 files changed, 273 insertions(+), 42 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 bbd5521 PR c++/79588 c-family/ * c-common.c (check_function_restric [...]
new 30a427b arc: Fixes for RTL checking
new 25516a0 c6x: Fix for RTL checking
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/ChangeLog | 12 ++++++++++++
gcc/config/arc/arc.c | 8 +++++---
gcc/config/arc/predicates.md | 2 ++
gcc/config/c6x/c6x.c | 1 +
4 files changed, 20 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 openmp.
from b2806f6 [OpenMP] Missing virtual destructor in KMPAffinity
new 7bd7063 [test] Try to link -latomic to provide atomics when available
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/test/CMakeLists.txt | 13 +++++++++++++
runtime/test/lit.cfg | 2 ++
runtime/test/lit.site.cfg.in | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.