This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 965030f Add a FIXME note in the release notes about documenting ThinLTO
new 9dfccd2 [esan|wset] Optionally assume intra-cache-line accesses
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:
.../Instrumentation/EfficiencySanitizer.cpp | 18 +++++++-
.../EfficiencySanitizer/working_set_basic.ll | 54 ++++++++++++++++++----
...{working_set_basic.ll => working_set_strict.ll} | 53 +++------------------
3 files changed, 66 insertions(+), 59 deletions(-)
copy test/Instrumentation/EfficiencySanitizer/{working_set_basic.ll => working_set [...]
--
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 1a0b986 [esan|cfrag] Compute the struct field access difference ratio
new 8243449 [esan] Initialize runtime during early interceptors
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/esan/esan.cpp | 12 ++++++++----
lib/esan/esan.h | 1 +
lib/esan/esan_interceptors.cpp | 9 +++++++++
3 files changed, 18 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.
robert.savoye pushed a change to branch unco2
in repository toolchain/abe.
was 1da6001 Checkout gdbserver, even tbough GDB has already been checked out
This change permanently discards the following revisions:
discards 1da6001 Checkout gdbserver, even tbough GDB has already been checked out
--
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 dejagnu.
from 1067c80 * baseboards/aarch64-sim.exp: New file. * Makefile.am (base [...]
new 6feec7c * baseboards/aarch64-sim.exp: New file. * Makefile.am (base [...]
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 | 7 +++++++
Makefile.am | 3 ++-
Makefile.in | 3 ++-
lib/libgloss.exp | 3 +++
4 files changed, 14 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 llvm.
from 664513f [libfuzzer] hiding custom mutator handling in MutationDispatcher.
new 965030f Add a FIXME note in the release notes about documenting ThinLTO
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:
docs/ReleaseNotes.rst | 3 +++
1 file changed, 3 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 b920b27 Revert r271728 as it breaks Windows build
new 664513f [libfuzzer] hiding custom mutator handling in MutationDispatcher.
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/FuzzerInternal.h | 20 ++++++++++++---
lib/Fuzzer/FuzzerLoop.cpp | 8 ++----
lib/Fuzzer/FuzzerMutate.cpp | 61 +++++++++++++++++++++++++++++++--------------
3 files changed, 60 insertions(+), 29 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 0dd618b [libcxx] Fix thread join.pass.cpp segfault after r271475
new 1575e3e [libcxx] Fix c++98 test failures.
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/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp | 2 +-
test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp | 2 +-
.../associative/map/map.modifiers/insert_or_assign.pass.cpp | 4 ++--
.../std/containers/associative/map/map.modifiers/try.emplace.pass.cpp | 2 +-
test/std/containers/associative/map/map.ops/count0.pass.cpp | 2 +-
test/std/containers/associative/map/map.ops/equal_range0.pass.cpp | 2 +-
test/std/containers/associative/map/map.ops/find0.pass.cpp | 2 +-
test/std/containers/associative/map/map.ops/lower_bound0.pass.cpp | 2 +-
test/std/containers/associative/map/map.ops/upper_bound0.pass.cpp | 2 +-
test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp | 2 +-
.../associative/multimap/multimap.ops/equal_range0.pass.cpp | 2 +-
test/std/containers/associative/multimap/multimap.ops/find0.pass.cpp | 2 +-
.../associative/multimap/multimap.ops/lower_bound0.pass.cpp | 2 +-
.../associative/multimap/multimap.ops/upper_bound0.pass.cpp | 2 +-
test/std/utilities/time/time.duration/time.duration.alg/abs.pass.cpp | 2 +-
.../std/utilities/time/time.duration/time.duration.cast/ceil.pass.cpp | 2 +-
.../utilities/time/time.duration/time.duration.cast/floor.pass.cpp | 2 +-
.../utilities/time/time.duration/time.duration.cast/round.pass.cpp | 2 +-
test/std/utilities/time/time.point/time.point.cast/ceil.pass.cpp | 2 +-
test/std/utilities/time/time.point/time.point.cast/floor.pass.cpp | 2 +-
test/std/utilities/time/time.point/time.point.cast/round.pass.cpp | 2 +-
test/std/utilities/utility/synopsis.pass.cpp | 2 +-
22 files changed, 23 insertions(+), 23 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 cfac4de libio: Use wmemset instead of __wmemset to avoid linknamespace issue
new 8cbd145 Fix x86/x86_64 nextafterl incrementing negative subnormals (b [...]
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 | 9 +++++++++
math/libm-test.inc | 4 ++++
sysdeps/i386/fpu/s_nextafterl.c | 2 +-
3 files changed, 14 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 gcc.
from ebbbe02 * sr.po: Update.
new b12ae76 * gcc.dg/vect/vect-live-1.c: Remove dg-options. Add dg-add [...]
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 | 10 ++++++++++
gcc/testsuite/gcc.dg/vect/vect-live-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-live-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-live-5.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-live-slp-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-live-slp-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-live-slp-3.c | 2 +-
7 files changed, 16 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 llvm.
from e5f15a2 pdbdump: print out TPI hashes.
new b920b27 Revert r271728 as it breaks Windows build
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/llvm/Analysis/ProfileSummaryInfo.h | 111 --------------------
include/llvm/InitializePasses.h | 1 -
lib/Analysis/CMakeLists.txt | 1 -
lib/Analysis/ProfileSummaryInfo.cpp | 161 -----------------------------
lib/IR/ProfileSummary.cpp | 2 -
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 4 +-
test/Analysis/ProfileSummary/basic.ll | 39 -------
8 files changed, 2 insertions(+), 320 deletions(-)
delete mode 100644 include/llvm/Analysis/ProfileSummaryInfo.h
delete mode 100644 lib/Analysis/ProfileSummaryInfo.cpp
delete mode 100644 test/Analysis/ProfileSummary/basic.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.