This is an automated email from the git hooks/post-receive script.
mark.murray pushed a change to branch releases/linaro-7.3-2018.04-rc1
in repository toolchain/release-notes.
at ebc7447 Generated Release Notes for linaro-GCC-7.3-2018.04-rc1.
This branch includes the following new commits:
new 7e94317 Added NEWS items for releases/linaro-7.3-2018.04-rc1.
new ebc7447 Generated Release Notes for linaro-GCC-7.3-2018.04-rc1.
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.
--
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 c368db314c [OPENMP] Codegen for ctor|dtor of declare target variables.
new e34c81ff7c clang-cl: s/Enable/Disable/ in help text for /GX-
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/Driver/CLCompatOptions.td | 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 gcc.
from eaf3f6ed07d Fix wrong use-after-scope sanitization for omp variable (PR [...]
new dc4ed9fd371 Fix typos (PR other/84819).
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 | 8 ++++++++
gcc/calls.c | 2 +-
gcc/common.opt | 4 ++--
gcc/config/i386/i386.opt | 4 ++--
4 files changed, 13 insertions(+), 5 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 c584e9e80eb [ORC] Re-add the Windows check that was dropped in r328687.
new 19a26aafdb3 [AMDGPU][MC][GFX9] Added buffer_*_format_d16_hi_x
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/BUFInstructions.td | 10 +++++++
test/MC/AMDGPU/mubuf-gfx9.s | 48 ++++++++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/mubuf_gfx9.txt | 22 ++++++++++++++
3 files changed, 80 insertions(+)
create mode 100644 test/MC/Disassembler/AMDGPU/mubuf_gfx9.txt
--
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 1a79b714666 [AMDGPU][MC][GFX9] Added s_scratch* instructions
new c584e9e80eb [ORC] Re-add the Windows check that was dropped in r328687.
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/ExecutionEngine/Orc/OrcTestCommon.h | 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 0b411af1ce6 Do not call chkp_type_bounds_count if MPX is not enabled (P [...]
new eaf3f6ed07d Fix wrong use-after-scope sanitization for omp variable (PR [...]
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 | 9 +++++++++
gcc/gimplify.c | 10 ++++------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/asan/pr85081.C | 20 ++++++++++++++++++++
4 files changed, 39 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr85081.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 clang.
from 9f49beb064 [PATCH] [RISCV] Verify the input value of -march=
new c368db314c [OPENMP] Codegen for ctor|dtor of declare target variables.
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/Sema/Sema.h | 2 +-
lib/CodeGen/CGDeclCXX.cpp | 4 +
lib/CodeGen/CGOpenMPRuntime.cpp | 213 ++++++++++++++++-----
lib/CodeGen/CGOpenMPRuntime.h | 59 ++++--
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 2 +-
lib/Parse/ParseOpenMP.cpp | 18 +-
.../nvptx_declare_target_var_ctor_dtor_codegen.cpp | 104 ++++++++++
7 files changed, 326 insertions(+), 76 deletions(-)
create mode 100644 test/OpenMP/nvptx_declare_target_var_ctor_dtor_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 0f78a47da1d [NDS32] Adjust BRANCH_COST to prevent too much jump when co [...]
new 0b411af1ce6 Do not call chkp_type_bounds_count if MPX is not enabled (P [...]
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/config/i386/i386.c | 3 ++-
2 files changed, 8 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 llvm.
from 0822ac42c4d Revert "[lit] Temporarily disable shtest-timeout.py on darwin"
new 1a79b714666 [AMDGPU][MC][GFX9] Added s_scratch* instructions
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/SMInstructions.td | 15 ++++
test/MC/AMDGPU/smem.s | 112 +++++++++++++++++++++++-------
test/MC/Disassembler/AMDGPU/smem_gfx9.txt | 28 ++++++++
3 files changed, 131 insertions(+), 24 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/smem_gfx9.txt
--
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 7323a7bf809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
new b42dc3192fa [X86][Btver2] Moved JWriteFCmp/JWriteFCmpY classes next to [...]
new 3a421b791d4 [lit] Remove a timing senstive part of `shtest-timeout.py`
new 0822ac42c4d Revert "[lit] Temporarily disable shtest-timeout.py on darwin"
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:
lib/Target/X86/X86ScheduleBtVer2.td | 28 ++++++++---------
.../tests/Inputs/shtest-timeout/quick_then_slow.py | 24 ---------------
utils/lit/tests/shtest-timeout.py | 35 ++--------------------
3 files changed, 17 insertions(+), 70 deletions(-)
delete mode 100644 utils/lit/tests/Inputs/shtest-timeout/quick_then_slow.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.