This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d0d8eb4328 Unify more sys/procfs.h headers.
new d62f9ec0cc Complete sys/procfs.h unification.
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:
ChangeLog | 11 ++
sysdeps/unix/sysv/linux/Makefile | 3 +-
.../bits/procfs-prregset.h} | 7 +-
.../unix/sysv/linux/{mips => alpha}/bits/procfs.h | 19 +--
sysdeps/unix/sysv/linux/alpha/sys/procfs.h | 127 ---------------------
.../bits/procfs-id.h => bits/procfs-prregset.h} | 8 +-
sysdeps/unix/sysv/linux/sys/procfs.h | 6 +-
7 files changed, 36 insertions(+), 145 deletions(-)
copy sysdeps/unix/sysv/linux/{bits/procfs-extra.h => alpha/bits/procfs-prregset.h} (79%)
copy sysdeps/unix/sysv/linux/{mips => alpha}/bits/procfs.h (75%)
delete mode 100644 sysdeps/unix/sysv/linux/alpha/sys/procfs.h
copy sysdeps/unix/sysv/linux/{m68k/bits/procfs-id.h => bits/procfs-prregset.h} (78%)
--
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 d6cae43ad5 [clang-cl] Provide separate flags for all the /O variants
new 260dbbf385 [AArch64] Support adding X[8-15,18] registers as CSRs.
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/ClangCommandLineReference.rst | 36 ++++++++++++++
include/clang/Driver/Options.td | 4 ++
lib/Driver/ToolChains/Arch/AArch64.cpp | 27 +++++++++++
test/Driver/aarch64-call-saved-x-register.c | 58 +++++++++++++++++++++++
test/Driver/aarch64-fixed-call-saved-x-register.c | 8 ++++
5 files changed, 133 insertions(+)
create mode 100644 test/Driver/aarch64-call-saved-x-register.c
create mode 100644 test/Driver/aarch64-fixed-call-saved-x-register.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 gcc.
from daa809dae4d [PR 87339] Fix failure of gcc.dg/warn-abs-1.c on some targets
new e3cb8102395 PR c++/87398 * constexpr.c (cxx_eval_constant_expression) [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 3 ++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-virtual10.C | 18 ++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-virtual11.C | 26 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/other/pr87398.C | 12 +++++++++++
6 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual10.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual11.C
create mode 100644 gcc/testsuite/g++.dg/other/pr87398.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 gcc.
from 2ac22bed6a2 * config/i386/i386.md: Move nearbyint patterns closer to rint.
new daa809dae4d [PR 87339] Fix failure of gcc.dg/warn-abs-1.c on some targets
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/warn-abs-1.c | 6 ++----
gcc/testsuite/gcc.target/i386/warn-abs-3.c | 12 ++++++++++++
3 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/warn-abs-3.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 llvm.
from d66c2085229 [InstCombine] narrow binops on concatenated vectors (PR33026)
new 5d45cdc9842 [X86] Add AVX512 support to combineVectorSizedSetCCEquality.
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/X86/X86ISelLowering.cpp | 21 +-
test/CodeGen/X86/setcc-wide-types.ll | 432 ++++++++++++-----------------------
2 files changed, 163 insertions(+), 290 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 linux.
from ccf791e5e6b1 Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/l [...]
new 783f3b4e9ec5 usb: musb: dsps: do not disable CPPI41 irq in driver teardown
new e871db8d78df Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in [...]
new 7a68d9fb8510 USB: usbdevfs: sanitize flags more
new 81e0403b26d9 USB: usbdevfs: restore warning for nonsensical flags
new c183813fcee4 USB: remove LPM management from usb_driver_claim_interface()
new bd729f9d67aa USB: fix error handling in usb_driver_claim_interface()
new c9a4cb204e9e USB: handle NULL config in usb_find_alt_setting()
new 5c54fcac9a9d usb: roles: Take care of driver module reference counting
new 16c4cb19fa85 usb: core: safely deal with the dynamic quirk lists
new 3e3b81965cbf usb: typec: mux: Take care of driver module reference counting
new bfb0e9b490bc Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/l [...]
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:
drivers/usb/class/cdc-wdm.c | 2 +-
drivers/usb/common/roles.c | 15 ++++++++++++---
drivers/usb/core/devio.c | 24 +++++++++++++++++++++---
drivers/usb/core/driver.c | 28 ++++++++++++++--------------
drivers/usb/core/quirks.c | 3 ++-
drivers/usb/core/usb.c | 2 ++
drivers/usb/musb/musb_dsps.c | 12 +-----------
drivers/usb/typec/mux.c | 17 +++++++++++++----
8 files changed, 66 insertions(+), 37 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 67e757f9693 Use steady_clock to implement condition_variable::wait_for [...]
new 218c1c76679 2018-09-25 Paolo Carlini <paolo.carlini(a)oracle.com>
new 2ac22bed6a2 * config/i386/i386.md: Move nearbyint patterns closer to rint.
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:
gcc/config/i386/i386.md | 64 ++++++++++++++++++------------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp0x/pr81246.C | 11 +++++++
3 files changed, 48 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr81246.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 linux.
from fc0c8146680e Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub [...]
new e0bf2d4982fe serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
new 3216c622a24b tty: serial: lpuart: avoid leaking struct tty_struct
new be28c1e3ca29 serial: cpm_uart: return immediately from console poll
new fe3241679009 tty: Drop tty->count on tty_reopen() failure
new e97267cb4d1e tty: vt_ioctl: fix potential Spectre v1
new 7e620984b625 serial: imx: restore handshaking irq for imx1
new ccf791e5e6b1 Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/l [...]
The 7 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:
drivers/tty/serial/cpm_uart/cpm_uart_core.c | 10 +++++++---
drivers/tty/serial/fsl_lpuart.c | 3 ++-
drivers/tty/serial/imx.c | 8 ++++++++
drivers/tty/serial/mvebu-uart.c | 1 +
drivers/tty/tty_io.c | 11 ++++++++---
drivers/tty/vt/vt_ioctl.c | 4 ++++
6 files changed, 30 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 llvm.
from 7ee72241564 [ARM] Share predecessor bookkeeping in CombineBaseUpdate. NFCI.
new d66c2085229 [InstCombine] narrow binops on concatenated vectors (PR33026)
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:
.../InstCombine/InstructionCombining.cpp | 34 ++++++--
test/Transforms/InstCombine/vector-concat-binop.ll | 95 +++++++++++-----------
2 files changed, 76 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.