This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from f31d840 Switch sanitizer-android bot to libc++-ndk.
new b6739a3 Add ubsan and cfi tests on sanitizer-android bot.
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:
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 8 ++++++++
1 file changed, 8 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 clang-tools-extra.
from dd37313b Fix signed/unsigned warning
new 685449d9 [clangd] Added move-only function helpers.
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:
clangd/ClangdServer.cpp | 4 +-
clangd/ClangdServer.h | 13 +++--
clangd/Function.h | 136 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 144 insertions(+), 9 deletions(-)
create mode 100644 clangd/Function.h
--
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 e7eb97888 adjust libnosys config for aarch64 to avoid linker error when [...]
new 15de9da0b Fix typo with newlib-long-time_t default value.
new 7346a162f cygwin: disable -Wframe-address warning only on GCC 6 or later
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:
newlib/configure | 2 +-
newlib/configure.in | 2 +-
winsup/cygwin/crt0.c | 4 ++++
winsup/cygwin/init.cc | 6 +++++-
4 files changed, 11 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 gcc.
from 026dbb2e800 gcc/ada/
new 9a66624166f gcc/ada/
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/ada/ChangeLog | 45 +++
gcc/ada/atree.adb | 69 +---
gcc/ada/exp_ch3.adb | 22 +-
gcc/ada/exp_ch6.adb | 604 +++++++++++++++---------------
gcc/ada/exp_disp.adb | 162 +++++++-
gcc/ada/exp_disp.ads | 5 +
gcc/ada/sem_ch4.adb | 7 +-
gcc/ada/sem_util.adb | 11 +
gcc/testsuite/gnat.dg/class_wide3.adb | 8 +
gcc/testsuite/gnat.dg/class_wide3_pkg.ads | 16 +
10 files changed, 573 insertions(+), 376 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/class_wide3.adb
create mode 100644 gcc/testsuite/gnat.dg/class_wide3_pkg.ads
--
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 51c6ef6b8 cygwin: Remove workaround for GCC 6 null pointer check warnings
new e7eb97888 adjust libnosys config for aarch64 to avoid linker error when [...]
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:
libgloss/libnosys/configure | 2 ++
libgloss/libnosys/configure.in | 2 ++
2 files changed, 4 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 d4b67a3fb6c [DAG] combine assertsexts around a trunc
new ed3baeed7e7 [llvm-rc] Have the tokenizer discard single & block comments.
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/tools/llvm-rc/Inputs/tokens.rc | 8 +++++
test/tools/llvm-rc/tokenizer.test | 9 ++++++
tools/llvm-rc/ResourceScriptToken.cpp | 53 +++++++++++++++++++++++++++++++++
tools/llvm-rc/ResourceScriptTokenList.h | 2 ++
4 files changed, 72 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 binutils-gdb.
from 109483d9ee Make cp_remove_params return a gdb::unique_xmalloc_ptr
new 890e97902a Fix automatic dependency tracking
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/ChangeLog | 5 +++++
gdb/Makefile.in | 9 +++++----
2 files changed, 10 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 f78df63bf03 [AArch64] Improve codegen for inverted overflow checking in [...]
new d4b67a3fb6c [DAG] combine assertsexts around a trunc
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/SelectionDAG/DAGCombiner.cpp | 20 ++++++++++----------
test/CodeGen/Mips/llvm-ir/and.ll | 24 +++++++++++++++---------
test/CodeGen/Mips/llvm-ir/not.ll | 15 ++++++++++++---
test/CodeGen/Mips/llvm-ir/or.ll | 24 +++++++++++++++---------
test/CodeGen/Mips/llvm-ir/xor.ll | 24 +++++++++++++++---------
test/CodeGen/X86/select_const.ll | 21 +++++++++------------
test/CodeGen/X86/sext-i1.ll | 5 ++---
test/CodeGen/X86/split-store.ll | 12 +++++-------
8 files changed, 83 insertions(+), 62 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 18fc4d6b1d8 [x86] regenerate test checks; NFC
new f78df63bf03 [AArch64] Improve codegen for inverted overflow checking in [...]
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/Target/AArch64/AArch64ISelLowering.cpp | 42 +++++++--
test/CodeGen/AArch64/arm64-xaluo.ll | 138 +++++++++++++++++++++++++++++
2 files changed, 171 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 gcc.
from 145119122b2 2017-10-09 Richard Biener <rguenther(a)suse.de>
new 026dbb2e800 gcc/ada/
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/ada/ChangeLog | 75 +++++++++++++
.../doc/gnat_ugn/gnat_and_program_execution.rst | 5 +-
gcc/ada/exp_atag.ads | 4 +-
gcc/ada/exp_attr.adb | 6 +-
gcc/ada/exp_ch3.adb | 70 +++++++-----
gcc/ada/exp_ch6.adb | 43 ++++++--
gcc/ada/libgnarl/s-taprob.adb | 2 +-
gcc/ada/libgnat/a-tags.adb | 12 +++
gcc/ada/libgnat/a-tags.ads | 13 ++-
gcc/ada/namet.ads | 2 +-
gcc/ada/sem_aggr.adb | 37 ++++++-
gcc/ada/sem_aux.adb | 1 +
gcc/ada/sem_ch12.adb | 74 ++++++++++---
gcc/ada/sem_ch3.adb | 34 +++++-
gcc/ada/sem_ch5.adb | 119 +++++++++++++++++++--
gcc/ada/sem_ch6.adb | 2 +-
gcc/ada/sem_ch7.adb | 35 ++++--
gcc/ada/sem_ch8.adb | 4 +-
gcc/ada/sem_util.adb | 13 ++-
gcc/testsuite/gnat.dg/validity_check2.adb | 11 ++
gcc/testsuite/gnat.dg/validity_check2_pkg.ads | 16 +++
21 files changed, 495 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/validity_check2.adb
create mode 100644 gcc/testsuite/gnat.dg/validity_check2_pkg.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.