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 09d33e8c [doc] Replace 'class' with 'struct' for 'public' by default
new 1a8a53c6 [clang-tidy] Delete obsolete objc-property-declaration options ✂️
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:
clang-tidy/objc/PropertyDeclarationCheck.cpp | 14 --------------
clang-tidy/objc/PropertyDeclarationCheck.h | 11 ++---------
docs/ReleaseNotes.rst | 4 ++++
docs/clang-tidy/checks/objc-property-declaration.rst | 12 ------------
4 files changed, 6 insertions(+), 35 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 dejagnu.
from 4a4e84a * doc/dejagnu.texi (runtest_file_p procedure): Fix descripti [...]
new 18ac21f Bump version.texi.
new be22576 * doc/dejagnu.texi (Global config file): Change example to u [...]
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:
ChangeLog | 5 +++++
doc/dejagnu.texi | 16 ++++++++--------
doc/version.texi | 2 +-
3 files changed, 14 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 llvm.
from bf2e79e9479 gn build: Merge r351880
new 69a77351642 gn build: Merge r351820.
new 2975457f80b hwasan: Move memory access checks into small outlined funct [...]
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:
include/llvm/IR/Intrinsics.td | 3 +
lib/Target/AArch64/AArch64AsmPrinter.cpp | 112 ++++++++
lib/Target/AArch64/AArch64InstrInfo.td | 7 +
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 +
lib/Target/AArch64/AArch64RegisterInfo.td | 5 +
.../Instrumentation/HWAddressSanitizer.cpp | 69 +++--
test/CodeGen/AArch64/hwasan-check-memaccess.ll | 63 +++++
test/Instrumentation/HWAddressSanitizer/alloca.ll | 6 +-
test/Instrumentation/HWAddressSanitizer/atomic.ll | 8 +-
test/Instrumentation/HWAddressSanitizer/basic.ll | 296 +++++++++++----------
test/Instrumentation/HWAddressSanitizer/kernel.ll | 19 +-
.../Instrumentation/HWAddressSanitizer/prologue.ll | 12 +-
.../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 1 +
13 files changed, 410 insertions(+), 194 deletions(-)
create mode 100644 test/CodeGen/AArch64/hwasan-check-memaccess.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 compiler-rt.
from dc726c437 [builtins] Do not set hidden attribute on Android
new f8eb4aec7 hwasan: Move memory access checks into small outlined functio [...]
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/hwasan/hwasan_linux.cc | 34 ++++++++++++++++++++++++++--------
1 file changed, 26 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 master
in repository llvm.
from c210acd94bc [llvm-objcopy] Remove os-dependent message from test
new 5cc293e8327 MemoryBlock: Do not automatically extend a given size to a [...]
new bf2e79e9479 gn build: Merge r351880
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:
lib/ExecutionEngine/SectionMemoryManager.cpp | 6 +++++-
lib/Support/Unix/Memory.inc | 10 ++++------
utils/gn/secondary/llvm/unittests/CodeGen/GlobalISel/BUILD.gn | 1 +
3 files changed, 10 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 lld.
from e67de3fa5 COFF, ELF: ICF: Perform 2 rounds of relocation hash propagation.
new f6abb4b50 MemoryBlock: Do not automatically extend a given size to a mu [...]
new 637390b31 lld-link: Use just one code path to process associative comda [...]
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/InputFiles.cpp | 38 ++++++++--------
test/COFF/associative-comdat-empty.s | 56 ++++++++++++++++++++++++
test/COFF/associative-comdat-order.s | 85 ++++++++++++++++++++++++++++++++++++
test/ELF/stdout.s | 7 ++-
4 files changed, 166 insertions(+), 20 deletions(-)
create mode 100644 test/COFF/associative-comdat-empty.s
create mode 100644 test/COFF/associative-comdat-order.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 compiler-rt.
from e4e52f637 [libFuzzer][MSVC] Enable building libFuzzer with MSVC
new dc726c437 [builtins] Do not set hidden attribute on Android
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/builtins/CMakeLists.txt | 8 ++++++--
1 file changed, 6 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 699f5cd3333 [CodeView] Allow empty types in member functions
new c210acd94bc [llvm-objcopy] Remove os-dependent message from 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:
test/tools/llvm-objcopy/ELF/fail-no-output-directory.test | 3 ++-
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 85b644a56 binutils-b1afaa356621e3236ff27fec09e63fb99e9e990e: 16044
discards 90eb716c8 gcc-3c1c2a8c6bc4a24ebd235a3c2ba8e6b89fbd3208: 16044
discards 0fe9ee82e binutils-241110d6cde08bf7367281bac67951d11639269e: all
new 812510faa gcc-0809454ab3baf68e235b1181ddaccc52238f4df2: all
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 (85b644a56)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 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:
1-reset_artifacts/console.log | 68 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6471 +++---
4-build_abe-stage1/console.log | 9805 +++++----
5-count_linux_objs/console.log | 29745 ++++++++++++-------------
6-check_regression/console.log | 14 +-
7-update_baseline/console.log | 54 +-
console.log | 43097 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 42318 insertions(+), 46980 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.