This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e39526655e [clang] Use the new Regex::isValid() with no parameter
new 8e55d9ccb0 win: Enable /Zc:twoPhase by default if targeting MSVC 2017 u [...]
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 +++
include/clang/Driver/CLCompatOptions.td | 4 ++--
lib/Driver/ToolChains/Clang.cpp | 12 +++++++-----
test/Driver/cl-options.c | 18 ++++++++++++------
4 files changed, 24 insertions(+), 13 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 453d973267b Regex: Add isValid() with no parameter
new 07a06dc7470 gn build: Merge r369298
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:
utils/gn/secondary/llvm/tools/llvm-objcopy/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
--
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 8ed9ff748 [libc++] std::abs should not return double
new e746afcf0 Fix availability of __thread_id on builds with external threa [...]
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/__threading_support | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 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 release_90
in repository compiler-rt.
from fd73846d8 Merging r368516: -------------------------------------------- [...]
new 8d20ab1e3 Merge r368247 (requested in PR42988)
new 8e97004d9 Merge r368246 for PR42988
new 612450792 Merge r368219 (PR42988)
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:
lib/asan/asan_posix.cc | 4 +-
.../sanitizer_interceptors_ioctl_netbsd.inc | 29 ++++++++++-
.../sanitizer_platform_limits_netbsd.cc | 58 ++++++++++++++++++++--
.../sanitizer_platform_limits_netbsd.h | 47 +++++++++++++++++-
utils/generate_netbsd_ioctls.awk | 6 +++
5 files changed, 135 insertions(+), 9 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 69da2b067 [compiler-rt][crt] Pass -fno-lto in check_cxx_section_exists
new e7519ff04 [scudo][standalone] Fix malloc_iterate
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/standalone/combined.h | 2 +-
lib/scudo/standalone/primary64.h | 6 ++--
lib/scudo/standalone/tests/wrappers_c_test.cpp | 41 ++++++++++++++++++++++++++
3 files changed, 46 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 newlib.
from b99887c42 Revert previous change to sys/stat.h and fix cris libgloss
new f4e7849fa Cygwin: math: Fix the return value for tgammal for zero and n [...]
new 8dee6fe6a Cygwin: math: Fix cosh(-INFINITY) to return +INFINITY
new f7f296b46 Cygwin: math: Properly propagate input NANs in a few functions
new d06517044 Fix regression in visium caused by sys/stat.h change
The 4 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:
libgloss/visium/io-gdb.c | 6 +++---
libgloss/visium/io.h | 6 +++---
winsup/cygwin/math/acosh.def.h | 7 ++++++-
winsup/cygwin/math/coshl.c | 2 +-
winsup/cygwin/math/erfl.c | 3 +++
winsup/cygwin/math/lgammal.c | 2 +-
winsup/cygwin/math/log.def.h | 4 ++--
winsup/cygwin/math/pow.def.h | 10 +++++++---
winsup/cygwin/math/tgammal.c | 9 ++++++---
9 files changed, 32 insertions(+), 17 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 b4e87f2c1e Arm: Fix performance issue with thumb-2 tailcalls
new 546053acfa Adds support for following CPUs to the ARM and Aarch64 assem [...]
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:
bfd/ChangeLog | 5 +++++
bfd/cpu-aarch64.c | 9 +++++----
gas/ChangeLog | 13 +++++++++++++
gas/NEWS | 6 ++++++
gas/config/tc-aarch64.c | 22 ++++++++++++++++++++++
gas/doc/c-aarch64.texi | 5 +++++
gas/testsuite/gas/aarch64/cpu-cortex-a34.d | 6 ++++++
gas/testsuite/gas/aarch64/cpu-cortex-a65.d | 6 ++++++
gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d | 6 ++++++
gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d | 6 ++++++
gas/testsuite/gas/aarch64/cpu-cortex-a77.d | 6 ++++++
gas/testsuite/gas/{arm => aarch64}/nop-asm.s | 0
gas/testsuite/gas/arm/pr24907.d | 19 +++++++++++++++++++
gas/testsuite/gas/arm/pr24907.s | 16 ++++++++++++++++
14 files changed, 121 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a34.d
create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65.d
create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d
create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d
create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a77.d
copy gas/testsuite/gas/{arm => aarch64}/nop-asm.s (100%)
create mode 100644 gas/testsuite/gas/arm/pr24907.d
create mode 100644 gas/testsuite/gas/arm/pr24907.s
--
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 9b9ca713654 2019-08-19 Matthew Beliveau <mbelivea(a)redhat.com>
new 6f692ac4df9 2019-08-20 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 4 ++++
gcc/function.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.