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 fbade2dae [cmake] [asan] Remove unnecessary gtest dep from dynamic tests
new 44c688de4 [sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.
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:
.../TestCases/Linux/hard_rss_limit_mb_test.cc | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 9192b7decc Make gdb.base/auvx.exp work with --target_board=native-exten [...]
new cfa34c871c Remove is_remote check in labels.exp
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 | 5 +++++
gdb/testsuite/gdb.base/label.exp | 6 ------
2 files changed, 5 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 clang.
from 783e107de5 [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.
new 720ba14b8e Revert "[Sema] Diagnose tautological comparison with type's [...]
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 | 4 -
include/clang/Basic/DiagnosticGroups.td | 8 +-
include/clang/Basic/DiagnosticSemaKinds.td | 20 +-
lib/Sema/SemaChecking.cpp | 241 +++++-------
test/Analysis/conversion.c | 2 +-
test/Analysis/null-deref-ps.c | 4 +-
test/Sema/outof-range-constant-compare.c | 159 ++++++++
test/Sema/tautological-constant-compare.c | 514 -------------------------
test/Sema/tautological-unsigned-zero-compare.c | 377 ++----------------
9 files changed, 297 insertions(+), 1032 deletions(-)
delete mode 100644 test/Sema/tautological-constant-compare.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 74ffa56673 Add a compile-time test for PR ld/22263
new 9192b7decc Make gdb.base/auvx.exp work with --target_board=native-exten [...]
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 | 6 ++++++
gdb/testsuite/gdb.base/auxv.exp | 6 +++---
2 files changed, 9 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 edf836dd348 Fix spacing issue.
new 00112593cb1 PR tree-optimization/82493 * sbitmap.c (bitmap_bit_in_ran [...]
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 | 11 +++++
gcc/sbitmap.c | 118 ++++++++++++++++++++++++++++++++++++++++-------
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
gcc/tree-ssa-dse.c | 2 +-
5 files changed, 115 insertions(+), 18 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 2a079134ab7 [LoopPredication] Check whether the loop is already guarded [...]
new 9eddd8e7ad8 [lit] Raise the logic for enabling clang & lld substitution [...]
new fcc479bedce [SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND ha [...]
new 8520e4812b6 [cmake] Allow building fuzzers with OSS-Fuzz flags.
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:
CMakeLists.txt | 2 +
cmake/modules/AddLLVM.cmake | 9 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 36 ++----
utils/lit/lit/llvm/config.py | 175 +++++++++++++++++++++++++++-
4 files changed, 191 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 clang.
from 913b7c774b [CUDA] Added __hmma_m16n16k16_* builtins to support mma inst [...]
new 12cf9455cb [lit] Raise the logic for enabling clang & lld substitutions [...]
new 783e107de5 [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.
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:
test/lit.cfg.py | 155 ++++---------------------------
tools/clang-format/CMakeLists.txt | 2 +-
tools/clang-format/fuzzer/CMakeLists.txt | 2 +-
tools/clang-fuzzer/CMakeLists.txt | 6 +-
4 files changed, 24 insertions(+), 141 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 lld.
from 57dd2a67f Add comment.
new bb6844749 [lld] Fix typo. NFC
new 8a3ef5189 [lit] Raise the logic for enabling clang & lld substitutions [...]
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/Symbols.h | 2 +-
test/lit.cfg.py | 23 ++++-------------------
2 files changed, 5 insertions(+), 20 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 hjl/pie/static
in repository glibc.
discards dc2d3821c2 Add --enable-static-pie to build-many-glibcs.py
discards 4471f6b5a2 sparc: Check PIC instead of SHARED in start.S
discards 1f24e41adc microblaze: Check PIC instead of SHARED in start.S
discards f926b5e40d m68k: Check PIC instead of SHARED in start.S
discards 2fbf3fd6dd hppa: Check PIC instead of SHARED in start.S
discards 232baff987 aarch64: Check PIC instead of SHARED in start.S
discards 1c00a4d60a sh: Update elf_machine_load_address for static PIE
discards 352de9d089 s390: Update elf_machine_load_address for static PIE
discards 035cc1e670 m68k: Update elf_machine_load_address for static PIE
discards 852ba327c4 aarch64: Update elf_machine_load_address for static PIE
discards 79362976f4 Add --enable-static-pie configure option to build static PIE [...]
new 83e95a0f4d Add --enable-static-pie configure option to build static PIE [...]
new e1664641e0 aarch64: Update elf_machine_load_address for static PIE
new 5694e48f45 m68k: Update elf_machine_load_address for static PIE
new 088b6db393 s390: Update elf_machine_load_address for static PIE
new 62b05f1544 sh: Update elf_machine_load_address for static PIE
new 51e266da20 aarch64: Check PIC instead of SHARED in start.S
new 99dd76116c hppa: Check PIC instead of SHARED in start.S
new 70223be575 m68k: Check PIC instead of SHARED in start.S
new 02371ebc45 microblaze: Check PIC instead of SHARED in start.S
new 92709e13be sparc: Check PIC instead of SHARED in start.S
new 1798eb01da Add --enable-static-pie to build-many-glibcs.py
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dc2d3821c2)
\
N -- N -- N refs/heads/hjl/pie/static (1798eb01da)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 11 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.