This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d953706c139 2018-02-20 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 3a4e2cc0b94 PR middle-end/84095 - false-positive -Wrestrict warnings fo [...]
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/gimple-ssa-warn-restrict.c | 307 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/c-c++-common/Warray-bounds-3.c | 4 +-
gcc/testsuite/c-c++-common/Wrestrict.c | 26 +--
gcc/testsuite/gcc.dg/Warray-bounds-27.c | 35 +++
gcc/testsuite/gcc.dg/Wrestrict-6.c | 4 +-
gcc/testsuite/gcc.dg/Wrestrict-8.c | 116 ++++++++++
gcc/testsuite/gcc.dg/Wrestrict-9.c | 315 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr84095.c | 14 ++
10 files changed, 699 insertions(+), 141 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-27.c
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-8.c
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-9.c
create mode 100644 gcc/testsuite/gcc.dg/pr84095.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 f4aea131884 [ThinLTO/gold] Avoid race with cache pruner by copying to t [...]
new 761281e6685 [LTO] Remove unused Path parameter to AddBufferFn
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/LTO/Caching.h | 7 +------
lib/LTO/Caching.cpp | 4 ++--
tools/gold/gold-plugin.cpp | 3 +--
tools/llvm-lto2/llvm-lto2.cpp | 3 +--
4 files changed, 5 insertions(+), 12 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 lld.
from 5c56aa369 feedback
new a2a7ed46d [lld/LTO] Remove unused Path parameter to AddBufferFn
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:
COFF/LTO.cpp | 8 ++++----
ELF/LTO.cpp | 5 +++--
2 files changed, 7 insertions(+), 6 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 13e61f3e50b PR middle-end/84406 * optabs-query.c (find_widening_optab [...]
new d953706c139 2018-02-20 Thomas Koenig <tkoenig(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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/structure_constructor_14.f90 | 2 +-
2 files changed, 5 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 c381a107ab2 [ARM] Lower BR_CC for f16
new 1918edb644b [LV] Fix test checks, NFC.
new f4aea131884 [ThinLTO/gold] Avoid race with cache pruner by copying to t [...]
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:
.../Transforms/LoopVectorize/X86/gather_scatter.ll | 768 +++++-
.../LoopVectorize/X86/masked_load_store.ll | 2878 +++++++++++++++++++-
test/tools/gold/X86/cache.ll | 8 +-
tools/gold/gold-plugin.cpp | 4 +-
4 files changed, 3514 insertions(+), 144 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 7104e59bec remote-sim: Add missing ATTRIBUTE_PRINTF
new cd665a945e gas: xtensa: limit size of auto litpools
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:
gas/ChangeLog | 23 ++++++
gas/config/tc-xtensa.c | 119 +++++++++++++++++++----------
gas/testsuite/gas/xtensa/all.exp | 1 +
gas/testsuite/gas/xtensa/auto-litpools-2.d | 6 ++
gas/testsuite/gas/xtensa/auto-litpools-2.s | 9 +++
gas/testsuite/gas/xtensa/auto-litpools.d | 4 +-
gas/testsuite/gas/xtensa/auto-litpools.s | 2 +-
7 files changed, 119 insertions(+), 45 deletions(-)
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-2.d
create mode 100644 gas/testsuite/gas/xtensa/auto-litpools-2.s
--
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 adbbd244528 [llvm-objdump] Use unique_ptr to simplify memory ownership
new 050ca4d5a49 [AMDGPU] Removed redundant run lines for fmuladd.f16 test. NFC.
new c381a107ab2 [ARM] Lower BR_CC for f16
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:
lib/Target/ARM/ARMISelLowering.cpp | 3 +--
test/CodeGen/AMDGPU/fmuladd.f16.ll | 4 ----
test/CodeGen/ARM/fp16-instructions.ll | 32 +++++++++++++++++++++++++++++++-
3 files changed, 32 insertions(+), 7 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 7368576a985 PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new 13e61f3e50b PR middle-end/84406 * optabs-query.c (find_widening_optab [...]
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/optabs-query.c | 20 +++++++++++++++++---
2 files changed, 25 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 gcc.
from dae47e1e66c PR c++/84488 * g++.dg/warn/Wunused-var-30.C: New test.
new e9332a4eb4d PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new 4d02592b6c8 PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new d1524944bfc PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new a669405fb46 PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new 3a06a652f31 PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
new 59f3708ec9d 2018-02-20 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7368576a985 PR middle-end/82123 PR tree-optimization/81592 PR middle [...]
The 7 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 | 32 +++++
gcc/fortran/ChangeLog | 8 ++
gcc/fortran/primary.c | 32 +++++
gcc/gimple-ssa-evrp-analyze.c | 7 ++
gcc/gimple-ssa-sprintf.c | 133 ++++++++++++---------
gcc/testsuite/ChangeLog | 15 +++
gcc/testsuite/gcc.dg/builtin-unreachable-6.c | 2 +-
gcc/testsuite/gcc.dg/pr81592.c | 20 ++++
gcc/testsuite/gcc.dg/pr82123.c | 12 ++
.../gfortran.dg/structure_constructor_14.f90 | 24 ++++
10 files changed, 230 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81592.c
create mode 100644 gcc/testsuite/gcc.dg/pr82123.c
create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_14.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 ae97c16c39c [X86][3DNow] Regenerate intrinsics tests
new 8f4be0b00f0 [X86][MMX] Regenerate MMX bitcast test
new adbbd244528 [llvm-objdump] Use unique_ptr to simplify memory ownership
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:
test/CodeGen/X86/fast-isel-bc.ll | 25 ++++++++++++----
tools/llvm-objdump/MachODump.cpp | 65 +++++++++++++++++++---------------------
2 files changed, 50 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.