This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f8f65382c98a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 6147b1cf1965 scripts/setlocalversion: git: Make -dirty check more robust
new bc8d2e20a3eb kconfig: remove a spurious self-assignment
new fd65465b7016 kconfig: do not require pkg-config on make {menu,n}config
new 914b087ff9e0 kbuild: make missing $DEPMOD a Warning instead of an Error
new f0b0d88a8251 kbuild: modules_install: warn when missing System.map file
new 1d22577703b3 Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub [...]
new 9b25436662d5 random: make CPU trust a boot parameter
new 3243a89dcbd8 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 8 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:
Documentation/admin-guide/kernel-parameters.txt | 6 ++++++
Documentation/process/changes.rst | 2 +-
drivers/char/Kconfig | 4 ++--
drivers/char/random.c | 11 ++++++++---
scripts/depmod.sh | 5 +++--
scripts/kconfig/Makefile | 1 -
scripts/kconfig/check-pkgconfig.sh | 8 --------
scripts/kconfig/gconf-cfg.sh | 7 +++++++
scripts/kconfig/mconf-cfg.sh | 25 ++++++++++++++-----------
scripts/kconfig/mconf.c | 1 -
scripts/kconfig/nconf-cfg.sh | 25 ++++++++++++++-----------
scripts/kconfig/qconf-cfg.sh | 7 +++++++
scripts/setlocalversion | 2 +-
13 files changed, 63 insertions(+), 41 deletions(-)
delete mode 100644 scripts/kconfig/check-pkgconfig.sh
--
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 22354ba448 Revert r341754.
new e978feba76 [Tooling] Improve handling of CL-style 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:
lib/Tooling/InterpolatingCompilationDatabase.cpp | 153 ++++++++++++++++++-----
unittests/Tooling/CompilationDatabaseTest.cpp | 33 ++++-
2 files changed, 149 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/ci/llvm-monorepo.
from bae475c5bc7d Revert "Modernize NativeProcessProtocol::GetSoftwareBreakp [...]
new 0233f118b304 [libomptarget-nvptx] Remove last mentions of __kmpc_print_*
new 2d1275a6c0c4 NFC: use bit_cast more in AArch64AddressingModes
new de76a0b49329 Revert "NFC: use bit_cast more in AArch64AddressingModes"
new b9a57498be74 [X86] Add test cases for commuting ADCX/ADOX instruction t [...]
new c77cb94255f0 [X86] Mark the ADCX and ADOX instruction as commutable.
new cd48516b69ca [X86] Create paddus/psubus from narrower vectors with i8/i [...]
new 8b091155ef4d Distinguish `__block` variables that are captured by escap [...]
new 9b1ff1c24044 ms: Insert $$Z in mangling between directly consecutive pa [...]
new 28e3abbd1a44 [Parser] Remove an unnecessary `mutable`
new ffd6ef2bdca7 Revert r341754.
new 1d6d01dc4212 Re-commit "Modernize NativeProcessProtocol::GetSoftwareBre [...]
new d7d0220ae1b9 Speculative fix for NetBSD bot for r341758
The 12 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/include/clang/Parse/Parser.h | 2 +-
clang/lib/AST/MicrosoftMangle.cpp | 13 +-
clang/test/CodeGenCXX/mangle-ms-templates.cpp | 28 +-
.../lldb/Host/common/NativeProcessProtocol.h | 6 +-
lldb/source/Host/common/NativeProcessProtocol.cpp | 37 ++
lldb/source/Host/common/SoftwareBreakpoint.cpp | 57 +--
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 70 +--
.../Plugins/Process/Linux/NativeProcessLinux.h | 9 +-
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 17 -
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 10 -
llvm/lib/Target/X86/X86ISelLowering.cpp | 20 +-
llvm/lib/Target/X86/X86InstrArithmetic.td | 2 +-
llvm/test/CodeGen/X86/adx-commute.mir | 234 +++++++++
llvm/test/CodeGen/X86/paddus.ll | 543 ++++-----------------
llvm/test/CodeGen/X86/pr32282.ll | 4 +-
llvm/test/CodeGen/X86/pr32284.ll | 4 +-
llvm/test/CodeGen/X86/psubus.ll | 513 ++++---------------
llvm/test/CodeGen/X86/sse2-intrinsics-canonical.ll | 104 ++--
.../libomptarget/deviceRTLs/nvptx/src/interface.h | 12 -
19 files changed, 582 insertions(+), 1103 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/adx-commute.mir
--
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 lldb.
from be88bc425 Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakp [...]
new 02457b644 Speculative fix for NetBSD bot for r341758
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:
source/Host/common/NativeProcessProtocol.cpp | 12 ++++++------
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 4 ++--
2 files changed, 8 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 gcc.
from cc168155ffb 2018-09-09 Xianmiao Qu <xianmiao_qu(a)c-sky.com>
new b638e88c966 [PATCH] internalize a driver fn
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 | 5 +++++
gcc/gcc.c | 1 +
gcc/gcc.h | 1 -
3 files changed, 6 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1aac008f1c Make py-prettyprint.exp test names unique
new a5c5eda7e4 python: Make two functions return gdbpy_ref<>
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 | 10 ++++++++++
gdb/python/py-prettyprint.c | 12 +++++-------
gdb/python/python-internal.h | 7 ++++---
gdb/varobj.c | 6 +++---
4 files changed, 22 insertions(+), 13 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 lldb.
from 2372dd634 Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpoin [...]
new be88bc425 Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakp [...]
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/lldb/Host/common/NativeProcessProtocol.h | 6 +-
source/Host/common/NativeProcessProtocol.cpp | 37 ++++++++++++
source/Host/common/SoftwareBreakpoint.cpp | 57 ++++--------------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 70 ++++------------------
source/Plugins/Process/Linux/NativeProcessLinux.h | 9 +--
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 17 ------
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 10 ----
7 files changed, 62 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.