This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6072d5d1786 [DEBUG] Add initial tests for debug info for NVPTX target, NFC.
new 8da0e49815f [X86] Add scalar undef sdiv/srem/udiv/urem combine 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:
test/CodeGen/X86/combine-sdiv.ll | 36 ++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/combine-srem.ll | 17 +++++++++++++++++
test/CodeGen/X86/combine-udiv.ll | 17 +++++++++++++++++
test/CodeGen/X86/combine-urem.ll | 17 +++++++++++++++++
4 files changed, 87 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 47b6aec2503 Protect second call to extract_range_from_multiplicative_op_1
new cfddfada1ee 2018-01-04 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new af6233cb16c PR ipa/82352 * g++.dg/ipa/pr82352.C (size_t): Define 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/fortran/ChangeLog | 10 +
gcc/fortran/check.c | 63 ++++--
gcc/fortran/intrinsic.c | 2 +-
gcc/fortran/intrinsic.h | 1 +
gcc/fortran/simplify.c | 265 +++++++++++++++++++++++
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/g++.dg/ipa/pr82352.C | 2 +-
gcc/testsuite/gfortran.dg/eoshift_8.f90 | 18 ++
gcc/testsuite/gfortran.dg/simplify_eoshift_1.f90 | 83 +++++++
9 files changed, 440 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/eoshift_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/simplify_eoshift_1.f90
--
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 d5b26bc052f [X86] Correct the execution domain for AVX1 VBROADCASTF128 [...]
new 6072d5d1786 [DEBUG] Add initial tests for debug info for NVPTX target, NFC.
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:
.../{CodeGen => DebugInfo}/NVPTX/debug-file-loc.ll | 16 +-
test/DebugInfo/NVPTX/debug-info.ll | 844 +++++++++++++++++++++
.../NVPTX/lit.local.cfg | 0
3 files changed, 852 insertions(+), 8 deletions(-)
rename test/{CodeGen => DebugInfo}/NVPTX/debug-file-loc.ll (85%)
create mode 100644 test/DebugInfo/NVPTX/debug-info.ll
copy test/{Analysis/DivergenceAnalysis => DebugInfo}/NVPTX/lit.local.cfg (100%)
--
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 0f0caba04ff Revert "[X86] Regenerate test"
new d5b26bc052f [X86] Correct the execution domain for AVX1 VBROADCASTF128 [...]
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/Target/X86/X86InstrSSE.td | 3 +-
test/CodeGen/X86/subvector-broadcast.ll | 148 +++++++++++---------------------
2 files changed, 50 insertions(+), 101 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 27fbdd8738 [OPENMP] Fix casting in NVPTX support library.
new 925ec79113 [OPENMP] Fix capturing of expressions in clauses.
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 | 26 +++-----
test/OpenMP/target_teams_distribute_codegen.cpp | 83 ++++++++++++++-----------
2 files changed, 56 insertions(+), 53 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-6-branch
in repository gcc.
from 99933652481 Daily bump.
new 64b6895477b 2018-01-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/simplify.c | 10 +++++++---
2 files changed, 13 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 fc04e857150 [llvm-cov] Refactor "export" command implementation and add [...]
new 0f0caba04ff Revert "[X86] Regenerate test"
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/CodeGen/X86/2006-11-17-IllegalMove.ll | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 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 34662fb33d [OPENMP] Add debug info for generated functions.
new 27fbdd8738 [OPENMP] Fix casting in NVPTX support library.
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 | 86 ++++++++++++----------
.../nvptx_target_parallel_reduction_codegen.cpp | 8 +-
test/OpenMP/nvptx_teams_reduction_codegen.cpp | 43 +++--------
3 files changed, 65 insertions(+), 72 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 00a37174a27 Protect optional's deduction guide with the feature macro
new 2d82a2bfb7b 2018-01-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/simplify.c | 8 ++++++--
2 files changed, 12 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 master
in repository clang.
from 71928e1dab [libclang] Support querying whether a declaration is invalid
new 34662fb33d [OPENMP] Add debug info for generated functions.
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 | 93 +++++++++-------
lib/CodeGen/CGOpenMPRuntime.h | 3 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 152 ++++++++++++++------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 3 +-
test/OpenMP/target_parallel_debug_codegen.cpp | 6 +-
5 files changed, 139 insertions(+), 118 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.