This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from f3ed2dc 2016-09-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 50b30d8 2016-09-30 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 | 7 +++++++
gcc/fortran/check.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pr68566.f90 | 13 +++++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68566.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 69560a6 [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based [...]
new 937044f [asan] Support dynamic shadow address instrumentation
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:
.../Instrumentation/AddressSanitizer.cpp | 57 +++++++++++++++++++---
.../AddressSanitizer/basic-msvc64.ll | 35 +++++++++++++
2 files changed, 85 insertions(+), 7 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/basic-msvc64.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 7e05a83 [compiler-rt][asan] Disable a broken test on windows 64-bits
new 49f0371 [compiler-rt] Add support for the dynamic shadow allocation
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/asan/asan_interface_internal.h | 3 +++
lib/asan/asan_mapping.h | 4 ++--
lib/asan/asan_rtl.cc | 30 ++++++++++++++++++++++++------
lib/asan/asan_win.cc | 6 ++++++
lib/asan/asan_win_dll_thunk.cc | 5 ++++-
lib/asan/asan_win_dynamic_runtime_thunk.cc | 4 ++++
lib/sanitizer_common/sanitizer_common.h | 3 +++
lib/sanitizer_common/sanitizer_posix.cc | 5 +++++
lib/sanitizer_common/sanitizer_win.cc | 20 ++++++++++++++++++++
9 files changed, 71 insertions(+), 9 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 binutils-gdb.
from 72da393 Don't assign alt twice
new 17e1648 PR 20627: Use resume_stop to stop lwp
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:
gdb/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/target.c | 6 +++++-
2 files changed, 11 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 gcc-6-branch
in repository gcc.
from 6f42ed8 Daily bump.
new faaf3da 2016-09-30 Michael Meissner <meissner(a)linux.vnet.ibm.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:
gcc/ChangeLog | 15 +++++++++++++++
gcc/config/rs6000/predicates.md | 6 ++++++
gcc/config/rs6000/rs6000.md | 39 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 59 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 gcc.
from 99c372f * config/alpha/predicates.md: Adjust fall through comment.
new 2d5b538 PR other/31566 * gcc.c (process_command): For [...]
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/gcc.c | 7 ++++++-
2 files changed, 12 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.
from 05f9770 [CUDA][OpenMP] Add a generic offload action builder
new 3269fd7 [CUDA] Add missing comment on Sema::CheckCUDAVLA.
new ebda718 [CUDA] Handle attributes on CUDA lambdas appearing between [. [...]
new 39766c5 [CUDA] Make lambdas inherit __host__ and __device__ attribute [...]
The 3 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/Sema/Sema.h | 11 ++++
lib/Parse/ParseExprCXX.cpp | 19 ++++---
lib/Sema/SemaCUDA.cpp | 19 +++++++
lib/Sema/SemaLambda.cpp | 7 ++-
test/Parser/lambda-attr.cu | 33 ++++++++++++
test/SemaCUDA/implicit-device-lambda-hd.cu | 27 ++++++++++
test/SemaCUDA/implicit-device-lambda.cu | 86 ++++++++++++++++++++++++++++++
7 files changed, 194 insertions(+), 8 deletions(-)
create mode 100644 test/Parser/lambda-attr.cu
create mode 100644 test/SemaCUDA/implicit-device-lambda-hd.cu
create mode 100644 test/SemaCUDA/implicit-device-lambda.cu
--
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 07f122b [AMDGPU] Ask subtarget if waitcnt instruction is needed befor [...]
new 69560a6 [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based [...]
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 14 +++++++------
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 13 ++++++++----
lib/Target/AMDGPU/SIInsertWaits.cpp | 16 +++++++++------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 24 ++++++++++++++++++++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 18 ++++++++++++++++
5 files changed, 69 insertions(+), 16 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 8ff412c Fix incorrect OpenMP version in Fortran module.
new 27bfdc4 [test] Support 'lit' executable name
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 | 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 gcc-5-branch
in repository gcc.
from a1764f4 2016-09-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f3ed2dc 2016-09-30 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 | 8 ++++++++
gcc/fortran/resolve.c | 6 +++---
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pr71799.f90 | 10 ++++++++++
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71799.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.