This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2351bad637 Add override for ClangDiagnosticHandler::isAnyRemarkEnabled()
new cb0d01de81 [Sema][ObjC] Warn about mismatches in attributes between ove [...]
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/DiagnosticGroups.td | 3 ++
include/clang/Basic/DiagnosticSemaKinds.td | 8 ++---
lib/Sema/SemaDeclObjC.cpp | 58 +++++++++++++++---------------
test/Analysis/retain-release.m | 6 ++--
test/SemaObjC/arc-nsconsumed-errors.m | 13 ++++++-
5 files changed, 52 insertions(+), 36 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 02a09d2cdd5 * function.c (dump_stack_clash_frame_info): New fun [...]
new 57e17e31cb3 * config/i386/i386.c (ix86_adjust_stack_and_probe_stack_cl [...]
new 8692080b7a2 * combine-stack-adj.c (combine_stack_adjustments_for_block [...]
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/ChangeLog | 12 +
gcc/combine-stack-adj.c | 2 +
gcc/config/i386/i386.c | 157 +-
gcc/reg-notes.def | 4 +
gcc/sched-deps.c | 5 +
gcc/testsuite/ChangeLog | 16 +-
gcc/testsuite/gcc.dg/stack-check-10.c | 41 +
gcc/testsuite/gcc.dg/stack-check-3.c | 2 +-
gcc/testsuite/gcc.dg/stack-check-4.c | 42 +
gcc/testsuite/gcc.dg/stack-check-5.c | 74 +
gcc/testsuite/gcc.dg/stack-check-6.c | 55 +
gcc/testsuite/gcc.dg/stack-check-6a.c | 17 +
gcc/testsuite/gcc.dg/stack-check-7.c | 36 +
gcc/testsuite/gcc.dg/stack-check-8.c | 139 ++
gcc/testsuite/gcc.dg/stack-check-9.c | 2022 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/stack-check-11.c | 16 +
gcc/testsuite/lib/target-supports.exp | 8 +-
17 files changed, 2641 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/stack-check-10.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-4.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-5.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-6.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-6a.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-7.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-8.c
create mode 100644 gcc/testsuite/gcc.dg/stack-check-9.c
create mode 100644 gcc/testsuite/gcc.target/i386/stack-check-11.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 f21f2061b82 2017-09-18 Jeff Law <law(a)redhat.com>
new 1e81f1d8fb8 * config/alpha/alpha.c (alpha_expand_prologue): Also check [...]
new 02a09d2cdd5 * function.c (dump_stack_clash_frame_info): New fun [...]
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/ChangeLog | 17 +++++++++++++
gcc/config/alpha/alpha.c | 9 ++++---
gcc/config/arm/arm.c | 16 ++++++++----
gcc/config/ia64/ia64.c | 6 +++--
gcc/config/mips/mips.c | 3 ++-
gcc/config/powerpcspe/powerpcspe.c | 3 ++-
gcc/config/sparc/sparc.c | 6 +++--
gcc/config/spu/spu.c | 4 +--
gcc/function.c | 52 ++++++++++++++++++++++++++++++++++++++
gcc/function.h | 8 ++++++
10 files changed, 107 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 gcc.
from 74af142db7e * common.opt (-fstack-clash-protection): New option. * fl [...]
new f21f2061b82 2017-09-18 Jeff Law <law(a)redhat.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 | 32 +++++
gcc/config/aarch64/aarch64.c | 10 +-
gcc/config/alpha/alpha.c | 2 +-
gcc/config/arm/arm.c | 10 +-
gcc/config/i386/i386.c | 14 +-
gcc/config/ia64/ia64.c | 13 +-
gcc/config/mips/mips.c | 8 +-
gcc/config/powerpcspe/powerpcspe.c | 8 +-
gcc/config/rs6000/rs6000.c | 8 +-
gcc/config/sparc/sparc.c | 16 +--
gcc/doc/tm.texi | 4 +
gcc/doc/tm.texi.in | 2 +
gcc/explow.c | 242 ++++++++++++++++++++++++++++++++++-
gcc/explow.h | 9 ++
gcc/rtl.h | 1 +
gcc/target.def | 7 +
gcc/targhooks.c | 6 +
gcc/targhooks.h | 1 +
gcc/testsuite/ChangeLog | 2 +
gcc/testsuite/gcc.dg/stack-check-3.c | 86 +++++++++++++
20 files changed, 438 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/stack-check-3.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 a35447062dc DiagnosticInfoOptimizationBase: Appease g++-4.8.2 not confu [...]
new a942315e5fd AMDGPU: Match load d16 hi 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/AMDGPUISelDAGToDAG.cpp | 12 +-
lib/Target/AMDGPU/AMDGPUInstructions.td | 7 +-
lib/Target/AMDGPU/BUFInstructions.td | 67 +++-
lib/Target/AMDGPU/DSInstructions.td | 47 ++-
lib/Target/AMDGPU/FLATInstructions.td | 78 +++-
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 10 +-
test/CodeGen/AMDGPU/fabs.f16.ll | 6 +-
test/CodeGen/AMDGPU/load-hi16.ll | 506 ++++++++++++++++++++++++++
test/CodeGen/AMDGPU/packed-op-sel.ll | 10 +-
test/CodeGen/AMDGPU/sext-in-reg.ll | 9 +-
10 files changed, 686 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/load-hi16.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 gcc.
from e324f34afd0 runtime: restore "goroutine in C code" message
new 74af142db7e * common.opt (-fstack-clash-protection): New option. * fl [...]
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/common.opt | 7 +++-
gcc/doc/invoke.texi | 37 ++++++++++++++++-
gcc/flag-types.h | 9 +++-
gcc/params.def | 10 +++++
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/stack-check-2.c | 66 ++++++++++++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 77 +++++++++++++++++++++++++++++++++++
gcc/toplev.c | 20 +++++++++
9 files changed, 246 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/stack-check-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 fbf0e1603cb [AMDGPU] Port of HSAIL inliner
new a35447062dc DiagnosticInfoOptimizationBase: Appease g++-4.8.2 not confu [...]
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/Analysis/OptimizationDiagnosticInfo.h | 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 llvm.
from 6a28475ea4f AMDGPU: Cleanup load/store PatFrags
new fbf0e1603cb [AMDGPU] Port of HSAIL inliner
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/AMDGPU.h | 3 +
lib/Target/AMDGPU/AMDGPUInline.cpp | 208 ++++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 2 +
lib/Target/AMDGPU/CMakeLists.txt | 1 +
test/CodeGen/AMDGPU/amdgpu-inline.ll | 152 +++++++++++++++++++
test/CodeGen/AMDGPU/internalize.ll | 20 +--
7 files changed, 375 insertions(+), 16 deletions(-)
create mode 100644 lib/Target/AMDGPU/AMDGPUInline.cpp
create mode 100644 test/CodeGen/AMDGPU/amdgpu-inline.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 binutils-2_29-branch
in repository binutils-gdb.
from f625a739e5 Automatic date update in version.in
new 437ea1e487 [GOLD] PowerPC function address in non-PIC
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:
gold/ChangeLog | 6 ++++++
gold/powerpc.cc | 25 ++++++++++++++++++++-----
2 files changed, 26 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 binutils-gdb.
from dba74cb2b7 Automatic date update in version.in
new 64b5d6d785 [GOLD] PowerPC function address in non-PIC
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:
gold/ChangeLog | 6 ++++++
gold/powerpc.cc | 25 ++++++++++++++++++++-----
2 files changed, 26 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.