This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dc65ac08afe Fix PR number for HPPA speculation patch: PR target/86807 - [...]
new 8542a4f6bc0 PR libstdc++/86861 Meet precondition for Solaris memalign
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:
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/libsupc++/new_opa.cc | 28 +++++++++++++++++++---------
2 files changed, 29 insertions(+), 9 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 512264ba6eb [GVN,NewGVN] Keep nonnull if K does not move.
new b0e8dee0f66 [RFC] Build LLVM-C.dll on MSVC that exports only the C API
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:
CMakeLists.txt | 8 +-
tools/CMakeLists.txt | 2 +-
tools/llvm-shlib/CMakeLists.txt | 155 +++++++++++++++++++++++------------
tools/llvm-shlib/gen-msvc-exports.py | 106 ++++++++++++++++++++++++
4 files changed, 214 insertions(+), 57 deletions(-)
create mode 100644 tools/llvm-shlib/gen-msvc-exports.py
--
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 3fb90d137e [analyzer][UninitializedObjectChecker] New flag to turn off [...]
new 5225b293ca [OpenCL] Restore r338899 (reverted in r338904), fixing stack [...]
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/CGBuiltin.cpp | 56 ++++---
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 177 +++++++++++++--------
.../enqueue-kernel-non-entry-block.cl | 31 ++++
3 files changed, 177 insertions(+), 87 deletions(-)
create mode 100644 test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
--
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 5aa74422b69 [ARM] FP16: codegen support for VACGT
new 512264ba6eb [GVN,NewGVN] Keep nonnull if K does not move.
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/Transforms/Utils/Local.h | 10 +-
lib/Transforms/Utils/Local.cpp | 11 +-
test/Transforms/NewGVN/metadata-nonnull.ll | 178 +++++++++++++++++++++++++++++
3 files changed, 191 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/NewGVN/metadata-nonnull.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 29e9277c6c2 [DAG] Allow non-uniform constant vectors to call BuildSDIV
new 5aa74422b69 [ARM] FP16: codegen support for VACGT
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/ARM/ARMInstrNEON.td | 2 +-
.../CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | 44 +++++++++-------------
2 files changed, 18 insertions(+), 28 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 gcc-8-branch
in repository gcc.
from 777c4c85b19 Fix gcc.dg/vect/no-section-anchors-vect-69.c on SPARC etc. [...]
new be6180ff6f6 i386: Set cfun->machine->max_used_stack_alignment if needed
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 | 9 +++++++++
gcc/config/i386/i386.c | 14 ++++++++------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr86386.c | 26 ++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr86386.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 13f3fc4d277 [TargetLowering] Use pre-computed Shift value type in Build [...]
new 29e9277c6c2 [DAG] Allow non-uniform constant vectors to call BuildSDIV
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 | 3 ++-
1 file changed, 2 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 ee2e6d806cf [X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions [...]
new 13f3fc4d277 [TargetLowering] Use pre-computed Shift value type in Build [...]
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/TargetLowering.cpp | 14 +++++---------
1 file changed, 5 insertions(+), 9 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 3476b11a993 PR c++/79133
new dc65ac08afe Fix PR number for HPPA speculation patch: PR target/86807 - [...]
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 | 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 7e35c221fbd [InstSimplify] add tests for minnum/maxnum with shared op; NFC
new 5ab217ce421 [InstSimplify] move minnum/maxnum with common op fold from [...]
new ee2e6d806cf [X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions [...]
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:
lib/Analysis/InstructionSimplify.cpp | 11 +++
lib/Transforms/InstCombine/InstCombineCalls.cpp | 30 -------
test/Transforms/InstCombine/maxnum.ll | 42 ----------
test/Transforms/InstCombine/minnum.ll | 42 ----------
.../InstSimplify/floating-point-arithmetic.ll | 76 +++++++++++++----
test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 95 +++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 95 +++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 95 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 95 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 95 +++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 95 +++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 95 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 95 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 95 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 95 +++++++++++++++++++++-
15 files changed, 1011 insertions(+), 140 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.