This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 57b9683f0ce PR c++/81589 - error with is_trivially_constructible.
new 08433a1561a PR rtl-optimization/83496 * reorg.c (steal_delay_list_fro [...]
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 | 10 +++++++
gcc/reorg.c | 38 +++++++++++++-----------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.c-torture/execute/20180226-1.c | 31 +++++++++++++++++++
4 files changed, 66 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/20180226-1.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 29ec2438b4a PR rtl-optimization/83496 * reorg.c (steal_delay_list_fro [...]
new d5934e6339f Remove bogus test.
new 29e9e9f1b7c Re-add test.
new b4f7664d6e9 Fix typo
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 | 2 +-
gcc/testsuite/gcc.c-torture/execute/20180226-1.c | 32 +++++++++++++++++++++++-
2 files changed, 32 insertions(+), 2 deletions(-)
mode change 120000 => 100644 gcc/testsuite/gcc.c-torture/execute/20180226-1.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 clang.
from 0797c9550c Re-land: "[Support] Replace HashString with djbHash."
new cf3546e69e [CodeGen][DebugInfo] Refactor duplicated code, NFC
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/CGDebugInfo.cpp | 8 ++------
1 file changed, 2 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 921e542ba9c Make fix for PR 83965 handle SLP reduction chains
new 29ec2438b4a PR rtl-optimization/83496 * reorg.c (steal_delay_list_fro [...]
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 | 10 +++++++
gcc/reorg.c | 38 +++++++++++++-----------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.c-torture/execute/20180226-1.c | 1 +
4 files changed, 36 insertions(+), 17 deletions(-)
create mode 120000 gcc/testsuite/gcc.c-torture/execute/20180226-1.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 binutils-gdb.
from d7c798565e GAS/doc: Clean up `.dc' and `.ds' directive descriptions
new 15ce8941e7 Sign-extend non-bit-fields in unpack_bits_as_long
new 7c22600aab Initial support for variant parts
new c9317f214b Convert Rust to use discriminated unions
new 2ddeaf8a7d Handle DW_TAG_variant_part and DW_TAG_variant
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:
gdb/ChangeLog | 58 ++
gdb/Makefile.in | 1 +
gdb/dwarf2read.c | 531 +++++++++++++-
gdb/gdbtypes.h | 51 ++
gdb/rust-lang.c | 796 ++++++++-------------
gdb/rust-lang.h | 5 +
gdb/testsuite/ChangeLog | 9 +
.../compile-ops.c => gdb.dwarf2/variant.c} | 32 +-
gdb/testsuite/gdb.dwarf2/variant.exp | 224 ++++++
gdb/testsuite/gdb.rust/simple.exp | 4 +-
gdb/unittests/unpack-selftests.c | 61 ++
gdb/valops.c | 44 ++
gdb/value.c | 10 +-
gdb/value.h | 8 +
14 files changed, 1273 insertions(+), 561 deletions(-)
copy gdb/testsuite/{gdb.compile/compile-ops.c => gdb.dwarf2/variant.c} (62%)
create mode 100644 gdb/testsuite/gdb.dwarf2/variant.exp
create mode 100644 gdb/unittests/unpack-selftests.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 binutils-gdb.
from 48fbe735fb Move read_partial_die to partial_die_info::read
new d7c798565e GAS/doc: Clean up `.dc' and `.ds' directive descriptions
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 | 5 +++++
gas/doc/as.texinfo | 9 ++++-----
2 files changed, 9 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 gcc.
from 3345ca9a37e [testsuite] Add missing function decl to regs-arg-size.c
new 921e542ba9c Make fix for PR 83965 handle SLP reduction chains
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 | 12 ++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr83965-2.c | 16 ++++++++++++++++
gcc/tree-vect-patterns.c | 16 ++++++++--------
4 files changed, 41 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr83965-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 d403336ea9c [X86][AVX] Add AVX1 PSAD tests
new 1516d0af245 [InstCombine] allow fdiv folds with less than fully 'fast' ops
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/Transforms/InstCombine/InstCombineMulDivRem.cpp | 16 +++-------------
test/Transforms/InstCombine/fdiv.ll | 16 ++++++++--------
2 files changed, 11 insertions(+), 21 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 0a7d2e45abb PR debug/84545 * final.c (rest_of_clean_state): Also look [...]
new 3345ca9a37e [testsuite] Add missing function decl to regs-arg-size.c
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/gcc.c-torture/compile/regs-arg-size.c | 1 +
2 files 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 llvm.
from 454e6dcd0d7 [CodeGen] Don't omit any redundant information in -debug output
new ccc0e67691e Revert r326092: [gtest] Add PrintTo overload for StringRef.
new d403336ea9c [X86][AVX] Add AVX1 PSAD tests
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/sad.ll | 687 +++++++++++++--------
test/CodeGen/X86/sad_variations.ll | 162 ++---
.../include/gtest/internal/custom/gtest-printers.h | 13 -
3 files changed, 475 insertions(+), 387 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.