This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 249c6fe LLDBBuilder.py: Speculative fix for the Linux lldb build
new 724b5bc Revert "[Zorg] Fix Android sanitizer flags."
new f8a8888 Revert "[Zorg] Explicitly use `-stdlib=libstdc++` for Android."
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:
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 5 ++---
1 file changed, 2 insertions(+), 3 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 google/grte/v5-2.27/master
in repository glibc.
from 74932cc8f5 Work around lack of mfppr in clang
new 408082ea3a Add "fastload" support.
new e789088eb2 Undid the dl_enable_fastload environment variable changes.
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:
elf/dl-close.c | 6 +
elf/dl-load.c | 69 ++++---
elf/dl-lookup.c | 475 +++++++++++++++++++++++++++++++++++++++++++++
elf/dl-support.c | 6 +
elf/dl-version.c | 21 +-
elf/rtld.c | 32 ++-
sysdeps/generic/ldsodefs.h | 66 ++++++-
7 files changed, 644 insertions(+), 31 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 70961c96a68 * config/pdp11/pdp11.md (doloop_end): New expander. [...]
new 38bfcdfcab5 tighten the toplevel guard on ibm-ldouble.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:
libgcc/ChangeLog | 5 +++++
libgcc/config/rs6000/ibm-ldouble.c | 3 ++-
2 files changed, 7 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.
unknown user pushed a change to branch master
in repository lldb.
from 53d9cfdfa Add NativePDB subdir again.
new 9271adb60 Change the default handling for SIGPIPE to pass/,no-stop/no-notify.
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/Target/UnixSignals.cpp | 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 libcxx.
from 11b8a4649 Add benchmarks for std::function.
new 477f04b9a Update all the max_size tests to eliminate signed/unsigned co [...]
new 8f07eceb2 Update the array tests to not use a local type; removes warni [...]
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:
.../associative/map/map.access/max_size.pass.cpp | 22 +++++++++++-----------
.../associative/multimap/max_size.pass.cpp | 22 +++++++++++-----------
.../associative/multiset/max_size.pass.cpp | 8 ++++----
.../containers/associative/set/max_size.pass.cpp | 8 ++++----
.../sequences/array/array.data/data.pass.cpp | 8 +++++---
.../sequences/array/array.data/data_const.pass.cpp | 7 ++++---
test/std/containers/sequences/array/begin.pass.cpp | 7 ++++---
.../deque/deque.capacity/max_size.pass.cpp | 8 ++++----
.../sequences/forwardlist/max_size.pass.cpp | 8 ++++----
.../sequences/list/list.capacity/max_size.pass.cpp | 8 ++++----
.../vector/vector.capacity/max_size.pass.cpp | 8 ++++----
.../containers/unord/unord.map/max_size.pass.cpp | 8 ++++----
.../unord/unord.multimap/max_size.pass.cpp | 8 ++++----
.../unord/unord.multiset/max_size.pass.cpp | 8 ++++----
.../containers/unord/unord.set/max_size.pass.cpp | 8 ++++----
15 files changed, 75 insertions(+), 71 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 91a82d532f1 Add pattern to remove useless float casts in comparisons.
new 70961c96a68 * config/pdp11/pdp11.md (doloop_end): New expander. [...]
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 | 8 +++++
gcc/config/pdp11/pdp11.md | 81 ++++++++++++++++++++++++++++++++++++++++--
gcc/config/pdp11/predicates.md | 8 +++++
3 files changed, 95 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 6331d2ff0 [NFC][libc++] Fix broken link in comment
new 11b8a4649 Add benchmarks for std::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:
benchmarks/CartesianBenchmarks.hpp | 92 +++++++++++++++
benchmarks/function.bench.cpp | 232 +++++++++++++++++++++++++++++++++++++
2 files changed, 324 insertions(+)
create mode 100644 benchmarks/CartesianBenchmarks.hpp
create mode 100644 benchmarks/function.bench.cpp
--
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 7a367d589 Fix failure in get_filecheck_path when filecheck is None
new 53d9cfdfa Add NativePDB subdir again.
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:
lldb.xcodeproj/project.pbxproj | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 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 ee018eb1971 introduce --enable-large-address-aware
new 91a82d532f1 Add pattern to remove useless float casts in comparisons.
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 | 7 +++++
gcc/match.pd | 35 ++++++++++++++++-----
gcc/real.c | 13 ++++++++
gcc/real.h | 1 +
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/c-c++-common/pr81376.c | 48 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/387-ficom-1.c | 5 +--
gcc/testsuite/gcc.target/i386/387-ficom-2.c | 5 +--
8 files changed, 110 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr81376.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 fe4ba87324 Automatic date update in version.in
new f9c49bffe6 Fix buglets in gdb.trace/tspeed.{exp,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:
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.trace/tspeed.c | 3 ++-
gdb/testsuite/gdb.trace/tspeed.exp | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.