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 de09e9c07 [libFuzzer] Make redirects happen in proper sequence.
new 1cc13e13d [PGO] fix test case for D40702
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/profile/infinite_loop.c | 4 ++--
1 file 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from a96b53fc config/gcc7/newlib.conf: Switch to linaro-local/linaro-newlib [...]
new 873be80c Fix python-devel check on Fedora
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:
configure | 4 ++--
configure.ac | 4 ++--
2 files changed, 4 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 371257ed10a Delete temp file if rename fails.
new 9a320d92847 [PGO] detect infinite loop and form MST properly
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/Instrumentation/CFGMST.h | 22 +++++++++-
.../Instrumentation/PGOInstrumentation.cpp | 50 ++++++++++++++++------
test/Transforms/PGOProfile/infinite_loop_gen.ll | 18 ++++++++
3 files changed, 75 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/PGOProfile/infinite_loop_gen.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 master
in repository clang.
from 281c360137 [x86][AVX512] Lowering kunpack intrinsics to LLVM IR
new fc537f7040 [analyzer] Mark heap-based symbolic regions in debug dumps.
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/StaticAnalyzer/Core/MemRegion.cpp | 2 ++
1 file changed, 2 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 compiler-rt.
from ebc7f4959 [scudo] Get rid of the thread local PRNG & header salt
new de09e9c07 [libFuzzer] Make redirects happen in proper sequence.
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/FuzzerCommand.h | 4 ++--
lib/fuzzer/tests/FuzzerUnittest.cpp | 2 +-
2 files changed, 3 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 master
in repository compiler-rt.
from fb8b6179b [XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()
new ebc7f4959 [scudo] Get rid of the thread local PRNG & header salt
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/scudo/scudo_allocator.cpp | 102 ++++++++++++++++++-----------------
lib/scudo/scudo_allocator.h | 5 +-
lib/scudo/scudo_allocator_combined.h | 14 ++---
lib/scudo/scudo_tsd.h | 1 -
lib/scudo/scudo_utils.h | 56 -------------------
5 files changed, 63 insertions(+), 115 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 91c318e7b9 s_sinf.c: Replace floor with simple casts
new f2d64d621e Support _Float64, _Float32x in libm_alias_double.
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 | 16 ++++++++++++++++
sysdeps/generic/libm-alias-double.h | 24 +++++++++++++++++++++---
sysdeps/ieee754/ldbl-opt/libm-alias-double.h | 19 ++++++++++++++++++-
3 files changed, 55 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 openmp.
from d180ffb [CMake] Detect information about test compiler
new 3342a84 Fix PR30890: Reduction across teams hangs
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:
runtime/src/kmp_csupport.cpp | 93 ++++++++++++++++++++++++--------
runtime/test/misc_bugs/teams-reduction.c | 63 ++++++++++++++++++++++
2 files changed, 133 insertions(+), 23 deletions(-)
create mode 100644 runtime/test/misc_bugs/teams-reduction.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 lld.
from 1db5f444f [ELF] AArch64 Errata fix, add missing files.
new ae49de7a0 toString function take a const refs where possible
new 439145353 [WebAssembly] Simplify check for emitting relocations
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:
COFF/Driver.cpp | 6 +++---
COFF/InputFiles.cpp | 2 +-
COFF/InputFiles.h | 4 ++--
Common/Reproduce.cpp | 10 +++++-----
ELF/Driver.cpp | 10 +++++-----
ELF/DriverUtils.cpp | 2 +-
include/lld/Common/Reproduce.h | 2 +-
wasm/Driver.cpp | 2 ++
wasm/InputFiles.cpp | 2 +-
wasm/InputFiles.h | 2 +-
wasm/Symbols.cpp | 4 ++--
wasm/Symbols.h | 4 ++--
wasm/Writer.cpp | 6 +++---
13 files changed, 29 insertions(+), 27 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 newlib.
from 67e628fa3 newlib: vfwscanf: fix negation bug in %[ conversion
new 3476c8c86 cygwin: doc: cleanup cygutils info
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:
winsup/doc/effectively.xml | 39 ++++++++-------------------------------
winsup/doc/faq-api.xml | 4 ++--
winsup/doc/intro.xml | 7 +++----
winsup/doc/textbinary.xml | 4 ++--
4 files changed, 15 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.