This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3f8cc3a1fa0 [X86][SSE] Added new tests from D32416 to show codegen delta
new 053e5ff4f28 [DAGCombiner] Add ComputeNumSignBits vector demanded elemen [...]
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/SelectionDAG.cpp | 40 ++++++++++++++++++++++++++++++-
test/CodeGen/X86/known-signbits-vector.ll | 28 +++++++++-------------
2 files changed, 50 insertions(+), 18 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 2af29974ca0 PR libstdc++/80553 don't allow destroying non-destructible types
new 2e2119864c4 * ipa-cp.c (perform_estimation_of_a_value): Turn time to s [...]
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 | 13 +++++++++++++
gcc/ipa-cp.c | 23 ++++++++++++++---------
gcc/ipa-inline-analysis.c | 34 +++++++---------------------------
gcc/ipa-inline.c | 30 +++++++++++-------------------
gcc/ipa-inline.h | 16 ++++++++--------
5 files changed, 53 insertions(+), 63 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 b8326093f25 PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab) [...]
new 287ac61db00 Fix indentation of gcov-dump.
new 8af8bb9ccfe gcno file: do not stream block flags (PR gcov-profile/80031).
new cc563837851 Remove .gcno file when compilation does not success (PR dri [...]
new 22ffab3bc2b Simplify representation of locations of a block.
new ee4830f5be6 Introduce new option -w which shows verbose informations.
new 60d5eeee945 Make gcno more precise about BBs really belonging to a line [...]
new 4877c8489b6 Fix format_gcov to not print misleading values (PR gcov-pro [...]
new b97749b024c Sort options of gcov, gcov-dump and gcov-tool both in --hel [...]
new b7e3eb989a3 Enhance documentation of gcov.
new efd5c2980f7 Remove superfluous "" in dg-error.
new 2af29974ca0 PR libstdc++/80553 don't allow destroying non-destructible types
The 11 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 | 86 +++++
gcc/coverage.c | 12 +
gcc/coverage.h | 1 +
gcc/doc/gcov-dump.texi | 10 +-
gcc/doc/gcov-tool.texi | 50 +--
gcc/doc/gcov.texi | 143 ++++----
gcc/gcov-dump.c | 123 +++----
gcc/gcov-io.h | 1 -
gcc/gcov-tool.c | 10 +-
gcc/gcov.c | 397 ++++++++++-----------
gcc/profile.c | 42 +--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.misc-tests/gcov-17.c | 51 +++
gcc/testsuite/gcc.misc-tests/gcov-18.c | 29 ++
gcc/toplev.c | 3 +
libstdc++-v3/ChangeLog | 15 +
libstdc++-v3/include/bits/stl_construct.h | 41 ++-
libstdc++-v3/include/bits/stl_uninitialized.h | 69 ++--
.../17_intro/headers/c++1998/stdc++_assert_neg.cc | 2 +-
.../memory_management_tools/destroy_neg.cc} | 41 ++-
.../vector/cons/destructible_neg.cc} | 23 +-
21 files changed, 681 insertions(+), 474 deletions(-)
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-17.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-18.c
copy libstdc++-v3/testsuite/20_util/{shared_ptr/cons/deduction.cc => specialized_a [...]
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]
--
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 68ff0b4966 [X86][SSE] Add _mm_set_pd1 (PR32827)
new ad2cd105c1 [Sema] Avoid an invalid redefinition error that was presente [...]
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/Sema/Sema.h | 8 ++++++++
lib/Sema/SemaDecl.cpp | 11 +++++++++++
test/SemaCXX/typo-correction.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 46 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 lldb.
from 89212f787 Resurrect pselect MainLoop implementation
new a560ad264 Remove lock from ConstString::GetLength
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:
source/Utility/ConstString.cpp | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 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 3687a706a60 [X86][SSE] Renames all ones test to better match type.
new 3f8cc3a1fa0 [X86][SSE] Added new tests from D32416 to show codegen delta
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/CodeGen/X86/pr28129.ll | 87 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 87 insertions(+)
create mode 100644 test/CodeGen/X86/pr28129.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 gcc-7-branch
in repository gcc.
from 5cf78e9b53a Daily bump.
new 8ea59fd5351 PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab) [...]
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 | 6 ++++++
gcc/cgraph.h | 5 +----
gcc/symtab.c | 8 ++++++++
3 files changed, 15 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 llvm.
from 3ab21de299f [X86][SSE] Add codegen test for _mm_set_pd1 (PR32827)
new 3687a706a60 [X86][SSE] Renames all ones test to better match type.
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/CodeGen/X86/all-ones-vector.ll | 334 ++++++++++++++++++++++--------------
1 file changed, 204 insertions(+), 130 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 7172965135c 2017-04-28 Richard Biener <rguenther(a)suse.de>
new b8326093f25 PR bootstrap/80531 * cgraph.h (symtab_node::debug_symtab) [...]
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 | 6 ++++++
gcc/cgraph.h | 5 +----
gcc/symtab.c | 8 ++++++++
3 files changed, 15 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 binutils-gdb.
from 4e3afec278 Fix heap-buffer address violation when reading version data [...]
new b06b2c92c0 Fix off by one error when checking for empty note names.
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:
binutils/ChangeLog | 6 ++++++
binutils/readelf.c | 15 ++++++++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.