This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 45524b4fb [ELF] Simplify getSectionPiece
new d75aa4903 Do not use a hash table to uniquify mergeable strings.
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:
ELF/InputSection.cpp | 9 ---------
ELF/InputSection.h | 1 -
2 files changed, 10 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 060e50e867 Honor -fdebug-prefix-map when creating function names for th [...]
new 92d0cc2311 Adding tests for -ast-dump; NFC.
new 70fd64fb70 Do not check for parameters shadowing fields in function dec [...]
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/Sema/SemaChecking.cpp | 12 +++++
lib/Sema/SemaDecl.cpp | 7 ---
test/AST/ast-dump-template-decls.cpp | 102 +++++++++++++++++++++++++++++++++++
test/SemaCXX/warn-shadow.cpp | 9 +++-
4 files changed, 121 insertions(+), 9 deletions(-)
create mode 100644 test/AST/ast-dump-template-decls.cpp
--
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-release-arm-mainline-defconfig
in repository toolchain/linux-next.
from 0072a0c14d5b Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/ [...]
adds d55bda1b3e7c Input: matrix_keypad - check for errors from of_get_named_gpio()
adds 3ed64da3b790 Input: elan_i2c - add ELAN0620 to the ACPI table
adds ac5722c1643a Input: cros_ec_keyb - fix button/switch capability reports
adds 6c4b88288abf Input: dt-bindings - fix a typo in file input-reset.txt
adds dda2af7418db Input: migor_ts - convert to SPDX identifiers
adds 4aeba6418a16 Input: st1232 - convert to SPDX identifiers
adds e94b9f12fa2c Input: atkbd - clean up indentation issue
adds 10f91c73cc41 Input: hyper-v - fix wakeup from suspend-to-idle
adds bf87ade0dd7f Input: elan_i2c - add support for ELAN0621 touchpad
adds ad33429cd025 Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR
adds 9df39bedbf29 Input: synaptics - add PNP ID for ThinkPad P50 to SMBus
adds 5a6dab15f7a7 Input: synaptics - enable SMBus for HP 15-ay000
adds a6754fae1e66 Input: xpad - quirk all PDP Xbox One gamepads
adds 6c3516fed7b6 Input: omap-keypad - fix keyboard debounce configuration
new adac0753c252 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 1e8249b8a4e9 parisc: Enable -ffunction-sections for modules on 32-bit kernel
new a517af52cb57 Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/s [...]
new 48a2ca0ee399 Revert "mfd: cros_ec: Use devm_kzalloc for private data"
new 5e0dc1a7ce1f Merge tag 'mfd-fixes-4.20' of git://git.kernel.org/pub/scm [...]
adds a72173ecfc67 Revert "exec: make de_thread() freezable"
new 91dd51f6e7ce Merge tag 'pm-4.20-rc6' of git://git.kernel.org/pub/scm/li [...]
adds 10950929e994 btrfs: tree-checker: Don't check max block group size as c [...]
new d08970904582 Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/s [...]
The 6 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:
.../devicetree/bindings/input/input-reset.txt | 2 +-
arch/parisc/Makefile | 7 +++++++
drivers/hid/hid-hyperv.c | 2 +-
drivers/input/joystick/xpad.c | 16 ++++++---------
drivers/input/keyboard/atkbd.c | 2 +-
drivers/input/keyboard/cros_ec_keyb.c | 3 ++-
drivers/input/keyboard/matrix_keypad.c | 23 +++++++++++++---------
drivers/input/keyboard/omap4-keypad.c | 18 +++++++++++++----
drivers/input/mouse/elan_i2c_core.c | 3 +++
drivers/input/mouse/synaptics.c | 2 ++
drivers/input/serio/hyperv-keyboard.c | 2 +-
drivers/input/touchscreen/migor_ts.c | 15 +-------------
drivers/input/touchscreen/st1232.c | 12 ++---------
drivers/mfd/cros_ec_dev.c | 8 +++++++-
fs/btrfs/tree-checker.c | 8 +++-----
fs/exec.c | 5 ++---
16 files changed, 67 insertions(+), 61 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 98151718d04 [llvm-mca] Simplify test (NFC)
new 6da5474632c [AArch64] Reword description of feature (NFC)
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/AArch64.td | 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.
unknown user pushed a change to branch master
in repository clang.
from cbc7c65b2c [analyzer] Attribute for RetainCountChecker for OSObject sho [...]
new 060e50e867 Honor -fdebug-prefix-map when creating function names for th [...]
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/clang/AST/PrettyPrinter.h | 9 ++++++++-
lib/AST/TypePrinter.cpp | 10 +++++++---
lib/CodeGen/CGDebugInfo.cpp | 3 +++
lib/CodeGen/CGDebugInfo.h | 6 +++---
test/CodeGenCXX/debug-prefix-map-lambda.cpp | 10 ++++++++++
5 files changed, 31 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGenCXX/debug-prefix-map-lambda.cpp
--
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 96d084fd304 [MachineOutliner][NFC] Use getOccurrenceCount() in getNotOu [...]
new 7f1c3d3b2bf [llvm-mca] Sort test run lines (NFC)
new 98151718d04 [llvm-mca] Simplify test (NFC)
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/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 38 +++++++---------------
.../AArch64/Exynos/scheduler-queue-usage.s | 2 +-
2 files changed, 12 insertions(+), 28 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 6a052af374 Address a post-commit review comment on r348325.
new bef1977371 Mention changes to libc++ include dir lookup in release notes.
new cbc7c65b2c [analyzer] Attribute for RetainCountChecker for OSObject sho [...]
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:
docs/ReleaseNotes.rst | 7 +++
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 69 +++++++++++++++++-------
test/Analysis/osobject-retain-release.cpp | 38 +++++++++++--
3 files changed, 93 insertions(+), 21 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 90af06793e gdb/riscv: Improve logic for when h/w float abi should be used
new 3a67e1a6b4 [aarch64] Add support for pointer authentication B key
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 | 4 +++
bfd/elf-eh-frame.c | 2 ++
gas/ChangeLog | 19 ++++++++++++
gas/config/tc-aarch64.c | 9 ++++++
gas/doc/c-aarch64.texi | 8 +++++
gas/dw2gencfi.c | 22 ++++----------
gas/dw2gencfi.h | 23 +++++++++++++++
gas/testsuite/gas/aarch64/pac_ab_key.d | 54 ++++++++++++++++++++++++++++++++++
gas/testsuite/gas/aarch64/pac_ab_key.s | 31 +++++++++++++++++++
9 files changed, 156 insertions(+), 16 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/pac_ab_key.d
create mode 100644 gas/testsuite/gas/aarch64/pac_ab_key.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.