This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3a9e497 [ELF] - Do not crash when discarding sections that are refere [...]
new 9be0f30 Share more output section creation code.
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:
ELF/LinkerScript.cpp | 16 ++--------------
ELF/LinkerScript.h | 2 --
ELF/OutputSections.cpp | 49 +++++++++++++++++++++++++++++--------------------
ELF/OutputSections.h | 7 ++++---
ELF/Writer.cpp | 24 +++---------------------
5 files changed, 38 insertions(+), 60 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 c40fa62 [OpenMP] libomptarget: Protect parent struct from being deallocated
new 8f2e239 Added an option to bind initial thread at the start of applic [...]
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_csupport.cpp | 11 ++++++++---
1 file changed, 8 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 llvm.
from e61e095 [AArch64] AArch64AsmParser clean up of isImmediate functions. NFC
new e97e1b5 [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load [...]
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/SelectionDAG/DAGCombiner.cpp | 27 ++++--
test/CodeGen/AArch64/load-combine-big-endian.ll | 6 +-
test/CodeGen/AArch64/load-combine.ll | 7 +-
test/CodeGen/AMDGPU/insert_vector_elt.ll | 31 +++----
test/CodeGen/ARM/fp16-promote.ll | 12 +--
test/CodeGen/ARM/load-combine-big-endian.ll | 11 +--
test/CodeGen/ARM/load-combine.ll | 12 +--
test/CodeGen/PowerPC/ppc64le-aggregates.ll | 5 +-
test/CodeGen/X86/load-combine.ll | 112 +++---------------------
9 files changed, 57 insertions(+), 166 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 test-suite.
from 395140c cmake/caches: Add some caches with descriptive names
new 9d62283 cmake/modules: Restructuring, add rule for libraries
new f2cb17b Add a cache explicitely addressing the MacOSX xcode SDK
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:
CMakeLists.txt | 1 +
cmake/caches/target-x86_64-macosx.cmake | 3 +
cmake/modules/SingleMultiSource.cmake | 161 +++++++++++---------------------
cmake/modules/TestFile.cmake | 8 ++
cmake/modules/TestSuite.cmake | 76 +++++++++++++++
5 files changed, 141 insertions(+), 108 deletions(-)
create mode 100644 cmake/caches/target-x86_64-macosx.cmake
create mode 100644 cmake/modules/TestSuite.cmake
--
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 9ec3c80 [OpenMP] Parallel reduction on the NVPTX device.
new 08de7bb [OpenMP] Teams reduction on the NVPTX device.
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/CGOpenMPRuntimeNVPTX.cpp | 450 +++++++++++++++++-
lib/CodeGen/CGStmtOpenMP.cpp | 4 +
...degen.cpp => nvptx_teams_reduction_codegen.cpp} | 513 +++++++++++++++++----
3 files changed, 860 insertions(+), 107 deletions(-)
copy test/OpenMP/{nvptx_target_parallel_reduction_codegen.cpp => nvptx_teams_reduc [...]
--
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 lnt.
from 6651253 Daily report: display the number of tests seen near the top o [...]
new ca71aca Daily report: only display non empty result tables to avoid c [...]
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:
lnt/server/ui/templates/reporting/daily_report.html | 4 ++++
1 file changed, 4 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 gcc.
from 9c0ca8b * config/aarch64/value-unwind.h: New file. * config.host (a [...]
new 08d009a PR c++/79050 - ICE with undeduced auto and LTO
new 43b7271 PR c++/78572 - ICE with self-modifying array initializer
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/constexpr.c | 9 ++++++++-
gcc/cp/decl.c | 7 +++++--
gcc/testsuite/g++.dg/init/array47.C | 3 +++
gcc/testsuite/g++.dg/lto/pr79050_0.C | 7 +++++++
5 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/array47.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr79050_0.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 gcc-6-branch
in repository gcc.
from d4f17fd Backported from mainline 2017-02-09 Marek Polacek <polace [...]
new 6c7e9ac PR target/76731 * config/i386/avx512fintrin.h (_mm512_i32g [...]
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 | 154 ++++++++++++++++++++++++++
gcc/config/i386/avx512fintrin.h | 128 +++++++++++-----------
gcc/config/i386/avx512pfintrin.h | 72 ++++++-------
gcc/config/i386/avx512vlintrin.h | 192 ++++++++++++++++-----------------
gcc/config/i386/i386-builtin-types.def | 104 +++++++++---------
gcc/config/i386/i386.c | 112 +++++++++----------
6 files changed, 454 insertions(+), 308 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 5fcb821 Revert r295319 while investigating buildbot failure.
new 9ec3c80 [OpenMP] Parallel reduction on the NVPTX device.
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/CGOpenMPRuntime.cpp | 31 +-
lib/CodeGen/CGOpenMPRuntime.h | 36 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1009 ++++++++++++++++++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 33 +-
lib/CodeGen/CGStmtOpenMP.cpp | 32 +-
lib/CodeGen/CodeGenFunction.h | 4 +-
.../nvptx_target_parallel_reduction_codegen.cpp | 830 ++++++++++++++++
7 files changed, 1940 insertions(+), 35 deletions(-)
create mode 100644 test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
--
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 66dae88 * doc/xml/manual/policy_data_structures.xml: Simplify and s [...]
new 9c0ca8b * config/aarch64/value-unwind.h: New file. * config.host (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:
libgcc/ChangeLog | 6 ++++++
libgcc/config.host | 4 ++++
libgcc/config/{i386 => aarch64}/value-unwind.h | 6 +++---
3 files changed, 13 insertions(+), 3 deletions(-)
copy libgcc/config/{i386 => aarch64}/value-unwind.h (85%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.