This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 195d3fa9886 Generalize the specialized flag-carrying SDNodes by moving [...]
new fc533c3fb32 [JumpThread] Do RAUW in case Cond folds to a constant in the CFG
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/Scalar/JumpThreading.cpp | 32 +++++++++----
test/Transforms/JumpThreading/fold-not-thread.ll | 57 ++++++++++++++++++++++++
2 files changed, 81 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 6a04bebfb3e Add and use effective target rdrand
new c6e8ea54398 PR target/68491 * config/i386/cpuid.h (__get_cpuid): Alwa [...]
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 | 11 +++++++++--
gcc/config/i386/cpuid.h | 6 ++++--
2 files 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 llvm.
from 217ed17252f [InstCombine] add multi-use variants for DeMorgan folds; NFC
new 195d3fa9886 Generalize the specialized flag-carrying SDNodes by moving [...]
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/SelectionDAG.h | 15 +--
include/llvm/CodeGen/SelectionDAGNodes.h | 136 ++++++++++++-----------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 86 +++++++-------
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 6 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 82 +++++---------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 20 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 23 ++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 12 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 17 ++-
lib/Target/PowerPC/PPCISelLowering.cpp | 10 +-
lib/Target/X86/X86ISelLowering.cpp | 18 ++-
14 files changed, 203 insertions(+), 233 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 glibc.
from 3e4df7ef13 Default Linux kernel version in build-many-glibcs.py to 4.11.
new ef0e5f2f5c Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.
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 | 4 ++++
sysdeps/unix/sysv/linux/bits/socket.h | 4 +++-
2 files changed, 7 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 llvm.
from ae542a60cb7 [InstCombine] use FileCheck and auto-generate checks; NFC
new 217ed17252f [InstCombine] add multi-use variants for DeMorgan folds; 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:
test/Transforms/InstCombine/demorgan.ll | 128 ++++++++++++++++++++++++++++++++
1 file changed, 128 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 8e3a89da195 [InstCombine] consolidate more DeMorgan tests; NFC
new ae542a60cb7 [InstCombine] use FileCheck and auto-generate checks; 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:
test/Transforms/InstCombine/apint-and.ll | 126 ++++++++++++++++++++++++++++++
test/Transforms/InstCombine/apint-and1.ll | 41 ----------
test/Transforms/InstCombine/apint-and2.ll | 42 ----------
3 files changed, 126 insertions(+), 83 deletions(-)
create mode 100644 test/Transforms/InstCombine/apint-and.ll
delete mode 100644 test/Transforms/InstCombine/apint-and1.ll
delete mode 100644 test/Transforms/InstCombine/apint-and2.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 50597189bb3 Fix test for altmacro
new 8e3a89da195 [InstCombine] consolidate more DeMorgan tests; 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:
test/Transforms/InstCombine/and.ll | 13 -------
test/Transforms/InstCombine/apint-and1.ll | 8 -----
test/Transforms/InstCombine/apint-and2.ll | 8 -----
test/Transforms/InstCombine/demorgan.ll | 56 +++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+), 29 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 079b067df74 [LLVM][inline-asm] Altmacro absolute expression '%' feature
new 50597189bb3 Fix test for altmacro
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/MC/AsmParser/altmacro_expression.s | 2 +-
test/MC/AsmParser/negativ_altmacro_expression.s | 2 +-
2 files 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.
unknown user pushed a change to branch master
in repository gcc.
from c2ae694d927 libiberty/ChangeLog:
new 6a04bebfb3e Add and use effective target rdrand
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/other/pr59492.C | 1 +
gcc/testsuite/lib/target-supports.exp | 14 ++++++++++++++
3 files changed, 21 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 compiler-rt.
from 1531d487b tsan: support linker init flag in __tsan_mutex_destroy
new 33fde816a [powerpc] deactivate flakey tests on powerpc64le
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/tsan/tests/rtl/tsan_posix.cc | 5 +++--
test/asan/TestCases/Posix/coverage-fork-direct.cc | 3 +++
test/asan/TestCases/Posix/current_allocated_bytes.cc | 3 +++
test/tsan/ignore_lib1.cc | 3 +++
test/tsan/ignore_lib5.cc | 3 +++
5 files changed, 15 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.