This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c5e08cf67c8 [AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArc [...]
new 1ed4428b8f0 [X86] Regenerate select tests
new 7c37aa1189e Add a -D flag to FileCheck to define variables
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" …
[View More]were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/CommandGuide/FileCheck.rst | 5 +++++
test/CodeGen/X86/select.ll | 38 ++++----------------------------------
test/FileCheck/defines.txt | 9 +++++++++
utils/FileCheck/FileCheck.cpp | 7 +++++++
4 files changed, 25 insertions(+), 34 deletions(-)
create mode 100644 test/FileCheck/defines.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from a98151e4 [clangd] Add ErrorCode enum class.
new e4473f00 [clang-tidy] Misc redundant expressions checker updated for macros
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
…
[View More]been added to this reference.
Summary of changes:
clang-tidy/misc/RedundantExpressionCheck.cpp | 287 +++++++++++++++------
clang-tidy/misc/RedundantExpressionCheck.h | 3 +-
.../checks/misc-redundant-expression.rst | 8 +-
test/clang-tidy/misc-redundant-expression.cpp | 208 +++++++++++----
4 files changed, 373 insertions(+), 133 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 55f6a859ccb Silence C4715 warning from MSVC (NFC).
new c5e08cf67c8 [AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArc [...]
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 …
[View More]added to this reference.
Summary of changes:
lib/Target/AArch64/AArch64RegisterInfo.td | 9 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 106 +++++++++++++---------
2 files changed, 69 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 081337d3298 PR71026: Canonicalize negates in division
new 12f26ffdef5 2017-11-07 Richard Biener <rguenther(a)suse.de>
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 …
[View More]this reference.
Summary of changes:
gcc/ChangeLog | 4 ++++
gcc/match.pd | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a6eef1eda47 PR80131: Simplification of 1U << (31 - x)
new 081337d3298 PR71026: Canonicalize negates in division
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 …
[View More]reference.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/match.pd | 5 +++++
gcc/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/gcc.dg/div_neg.c | 10 ++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/div_neg.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 270a468f4bb More bitop simplifications in match.pd
new a6eef1eda47 PR80131: Simplification of 1U << (31 - x)
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.…
[View More]
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/match.pd | 13 +++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr80131-1.c | 31 +++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr80131-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8aa5d0fb6a1 [AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs to [...]
new 55f6a859ccb Silence C4715 warning from MSVC (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 …
[View More]added to this reference.
Summary of changes:
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
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 95e95a6de2 Make breakpoint/location number parsing error output consistent
new a02b41a7e6 Add some more breakpoint/location range tests
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 …
[View More]only
been added to this reference.
Summary of changes:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 13 +++++++++++++
2 files changed, 17 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 6b86036452 powerpc: Use latest optimization for internal function calls
new b7fc95f8c8 Move <bits/mman-linux.h> to the Linux sysdeps directory
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 …
[View More]have only
been added to this reference.
Summary of changes:
ChangeLog | 8 ++++++++
sysdeps/unix/sysv/linux/Makefile | 7 -------
{bits => sysdeps/unix/sysv/linux/bits}/mman-linux.h | 5 +----
3 files changed, 9 insertions(+), 11 deletions(-)
rename {bits => sysdeps/unix/sysv/linux/bits}/mman-linux.h (96%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]