This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8134a948ed9 C++: fix-it hints suggesting accessors for private fields
new 7200bfeeae3 2017-05-16 Paul Thomas <pault(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 | 11 ++++--
gcc/fortran/decl.c | 22 +++++++++++-
gcc/testsuite/ChangeLog | 7 +++-
gcc/testsuite/gfortran.dg/submodule_29.f08 | 56 ++++++++++++++++++++++++++++++
4 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_29.f08
--
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 acc2c1d71da Elide stores which are overwritten without being observed.
new c4cdac05ab5 Revert "[X86] Replace slow LEA instructions in X86"
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/X86/X86.td | 3 -
lib/Target/X86/X86FixupLEAs.cpp | 269 ++-------
lib/Target/X86/X86Subtarget.h | 6 -
lib/Target/X86/X86TargetMachine.cpp | 2 -
test/CodeGen/X86/leaFixup32.mir | 508 -----------------
test/CodeGen/X86/leaFixup64.mir | 1041 -----------------------------------
6 files changed, 43 insertions(+), 1786 deletions(-)
delete mode 100644 test/CodeGen/X86/leaFixup32.mir
delete mode 100644 test/CodeGen/X86/leaFixup64.mir
--
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 33d397743bd gcc/ChangeLog:
new 8134a948ed9 C++: fix-it hints suggesting accessors for private fields
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/cp/ChangeLog | 30 ++++
gcc/cp/call.c | 8 +-
gcc/cp/cp-tree.h | 31 +++-
gcc/cp/search.c | 240 ++++++++++++++++++++++++-
gcc/cp/semantics.c | 8 +-
gcc/cp/typeck.c | 45 ++++-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/g++.dg/other/accessor-fixits-1.C | 178 ++++++++++++++++++
gcc/testsuite/g++.dg/other/accessor-fixits-2.C | 104 +++++++++++
gcc/testsuite/g++.dg/other/accessor-fixits-3.C | 15 ++
gcc/testsuite/g++.dg/other/accessor-fixits-4.C | 48 +++++
11 files changed, 703 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/accessor-fixits-1.C
create mode 100644 gcc/testsuite/g++.dg/other/accessor-fixits-2.C
create mode 100644 gcc/testsuite/g++.dg/other/accessor-fixits-3.C
create mode 100644 gcc/testsuite/g++.dg/other/accessor-fixits-4.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 34eb467434a ShrinkWrap: Add skipFunction() call
new acc2c1d71da Elide stores which are overwritten without being observed.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 28 ++++++---
test/CodeGen/AArch64/ldst-zero.ll | 23 ++++----
test/CodeGen/AArch64/misched-stp.ll | 35 +++++------
test/CodeGen/AMDGPU/global-constant.ll | 4 +-
test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll | 16 ++---
test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll | 2 +-
test/CodeGen/ARM/dag-combine-ldst.ll | 2 +-
test/CodeGen/MSP430/vararg.ll | 1 -
test/CodeGen/Mips/msa/bmzi_bmnzi.ll | 8 +--
test/CodeGen/PowerPC/ppcf128sf.ll | 8 +--
test/CodeGen/SPARC/32abi.ll | 16 ++---
test/CodeGen/SPARC/64abi.ll | 18 +++---
test/CodeGen/SystemZ/swift-return.ll | 6 +-
test/CodeGen/Thumb/stack-access.ll | 10 ++--
test/CodeGen/Thumb2/ldr-str-imm12.ll | 4 +-
test/CodeGen/X86/arg-copy-elide.ll | 7 +--
test/CodeGen/X86/nontemporal.ll | 72 ++++++++++-------------
test/CodeGen/X86/store-narrow.ll | 5 +-
test/CodeGen/X86/swift-return.ll | 6 +-
test/CodeGen/X86/win32-spill-xmm.ll | 2 +-
test/CodeGen/X86/win64_sibcall.ll | 4 +-
test/CodeGen/X86/win64_vararg.ll | 4 +-
test/CodeGen/X86/x86-64-ms_abi-vararg.ll | 4 +-
23 files changed, 135 insertions(+), 150 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 d801e0c5388 * ChangeLog: Fix whitespace.
new 22d17e4f51e * name-lookup.c (check_local_shadow): New, broke out of .. [...]
new 2af642bf411 PR sanitizer/80536 PR sanitizer/80386 * cp-gimplify.c (c [...]
new 33d397743bd gcc/ChangeLog:
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:
gcc/ChangeLog | 49 +++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/rs6000-builtin.def | 1 +
gcc/config/rs6000/rs6000-c.c | 37 ++
gcc/cp/ChangeLog | 9 +
gcc/cp/cp-gimplify.c | 9 +
gcc/cp/name-lookup.c | 427 +++++++++++------------
gcc/doc/extend.texi | 32 ++
gcc/testsuite/ChangeLog | 16 +
gcc/testsuite/c-c++-common/ubsan/pr80536.c | 9 +
gcc/testsuite/g++.dg/ubsan/pr80386.C | 13 +
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 37 +-
gcc/testsuite/gcc.target/powerpc/builtins-3-p9.c | 31 +-
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 93 ++++-
gcc/tree.c | 16 +-
15 files changed, 528 insertions(+), 252 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr80536.c
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80386.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 d76490caab3 * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New. (ovl_first [...]
new d801e0c5388 * ChangeLog: Fix whitespace.
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 | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 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 15886e12706 Revert "[ARM] Mark LEApcrel instructions as isAsCheapAsAMove"
new 7457b450301 [MetadataLoader] Remove unused Vector. NFCI.
new 34eb467434a ShrinkWrap: Add skipFunction() call
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/Bitcode/Reader/MetadataLoader.cpp | 2 +-
lib/CodeGen/ShrinkWrap.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 4a9cbbc build-linux.sh: Fix return-code handling.
new 489e061 build-linux.sh: Handle build error more nicely.
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:
build-linux.sh | 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 libcxxabi.
from 1089e75 [libcxxabi] Align unwindHeader on a double-word boundary.
new c515867 [libcxxabi] Fix the test case committed in r303175.
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/exception_object_alignment.pass.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 c74078b0a builtins: add missing includes
new e60a00c0d builtins: one more case of a missing header
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/builtins/arm/aeabi_div0.c | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.