This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3f5d3a1f08 [OpenCL] Add missing subgroup builtins
new 6d92431e6c [Tooling] Add LLVM_NODISCARD to Replacements::merge
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/clang/Tooling/Core/Replacement.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 645faa5ddf2 [DebugInfo] Use shrink_to_fit to simplify code. NFCI.
new 05485d71079 [PostDom] document the current handling of infinite loops a [...]
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:
unittests/IR/DominatorTreeTest.cpp | 268 +++++++++++++++++++++++++++++++++++++
1 file changed, 268 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 bb2981861c6 [DAG] Extend visitSCALAR_TO_VECTOR optimization to truncate [...]
new 645faa5ddf2 [DebugInfo] Use shrink_to_fit to simplify code. NFCI.
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/DebugInfo/DWARF/DWARFDebugAranges.cpp | 4 ++--
lib/DebugInfo/DWARF/DWARFUnit.cpp | 14 ++------------
2 files changed, 4 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 gcc.
from 486d729675d Simplify nvptx/slp* test-cases
new 3c311329bd7 Fix segfault in gcov.c (PR gcov-profile/81561).
new 17a98feac0b 2017-08-01 Jerome Lambourg <lambourg(a)adacore.com> [...]
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 | 33 +++++++++
gcc/config.gcc | 18 ++++-
gcc/config/arm/t-vxworks | 10 ++-
gcc/config/arm/vxworks.h | 81 +++++++++++++++++-----
gcc/gcov.c | 10 +--
libgcc/ChangeLog | 11 +++
libgcc/config.host | 11 ++-
libgcc/config/arm/t-vxworks7 | 1 +
.../{nvptx/mgomp.c => arm/unwind-arm-vxworks.c} | 21 +++---
9 files changed, 152 insertions(+), 44 deletions(-)
create mode 100644 libgcc/config/arm/t-vxworks7
copy libgcc/config/{nvptx/mgomp.c => arm/unwind-arm-vxworks.c} (57%)
--
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 4bd03d5ccf6 2017-08-01 Richard Biener <rguenther(a)suse.de>
new 486d729675d Simplify nvptx/slp* test-cases
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.target/nvptx/slp-2.c | 2 +-
gcc/testsuite/gcc.target/nvptx/slp.c | 2 +-
3 files changed, 7 insertions(+), 2 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 gcc-7-branch
in repository gcc.
from 009baa50551 Backport fix for PR 80769
new 11742639d19 2017-08-01 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/vect/pr81633.c | 33 +++++++++++++++++++++++++
gcc/tree-vect-slp.c | 49 ++++++++++++++++++++++---------------
4 files changed, 75 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr81633.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 c6a42e96ed1 [Hexagon] Convert HVX vector constants of i1 to i8
new 16b949e997b [Mips] Fix for BBIT octeon instruction
new bb2981861c6 [DAG] Extend visitSCALAR_TO_VECTOR optimization to truncate [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 37 ++++++++++++++++++++++----------
lib/Target/Mips/MipsSEInstrInfo.cpp | 8 ++++++-
test/CodeGen/AArch64/arm64-neon-copy.ll | 2 +-
test/CodeGen/AArch64/neon-scalar-copy.ll | 11 ++++------
test/CodeGen/Mips/octeon.ll | 33 +++++++++++++++++-----------
5 files changed, 59 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 gcc.
from fffdea9eb92 2017-08-01 Olivier Hainque <hainque(a)adacore.com>
new 4bd03d5ccf6 2017-08-01 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr81181.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-ssa-pre.c | 12 ++++++++++--
4 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81181.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 b94542367df 2017-08-01 Olivier Hainque <hainque(a)adacore.com>
new fffdea9eb92 2017-08-01 Olivier Hainque <hainque(a)adacore.com>
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:
libgcc/ChangeLog | 5 +++++
libgcc/config/t-vxworks | 9 +++++----
libgcc/config/t-vxworks7 | 9 +++++----
3 files changed, 15 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 clang.
from 076d1be85c [x86][inline-asm]Allow a pack of Control Debug to be properl [...]
new 3f5d3a1f08 [OpenCL] Add missing subgroup builtins
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/clang/Basic/Builtins.def | 6 +++--
lib/CodeGen/CGBuiltin.cpp | 19 +++++++++++++++
lib/Sema/SemaChecking.cpp | 32 ++++++++++++++++++++++++++
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 5 ++++
test/SemaOpenCL/cl20-device-side-enqueue.cl | 32 ++++++++++++++++++++++++++
5 files changed, 92 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.