This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 93bd005e3c1 2017-06-08 Olivier Hainque <hainque(a)adacore.com>
new fb373f42e16 * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
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 | 4 ++++
gcc/cfgbuild.c | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from 5a3a34e bug-1925, bug-2185: Don't run on unsupported targets.
new a327ae8 bug-2785: fix glibc version mismatch.
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:
...oopfiltersimpleverticaledge_neon.preprocessed.c | 1104 +-------------------
1 file changed, 1 insertion(+), 1103 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 81b6fe3bf9 2017-06-07 Eric Christopher <echristo(a)gmail.com>
new bc327528fd [AArch64] Allow COPY relocation elimination
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:
bfd/ChangeLog | 11 ++++
bfd/elfnn-aarch64.c | 70 +++++++++++++++++++---
ld/ChangeLog | 6 ++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 +
.../{copy-reloc.d => copy-reloc-eliminate.d} | 2 +-
ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s | 7 +++
6 files changed, 89 insertions(+), 9 deletions(-)
copy ld/testsuite/ld-aarch64/{copy-reloc.d => copy-reloc-eliminate.d} (65%)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.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 gcc.
from eb2b8080360 gcov: Add block_info::block_info (PR gcov-profile/80911).
new 93bd005e3c1 2017-06-08 Olivier Hainque <hainque(a)adacore.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/ada/ChangeLog | 7 +++++++
gcc/ada/vx_crtbegin.c | 2 +-
gcc/ada/vx_crtbegin.inc | 2 +-
gcc/ada/vx_crtbegin_auto.c | 2 +-
gcc/ada/vx_crtend.c | 2 +-
5 files changed, 11 insertions(+), 4 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 libcxx.
from 3113ac6f8 Add tests for class template deduction on std::tuple.
new c597e3867 XFAIL tuple deduction guide test on GCC
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:
.../tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp | 5 +++++
1 file changed, 5 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.
unknown user pushed a change to branch master
in repository gcc.
from b3a8d9f18a5 2017-06-08 Tamar Christina <tamar.christina(a)arm.com>
new eb2b8080360 gcov: Add block_info::block_info (PR gcov-profile/80911).
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/gcov.c | 11 +++++++++++
2 files changed, 16 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.
unknown user pushed a change to branch master
in repository llvm.
from 5db707b0ff5 Correct AMDGPU Hawaii and Kabini target names
new 6a72c575251 [Go] Subtypes function
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:
bindings/go/llvm/ir.go | 6 ++++++
bindings/go/llvm/ir_test.go | 26 ++++++++++++++++++++++++++
2 files changed, 32 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.
unknown user pushed a change to branch master
in repository gcc.
from f0cd56a4ae4 Daily bump.
new fe117e95ac2 2017-06-08 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/gcc.dg/vect/slp-perm-8.c | 3 +--
2 files changed, 7 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.
unknown user pushed a change to branch master
in repository libcxx.
from 1cf5591af Fix class template deduction for scoped_lock.
new d66e43aff Revert r304955 - Fix class template deduction for scoped_lock.
new 3113ac6f8 Add tests for class template deduction on std::tuple.
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:
include/mutex | 5 -
include/tuple | 10 ++
.../tuple.cnstr/implicit_deduction_guides.pass.cpp | 150 +++++++++++++++++++++
3 files changed, 160 insertions(+), 5 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.