This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 96de1a7 Fix the constraints for any's assignment operator template to [...]
new 1547c55 gcc/testsuite PR tree-optimization/71347 * gcc.dg/tree-ssa [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr71347.c | 2 +-
2 files changed, 6 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 clang-tools-extra.
from 9600c64 cppcoreguidelines-pro-bounds-constant-array-index: crash for [...]
new a9dcf9a [include-fixer] Always add as few as possible qualifiers to t [...]
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-fixer/IncludeFixerContext.cpp | 38 ++++++++++++++++++++++------
unittests/include-fixer/IncludeFixerTest.cpp | 8 ++++++
2 files changed, 38 insertions(+), 8 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 c30ebec [ARM] Followup to r275537 addressing review comments
new cf85ddc [Thumb-1] Select post-increment load and store where possible
new d7bfcba [ARM] Fix build after r275540
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/ARM/ARMISelDAGToDAG.cpp | 29 +++++++++++++
lib/Target/ARM/ARMISelLowering.cpp | 40 +++++++++++++++--
lib/Target/ARM/ARMInstrThumb.td | 18 ++++++++
test/CodeGen/Thumb/ldm-stm-postinc.ll | 81 +++++++++++++++++++++++++++++++++++
4 files changed, 164 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Thumb/ldm-stm-postinc.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 498a8f9 XFAIL two SeparateConstOffsetFromGEP tests
new decaafe [ARM] Prefer indirect calls in minsize mode
new c30ebec [ARM] Followup to r275537 addressing review comments
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/ARM/ARMISelLowering.cpp | 70 +++++++++++++++++++++---------------
test/CodeGen/ARM/minsize-call-cse.ll | 28 +++++++++++++++
2 files changed, 70 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/ARM/minsize-call-cse.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 48ccea3 [asan] Avoid hooking memchr() on Windows64
new d52bb2c [asan] Reduce flakiness of halt_on_error-torture.cc testcase.
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/asan/TestCases/Posix/halt_on_error-torture.cc | 8 ++------
1 file changed, 2 insertions(+), 6 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 48b8f6e Daily bump.
new 9c34b2c 2016-07-15 Richard Biener <rguenther(a)suse.de>
new 96de1a7 Fix the constraints for any's assignment operator template to [...]
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 | 5 +++++
gcc/config/i386/i386.c | 5 +----
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/std/any | 6 +++---
libstdc++-v3/testsuite/20_util/any/requirements.cc | 5 ++++-
5 files changed, 22 insertions(+), 8 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 1bd4284 [IR] andIRFlags and copyIRFlags needs to handle GEP
new 498a8f9 XFAIL two SeparateConstOffsetFromGEP tests
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:
.../AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll | 1 +
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll | 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 58d6ea4 [llvm-cov] Relax a test for Windows
new 1bd4284 [IR] andIRFlags and copyIRFlags needs to handle GEP
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/IR/Instruction.cpp | 8 ++++++++
test/Transforms/GVN/pr28562.ll | 9 +++++++++
2 files changed, 17 insertions(+)
create mode 100644 test/Transforms/GVN/pr28562.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 lld.
from 5dcba74 Remove redundant `return`.
new 1b60129 Update comments.
new 78ffbd1 Inline traceUndefined function.
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:
ELF/InputFiles.cpp | 22 ++++++++++------------
ELF/InputFiles.h | 2 --
2 files changed, 10 insertions(+), 14 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 f1bc238 Frontend: Simplify ownership model for clang's output streams.
new 041ad85 [OpenMP] add check for both simdlen and safelen clauses specified
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/Sema/SemaOpenMP.cpp | 133 ++++++---------
.../distribute_parallel_for_simd_misc_messages.c | 17 ++
test/OpenMP/distribute_simd_misc_messages.c | 17 ++
.../target_parallel_for_simd_misc_messages.c | 181 +++++++++++++++++++++
4 files changed, 263 insertions(+), 85 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.