This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0509fa0 syscall, internal/syscall/unix: Fix getrandom, clone on sparc64
new 8b2b45b 2016-10-12 Yannick Moy <moy(a)adacore.com>
new 3e7c21b 2016-10-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++
gcc/ada/ChangeLog | 14 +++
gcc/ada/einfo.adb | 68 ++++++++++++-
gcc/ada/einfo.ads | 8 +-
gcc/ada/gnat1drv.adb | 2 +-
gcc/ada/sem_prag.adb | 169 +++++++++++++++++----------------
gcc/cgraphunit.c | 13 ++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/torture/pr77947.C | 29 ++++++
9 files changed, 219 insertions(+), 95 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr77947.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 6488b4d 2016-10-12 Hristian Kirtchev <kirtchev(a)adacore.com>
new 2c9a4e9 2016-10-12 Yannick Moy <moy(a)adacore.com>
new 0509fa0 syscall, internal/syscall/unix: Fix getrandom, clone on sparc64
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/ada/ChangeLog | 10 +
gcc/ada/sem_prag.adb | 309 ++++++++++++++++-----
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 10 +
libgo/Makefile.in | 43 +--
...om_linux_sparc.go => getrandom_linux_sparcx.go} | 0
libgo/go/syscall/clone_linux.c | 100 +++++++
libgo/go/syscall/exec_linux.go | 19 +-
libgo/mksysinfo.sh | 2 +
9 files changed, 401 insertions(+), 94 deletions(-)
rename libgo/go/internal/syscall/unix/{getrandom_linux_sparc.go => getrandom_linux [...]
create mode 100644 libgo/go/syscall/clone_linux.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 1a62037 NFC: The Cost Model specialization, by Andrey Tischenko
new 7e18f7d [CVP] Convert an AShr to a LShr if 1st operand is known to be [...]
new b34a186 [DAGCombiner] Do not remove the load of stored values when op [...]
new 58682d3 [DAGCombiner] Update most ADD combines to support general vec [...]
new 597ed35 [MC] Fix Error Location for ParseIdentifier
The 4 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 | 69 +++++++++++++++----
lib/MC/MCParser/AsmParser.cpp | 15 +++--
.../Scalar/CorrelatedValuePropagation.cpp | 23 +++++++
test/CodeGen/ARM/alloc-no-stack-realign.ll | 5 +-
test/CodeGen/ARM/dag-combine-ldst.ll | 41 ++++++++++++
test/CodeGen/SystemZ/swift-return.ll | 3 +-
test/CodeGen/X86/combine-add.ll | 77 ++++++++--------------
test/CodeGen/X86/inline-asm-tied.ll | 5 +-
test/CodeGen/X86/pr30430.ll | 6 +-
test/MC/AsmParser/at-pseudo-variable-bad.s | 2 +-
test/MC/Mips/cpsetup-bad.s | 2 +-
.../{sdiv.ll => ashr.ll} | 36 +++++-----
12 files changed, 190 insertions(+), 94 deletions(-)
create mode 100644 test/CodeGen/ARM/dag-combine-ldst.ll
copy test/Transforms/CorrelatedValuePropagation/{sdiv.ll => ashr.ll} (62%)
--
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 libcxx.
from c69d8ca Correctly grant rebound limited_allocators friendship.
new d588d2d [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS
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:
docs/DesignDocs/VisibilityMacros.rst | 17 +++++++++--------
include/new | 2 +-
2 files changed, 10 insertions(+), 9 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 1e07d5b Make test helper work with non-copyable types
new ae8e839 2016-10-12 Ed Schonberg <schonberg(a)adacore.com>
new 6488b4d 2016-10-12 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 79 +++++++++++++++++++++
gcc/ada/einfo.adb | 91 ++++++++++++++++++++----
gcc/ada/einfo.ads | 52 +++++++++++---
gcc/ada/exp_aggr.adb | 28 +++++---
gcc/ada/exp_ch4.adb | 23 +++---
gcc/ada/exp_ch7.adb | 197 +++++++++++++++++++++++++--------------------------
gcc/ada/lib-writ.adb | 52 ++++++--------
gcc/ada/sem.adb | 10 +++
gcc/ada/sem_ch3.adb | 41 ++++++++++-
gcc/ada/sem_ch7.adb | 28 ++++++++
gcc/ada/sem_ch7.ads | 4 +-
gcc/ada/sem_prag.adb | 42 +++++++----
12 files changed, 450 insertions(+), 197 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 84cb1b7 Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations
new 2e5bb44 Fix LTO_STREAMER_DEBUG build
new 1e07d5b Make test helper work with non-copyable types
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 | 2 ++
gcc/lto-streamer.c | 12 ++++++------
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc | 2 +-
libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc | 2 +-
.../testsuite/29_atomics/atomic_integral/cons/assign_neg.cc | 2 +-
.../testsuite/29_atomics/atomic_integral/cons/copy_neg.cc | 2 +-
.../29_atomics/atomic_integral/operators/bitwise_neg.cc | 8 +++-----
libstdc++-v3/testsuite/util/testsuite_common_types.h | 5 +++++
9 files changed, 31 insertions(+), 15 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 3f978ba [InstCombine] Fix constexpr issue in select combining
new 1a62037 NFC: The Cost Model specialization, by Andrey Tischenko
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/X86TargetTransformInfo.cpp | 25 +++++++++++++++++++++++++
1 file changed, 25 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 567f680 [cron] ignore your own pid
new 27a7ba1 [cron] fix yet another bug diana found :)
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:
helpers/llvm-cron-build | 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from dd4fee9 [cron] Simplify running check
new 567f680 [cron] ignore your own pid
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:
helpers/llvm-cron-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.