This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43f741e3e69 [X86] Add tests for missed opportunities to use ptest for a [...]
new 9175ef395eb [GISel][NFC]: Move RegisterBankInfo::getSizeInBits into Tar [...]
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/CodeGen/TargetRegisterInfo.h | 3 +++
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 18 +++++-------------
lib/CodeGen/TargetRegisterInfo.cpp | 22 ++++++++++++++++++++++
3 files changed, 30 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 llvm.
from 25b29aac893 Fix typo
new 43f741e3e69 [X86] Add tests for missed opportunities to use ptest for a [...]
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/CodeGen/X86/pr12312.ll | 243 ---------------------
test/CodeGen/X86/ptest.ll | 511 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 511 insertions(+), 243 deletions(-)
delete mode 100644 test/CodeGen/X86/pr12312.ll
create mode 100644 test/CodeGen/X86/ptest.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 llvm.
from de02ec6d5b5 [InstCombine] simplify logic for swapMayExposeCSEOpportunit [...]
new 25b29aac893 Fix typo
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-objdump/llvm-objdump.cpp | 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 af1e2a16bdb [InstCombine] fix typos, formatting; NFC
new de02ec6d5b5 [InstCombine] simplify logic for swapMayExposeCSEOpportunit [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 32 ++++++----------------
1 file changed, 9 insertions(+), 23 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 5bb0830d10 binutils/riscv: Register names in DWARF output
new 0625771b9e MI: Allow non-raw varobj evaluation
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 | 5 +++++
gdb/testsuite/ChangeLog | 14 ++++++++++++++
gdb/testsuite/gdb.python/py-mi.exp | 10 ++++++++++
gdb/testsuite/gdb.python/py-prettyprint.c | 11 +++++++++++
gdb/testsuite/gdb.python/py-prettyprint.exp | 4 ++++
gdb/testsuite/gdb.python/py-prettyprint.py | 26 +++++++++++++++++++++++++-
gdb/varobj.c | 2 +-
7 files changed, 70 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 binutils-gdb.
from e54d3c943b LD/testsuite: Pass $AFLAGS_PIC to GAS for PIC assembly
new 5bb0830d10 binutils/riscv: Register names in DWARF output
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:
binutils/ChangeLog | 10 ++++++++++
binutils/dwarf.c | 25 +++++++++++++++++++++++++
binutils/dwarf.h | 1 +
binutils/objdump.c | 4 ++++
4 files changed, 40 insertions(+)
--
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 aed8e7d4fb5 [AArch64][GlobalISel] Use getRegClassForTypeOnBank() in sel [...]
new af1e2a16bdb [InstCombine] fix typos, formatting; 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/Transforms/InstCombine/InstCombineCompares.cpp | 13 ++++++-------
1 file changed, 6 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 lldb.
from 88cde445a Use an alternative approach to prevent Spotlight from indexin [...]
new 89cd89b08 Add the ability to restrict the breakpoint to a module for ru [...]
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:
packages/Python/lldbsuite/test/lldbutil.py | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 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 67df2e367 Correct the return value of strlcat(3) in the interceptor
new 485b98533 Add new NetBSD interceptors: devname(3), devname_r(3)
new c31edaaeb Correct FileCheck usage in two newly added tests
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:
.../sanitizer_common_interceptors.inc | 32 ++++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 3 ++
test/sanitizer_common/TestCases/NetBSD/devname.cc | 22 +++++++++++++++
.../sanitizer_common/TestCases/NetBSD/devname_r.cc | 27 ++++++++++++++++++
4 files changed, 84 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/devname.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/devname_r.cc
--
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 6e9b2c511 Create a marker for Spotlight to never index $BUILD_DIR.
new 88cde445a Use an alternative approach to prevent Spotlight from indexin [...]
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:
packages/Python/lldbsuite/test/dotest.py | 8 --------
packages/Python/lldbsuite/test/dotest_args.py | 2 +-
test/CMakeLists.txt | 7 ++++++-
3 files changed, 7 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.