This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d886dc4 GVN-hoist: fix store past load dependence analysis (PR30216, [...]
new e8c434e Memory-SSA cleanup of clobbers interface, 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:
include/llvm/Transforms/Utils/MemorySSA.h | 8 ++++----
lib/Transforms/Scalar/GVNHoist.cpp | 31 ++++++++++++++++---------------
lib/Transforms/Utils/MemorySSA.cpp | 14 ++++++++++----
3 files changed, 30 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 lldb.
from 8d36a3f This test now passes.
new b642527 Add a simple frameless function test case to the arm64 unwind [...]
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:
.../InstEmulation/TestArm64InstEmulation.cpp | 101 ++++++++++++++++++++-
.../x86/Testx86AssemblyInspectionEngine.cpp | 17 ++--
2 files changed, 107 insertions(+), 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 llvm.
from 13774ee [PPCMIPeephole] Fix splat elimination
new d886dc4 GVN-hoist: fix store past load dependence analysis (PR30216, [...]
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/MemorySSA.h | 4 ++
lib/Transforms/Scalar/GVNHoist.cpp | 62 +++++++++--------
lib/Transforms/Utils/MemorySSA.cpp | 107 +++++++++++++++---------------
test/Transforms/GVNHoist/pr30216.ll | 52 +++++++++++++++
test/Transforms/GVNHoist/pr30499.ll | 30 +++++++++
5 files changed, 174 insertions(+), 81 deletions(-)
create mode 100644 test/Transforms/GVNHoist/pr30216.ll
create mode 100644 test/Transforms/GVNHoist/pr30499.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 gcc.
from 01b0c11 Daily bump.
new 2f11abb 2016-10-12 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 6 ++++++
gcc/config/rs6000/vsx.md | 4 ++--
2 files changed, 8 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 clang.
from f3d02c1 [CUDA] Make touching a kernel from a __host__ __device__ func [...]
new 419410f Added REQUIRED triples to the test that fails on some ARM buildbots.
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/SemaCUDA/function-overload-hd.cu | 3 +++
1 file changed, 3 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 clang.
from 683bf4d Revert - When optimizing for size, enable loop rerolling by default
new f3d02c1 [CUDA] Make touching a kernel from a __host__ __device__ func [...]
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/Sema/SemaCUDA.cpp | 3 +--
test/SemaCUDA/function-overload-hd.cu | 28 ++++++++++++++++++++++++++++
test/SemaCUDA/function-overload.cu | 13 +------------
test/SemaCUDA/reference-to-kernel-fn.cu | 15 ++++++++-------
4 files changed, 38 insertions(+), 21 deletions(-)
create mode 100644 test/SemaCUDA/function-overload-hd.cu
--
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 libcxxabi.
from e64fce8 [libc++abi] Fix bug which cased the static libunwind to alway [...]
new 5ab5976 Fix libc++abi test config after recent libc++ changes
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/libcxxabi/test/config.py | 4 ++++
1 file changed, 4 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 47b7d1a Fix the stage2 MSVC 2013 build with less constexpr in RNG
new 13774ee [PPCMIPeephole] Fix splat elimination
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/PowerPC/PPCMIPeephole.cpp | 8 +++++---
test/CodeGen/PowerPC/pr30663.ll | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr30663.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 libcxx.
from 5300359 Make it easier to run the libc++ test suite against libstdc++
new fc6e622 Add mork workarounds for running the test suite against libstdc++
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/libcxx/test/config.py | 10 +++++++++-
test/lit.cfg | 1 -
test/lit.site.cfg.in | 1 +
3 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.