This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f9841d4832c Disable some IR death tests when SEH is available
new a65cb63a72b Revert "[AsmParser] Hash is not a comment 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:
lib/MC/MCParser/AsmParser.cpp | 10 ++
lib/MC/MCParser/MCAsmParser.cpp | 8 ++
test/DebugInfo/AArch64/asan-stack-vars.ll | 2 +-
.../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 2 +-
test/MC/ARM/directive_parsing.s | 66 +++++------
test/MC/AsmParser/AArch64/directive-parse-err.s | 124 ++++++++++-----------
6 files changed, 115 insertions(+), 97 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 cacb6e2318e Revert "[DAG] Cleanup unused nodes after store merge. NFCI."
new f9841d4832c Disable some IR death tests when SEH is available
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:
unittests/IR/MetadataTest.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 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 6f60a33be52 [InstCombine] Make (X|C1)^C2 -> X^(C1^C2) iff X&~C1 == 0 wo [...]
new cacb6e2318e Revert "[DAG] Cleanup unused nodes after store merge. NFCI."
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +-----------
1 file changed, 1 insertion(+), 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 gcc.
from 6bf4b27efb1 PR81738: Split vect-alias-check-6.c
new ed5348787c1 Rename ix86_split_stack_boundary to ix86_split_stack_guard.
new 05641ad8b6a PR target/81708 * config/i386/i386.opt (mstack-protector- [...]
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/ChangeLog | 17 ++++++--
gcc/config/i386/i386-protos.h | 2 +-
gcc/config/i386/i386.c | 56 +++++++++++++++++++++-----
gcc/config/i386/i386.md | 2 +-
gcc/config/i386/i386.opt | 4 ++
gcc/doc/invoke.texi | 8 +++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/stack-prot-sym.c | 6 +++
8 files changed, 82 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/stack-prot-sym.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 86c4bd6af91 [DAG] Relax type restriction for store merge
new 6f60a33be52 [InstCombine] Make (X|C1)^C2 -> X^(C1^C2) iff X&~C1 == 0 wo [...]
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/InstCombineAndOrXor.cpp | 41 ++++++++++------------
test/Transforms/InstCombine/or.ll | 13 +++++++
.../InstCombine/select-with-bitwise-ops.ll | 17 ++++-----
3 files changed, 38 insertions(+), 33 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 8ba74b7504 Enable bunch of sanitizers on NetBSD/X86 and X86_64
new f7558e5102 [X86] Implement __builtin_cpu_is
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/clang/Basic/BuiltinsX86.def | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 1 +
include/clang/Basic/TargetInfo.h | 4 +
lib/Basic/Targets/X86.cpp | 38 ++++++++++
lib/Basic/Targets/X86.h | 2 +
lib/CodeGen/CGBuiltin.cpp | 117 +++++++++++++++++++++++++++++
lib/Sema/SemaChecking.cpp | 23 ++++++
test/CodeGen/builtin-cpu-is.c | 53 +++++++++++++
test/CodeGen/target-builtin-noerror.c | 32 ++++++++
test/Sema/builtin-cpu-supports.c | 6 ++
10 files changed, 277 insertions(+)
create mode 100644 test/CodeGen/builtin-cpu-is.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 glibc.
from 922369032c [AArch64] Optimized memcmp.
new 4d98ace9de powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)
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 | 9 +++++++++
sysdeps/powerpc/fpu/math_private.h | 2 +-
sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c | 2 +-
3 files changed, 11 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 release_50
in repository lld.
from a9f9e258f Merging r308998 and r309002: -------------------------------- [...]
new 3ffe0f2c0 Merging r310526: -------------------------------------------- [...]
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:
ELF/Driver.cpp | 2 +-
ELF/Options.td | 4 +++-
test/ELF/{icf1.s => icf-none.s} | 5 ++---
3 files changed, 6 insertions(+), 5 deletions(-)
copy test/ELF/{icf1.s => icf-none.s} (69%)
--
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 ff00c6744b9 PR c++/80452 - Core 1579, implicit move semantics on return/throw
new c79a9a2464a PR c++/81359 - Unparsed NSDMI error from SFINAE context.
new 6bf4b27efb1 PR81738: Split vect-alias-check-6.c
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/cp/ChangeLog | 4 ++++
gcc/cp/method.c | 14 ++++++++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/inherit/vdtor1.C | 7 +++++++
gcc/testsuite/gcc.dg/vect/vect-alias-check-6.c | 11 ++---------
gcc/testsuite/gcc.dg/vect/vect-alias-check-7.c | 16 ++++++++++++++++
6 files changed, 46 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/inherit/vdtor1.C
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-7.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 6f0ee4dc787 [CostModel][X86] Add SSE2 two-src shuffle costs
new 86c4bd6af91 [DAG] Relax type restriction for store merge
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 88 ++++++++++++++++++++++--------
test/CodeGen/X86/MergeConsecutiveStores.ll | 7 +--
2 files changed, 66 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.