This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 12f69ea4562 * c-attribs.c (c_common_attribute_table): Add "omp declar [...]
new d6758592f66 RISC-V: Error if function declared with different interrupt modes.
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 | 11 +++
gcc/config/riscv/riscv.c | 82 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 4 ++
.../gcc.target/riscv/interrupt-conflict-mode.c | 10 +++
4 files changed, 89 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/interrupt-conflict-mode.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 1a48fc4684 [Hexagon] Fix testcases failing after r336933
new 6e54f66e13 [Driver] Conform warn_drv_object_size_disabled_O0 to Default [...]
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/DiagnosticDriverKinds.td | 2 +-
test/Driver/fsanitize-object-size.c | 5 +++--
2 files changed, 4 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 87100fdc04a Revert "(HEAD -> master, origin/master, arcpatch-D37582) Co [...]
new 4835c04d29a AMDGPU: Fix assert in truncate combine with vectors
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/AMDGPUISelLowering.cpp | 2 +-
test/CodeGen/AMDGPU/trunc-combine.ll | 27 +++++++++++++++++++++++++++
2 files changed, 28 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 a58a89b042 [Hexagon] Diagnose intrinsics not supported by selected CPU/HVX
new 1a48fc4684 [Hexagon] Fix testcases failing after r336933
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/builtins-hexagon.c | 1590 +--------------------------------------
test/CodeGen/builtins-hvx128.c | 802 ++++++++++++++++++++
test/CodeGen/builtins-hvx64.c | 802 ++++++++++++++++++++
3 files changed, 1605 insertions(+), 1589 deletions(-)
create mode 100644 test/CodeGen/builtins-hvx128.c
create mode 100644 test/CodeGen/builtins-hvx64.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 a98e3424409 * config/pdp11/pdp11.c (pdp11_output_def): Fix typo in .se [...]
new 12f69ea4562 * c-attribs.c (c_common_attribute_table): Add "omp declar [...]
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/c-family/ChangeLog | 5 ++
gcc/c-family/c-attribs.c | 2 +
gcc/c/ChangeLog | 6 +++
gcc/c/c-decl.c | 26 +++++++++--
gcc/cp/ChangeLog | 9 ++++
gcc/cp/decl.c | 21 +++++++++
gcc/cp/decl2.c | 10 ++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/c-c++-common/gomp/declare-target-3.c | 53 ++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/declare-target-2.C | 18 ++++++++
10 files changed, 147 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-target-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-target-2.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-8-branch
in repository gcc.
from 3365a8e982e 2018-07-12 Richard Biener <rguenther(a)suse.de>
new 17b1bc0f8e8 * c-attribs.c (c_common_attribute_table): Add "omp declar [...]
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/c-family/ChangeLog | 5 ++
gcc/c-family/c-attribs.c | 2 +
gcc/c/ChangeLog | 6 +++
gcc/c/c-decl.c | 26 +++++++++--
gcc/cp/ChangeLog | 9 ++++
gcc/cp/decl.c | 21 +++++++++
gcc/cp/decl2.c | 10 ++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/c-c++-common/gomp/declare-target-3.c | 53 ++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/declare-target-2.C | 18 ++++++++
10 files changed, 147 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-target-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-target-2.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 50f2228bda9 CodeGen: Remove pipeline dependencies on StackProtector; NFC
new 87100fdc04a Revert "(HEAD -> master, origin/master, arcpatch-D37582) Co [...]
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/llvm/CodeGen/GlobalISel/Localizer.h | 2 -
include/llvm/CodeGen/GlobalISel/Utils.h | 6 ---
include/llvm/CodeGen/MachineFrameInfo.h | 33 +-------------
include/llvm/CodeGen/StackProtector.h | 26 ++++++++---
lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 ---
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 1 -
lib/CodeGen/GlobalISel/Legalizer.cpp | 1 -
lib/CodeGen/GlobalISel/Localizer.cpp | 5 ---
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 1 -
lib/CodeGen/GlobalISel/Utils.cpp | 5 ---
lib/CodeGen/LocalStackSlotAllocation.cpp | 21 ++++++---
lib/CodeGen/MachineFunctionPass.cpp | 2 +
lib/CodeGen/PrologEpilogInserter.cpp | 14 +++---
lib/CodeGen/ResetMachineFunctionPass.cpp | 6 ---
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 +--
lib/CodeGen/StackColoring.cpp | 21 +++++----
lib/CodeGen/StackProtector.cpp | 62 ++++++++++++++-------------
17 files changed, 90 insertions(+), 129 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 64161c36d3e * doc/rtl.texi (REG_NONNEG): Remove decrement and branch u [...]
new a98e3424409 * config/pdp11/pdp11.c (pdp11_output_def): Fix typo in .se [...]
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 | 5 +++++
gcc/config/pdp11/pdp11.c | 2 +-
2 files changed, 6 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 9cf29bd32aa [contrib] compare_tests: Print number of tests
new 64161c36d3e * doc/rtl.texi (REG_NONNEG): Remove decrement and branch u [...]
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/doc/md.texi | 140 ++++++++++++++++++++++++-------------------------------
gcc/doc/rtl.texi | 8 ++--
3 files changed, 74 insertions(+), 82 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.