This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d2725d7944 Remove unnecessary const_cast [NFC]
new 9e76707bc9 Revert r340552, "Driver: Enable address-significance tables [...]
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/Driver/ToolChains/Clang.cpp | 3 +--
test/Driver/addrsig.c | 1 -
2 files changed, 1 insertion(+), 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 llvm.
from 81dfd7dbac3 [MIPS GlobalISel] Lower i8 and i16 arguments
new 6602cf7c58d [MemorySSA] Fix def optimization handling
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/llvm/Analysis/MemorySSA.h | 57 +++++++++++------
unittests/Analysis/MemorySSA.cpp | 128 ++++++++++++++++++++++++++++++++++++++
2 files changed, 166 insertions(+), 19 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 d95e5231fa [docs] Regenerate ClangCommandLineReference.rst
new d2725d7944 Remove unnecessary const_cast [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/Analysis/ThreadSafety.cpp | 14 +++++++-------
1 file changed, 7 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 compiler-rt.
from fb896cb35 [hwasan] make error reporting look more like in asan, print t [...]
new 661d1ea41 [sanitizer] Change Mmap*NoAccess to return nullptr on error
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/asan/asan_linux.cc | 2 +-
lib/asan/asan_premap_shadow.cc | 2 +-
lib/hwasan/hwasan_dynamic_shadow.cc | 2 +-
lib/sanitizer_common/sanitizer_allocator_primary64.h | 2 +-
lib/sanitizer_common/sanitizer_mac_libcdep.cc | 4 +---
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 11 ++++++++---
lib/scudo/scudo_allocator_secondary.h | 2 +-
7 files changed, 14 insertions(+), 11 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 155a19eb4 Fix broken builtin functions in the expression command
new 227b74c2d XFAIL test for older versions of clang
new 933e7b61f Change xfail to skipIf. The exact condition is really difficu [...]
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:
packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 9a14b78da2f [llvm-mca] Fix parameter name. NFC.
new 81dfd7dbac3 [MIPS GlobalISel] Lower i8 and i16 arguments
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/Mips/MipsCallLowering.cpp | 181 +++++++++----
lib/Target/Mips/MipsCallLowering.h | 13 +-
.../Mips/GlobalISel/irtranslator/extend_args.ll | 288 +++++++++++++++++++++
3 files changed, 427 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/extend_args.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 lldb.
from 7be4bcc36 Fix format string issue introduced in r340548
new 155a19eb4 Fix broken builtin functions in the expression command
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:
.../call-function/TestCallBuiltinFunction.py | 53 ++++++++++++++++++++++
.../Clang/ClangExpressionParser.cpp | 13 +++++-
.../ExpressionParser/Clang/ClangExpressionParser.h | 2 -
3 files changed, 64 insertions(+), 4 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/expression_command/call-function [...]
--
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 b0ceb98aec Avoid problems with plugins being loaded multiple times.
new bfb218e3e4 RISC-V: Reject empty rouding mode and fence operand.
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-riscv.c | 3 +++
gas/testsuite/gas/riscv/fence-fail.d | 3 +++
gas/testsuite/gas/riscv/fence-fail.l | 4 ++++
gas/testsuite/gas/riscv/fence-fail.s | 4 ++++
gas/testsuite/gas/riscv/rouding-fail.d | 3 +++
gas/testsuite/gas/riscv/rouding-fail.l | 3 +++
gas/testsuite/gas/riscv/rouding-fail.s | 3 +++
8 files changed, 34 insertions(+)
create mode 100644 gas/testsuite/gas/riscv/fence-fail.d
create mode 100644 gas/testsuite/gas/riscv/fence-fail.l
create mode 100644 gas/testsuite/gas/riscv/fence-fail.s
create mode 100644 gas/testsuite/gas/riscv/rouding-fail.d
create mode 100644 gas/testsuite/gas/riscv/rouding-fail.l
create mode 100644 gas/testsuite/gas/riscv/rouding-fail.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 llvm.
from d4a902bc71a [WebAssembly] Prioritize splats over v128.consts
new 9a14b78da2f [llvm-mca] Fix parameter name. 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:
tools/llvm-mca/Scheduler.cpp | 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
discards de4c0be tcwg-bisect-llvm-kernel.sh: New job script
new be21817 tcwg-bisect-llvm-kernel.sh: New job script
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 (de4c0be)
\
N -- N -- N refs/heads/llvm-kernel-v3 (be21817)
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:
tcwg-rr-llvm-kernel.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.