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 edb0470b99 Use outermost_context_p in more places
new 5d691c8829 Fix compilation error in ia64-tdep.c with libunwind-ia64
new 8b411ff8d5 Add missing ChangeLog entry
new a700e753e5 remote-sim.c: Remove unused variables
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:
gdb/ChangeLog | 11 +++++++++++
gdb/ia64-tdep.c | 24 +++++++++---------------
gdb/remote-sim.c | 6 ------
3 files changed, 20 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 compiler-rt.
from bb7bcc798 [libFuzzer] Add msan and dfsan to test deps.
new 5bbe2af12 [libFuzzer] Mutation tracking and logging implemented.
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 1 +
lib/fuzzer/FuzzerLoop.cpp | 2 ++
lib/fuzzer/FuzzerMutate.cpp | 27 ++++++++++++++++++++++++---
lib/fuzzer/FuzzerMutate.h | 9 +++++++--
lib/fuzzer/FuzzerOptions.h | 1 +
test/fuzzer/fuzzer-mutationstats.test | 5 +++++
7 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 test/fuzzer/fuzzer-mutationstats.test
--
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 45febc916 [libFuzzer] Implement stat::stability_rate based on the perce [...]
new bb7bcc798 [libFuzzer] Add msan and dfsan to test deps.
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/fuzzer/CMakeLists.txt | 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 gcc.
from 2d8d1f30b00 PR libstdc++/86537 remove less<shared_ptr<T>> partial speci [...]
new 13edf9ca283 /cp 2018-07-16 Paolo Carlini <paolo.carlini(a)oracle.com>
new 10caa244fdd * scripts/create_testsuite_files: Fix typo in comment.
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 7 ++++---
gcc/cp/pt.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/ptrmem8.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/template/spec40.C | 12 ++++++++++++
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/scripts/create_testsuite_files | 2 +-
8 files changed, 49 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/ptrmem8.C
create mode 100644 gcc/testsuite/g++.dg/template/spec40.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 a5425a350eb [InstCombine] Fold 'check for [no] signed truncation' pattern
new bffcc487e3e [llvm] Change 2 instances of std::sort to llvm::sort
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/MIRCanonicalizerPass.cpp | 2 +-
lib/DebugInfo/PDB/Native/GSIStreamBuilder.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.
unknown user pushed a change to branch master
in repository gcc.
from 30e4a180ac0 gcc/ChangeLog:
new 2d8d1f30b00 PR libstdc++/86537 remove less<shared_ptr<T>> partial speci [...]
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:
libstdc++-v3/ChangeLog | 9 ++++
libstdc++-v3/include/bits/shared_ptr.h | 4 --
libstdc++-v3/include/bits/shared_ptr_base.h | 16 -------
.../shared_ptr/comparison/86537.cc} | 52 ++++++++++++++++------
4 files changed, 47 insertions(+), 34 deletions(-)
copy libstdc++-v3/testsuite/{21_strings/basic_string/dr2268.cc => 20_util/shared_p [...]
--
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 735bf22bd79 [RegAlloc] Skip global splitting if the live range is huge [...]
new a5425a350eb [InstCombine] Fold 'check for [no] signed truncation' pattern
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/InstCombineCompares.cpp | 69 ++++++++++++++++++++++
...canonicalize-lack-of-signed-truncation-check.ll | 19 +++---
.../canonicalize-signed-truncation-check.ll | 19 +++---
3 files changed, 85 insertions(+), 22 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 clang.
from 5d5f03678e Restore "[ThinLTO] Ensure we always select the same function [...]
new 953bf58982 [OPENMP, NVPTX] Globalize only captured variables.
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/CGOpenMPRuntimeNVPTX.cpp | 2 +-
test/OpenMP/nvptx_target_codegen.cpp | 38 +++++++++++++++++++-----------------
2 files changed, 21 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 glibc.
from 31e422ca96 x86_64: Undef SHADOW_STACK_POINTER_OFFSET last
new 3ae725dfb6 Improve strstr performance
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:
ChangeLog | 13 ++++++++++
benchtests/bench-strcasestr.c | 1 +
benchtests/bench-strstr.c | 1 +
string/memmem.c | 1 +
string/str-two-way.h | 56 +++++++++++++++++++++----------------------
string/strcasestr.c | 4 ++--
string/strstr.c | 5 ++--
string/test-strcasestr.c | 1 +
string/test-strstr.c | 1 +
9 files changed, 50 insertions(+), 33 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 lldb.
from 7df5ad9e0 Fix typo in find-basic-function test
new 421c17f45 Fix some crashes and deadlocks in FormatAnsiTerminalCodes
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/lldb/Utility/AnsiTerminal.h | 10 +++++--
unittests/Utility/AnsiTerminalTest.cpp | 55 ++++++++++++++++++++++++++++++++++
unittests/Utility/CMakeLists.txt | 1 +
3 files changed, 63 insertions(+), 3 deletions(-)
create mode 100644 unittests/Utility/AnsiTerminalTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.