This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd8a67bd05d [SelectionDAG] When splitting scatter nodes during DAGCombi [...]
new 9ff34990e52 [LICM] Strengthen assume hoisting 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/LICM/assume.ll | 45 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 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 lldb.
from 8b0fcb3c3 Add instructions for building LLDB on Mac OS X with CMake
new cafa3f4ad [lldb-mi] Re-implement MI HandleProcessEventStateSuspended.
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:
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 20 +++++++++++---------
1 file changed, 11 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 clang.
from 159b66c5de [OPENMP] Mark variables captured in declare target region as [...]
new 60e8df47a8 [WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp)
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/Driver/wasm-toolchain.c | 4 ++--
test/Driver/wasm-toolchain.cpp | 4 ++--
2 files changed, 4 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 b0e8dee0f66 [RFC] Build LLVM-C.dll on MSVC that exports only the C API
new bddc6e21c75 [SelectionDAG][X86][SystemZ] Add a generic nonvolatile_stor [...]
new bd8a67bd05d [SelectionDAG] When splitting scatter nodes during DAGCombi [...]
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:
include/llvm/Target/TargetSelectionDAG.td | 9 +++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++++++++++-----------
lib/Target/SystemZ/SystemZOperators.td | 2 --
lib/Target/X86/X86InstrCompiler.td | 6 ------
test/CodeGen/X86/masked_gather_scatter.ll | 32 +++++++++++++++----------------
5 files changed, 35 insertions(+), 36 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 30f4e4d63 Check result after setting PC value.
new 8b0fcb3c3 Add instructions for building LLDB on Mac OS X with CMake
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:
www/build.html | 25 +++++++++++++++++++++++--
1 file changed, 23 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 97663b3b8cd /cp 2018-08-07 Paolo Carlini <paolo.carlini(a)oracle.com>
new b00834da55f [AArch64] Fix -mlow-precision-div (PR 86838)
new 9150207460a libgo: uncomment trace.Stop() call in testing package
new be331916172 runtime: use poll rather than pollset for netpoll on AIX
The 3 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/aarch64/aarch64-simd-builtins.def | 2 -
gcc/config/aarch64/aarch64-simd.md | 15 +-
gcc/config/aarch64/iterators.md | 4 -
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/aarch64/frecpe_1.c | 18 +++
gcc/testsuite/gcc.target/aarch64/frecpe_2.c | 18 +++
libgo/go/runtime/netpoll.go | 4 +-
libgo/go/runtime/netpoll_aix.go | 200 +++++++++++++--------------
libgo/go/testing/testing.go | 2 +-
11 files changed, 158 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/frecpe_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/frecpe_2.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 test-suite.
from 9ad270d3 Add interpolation kernels using Benchmark Library Contains Im [...]
new 09307525 Fixed build error caused by MicroBenchmarks/ImageProcessing w [...]
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:
.../AnisotropicDiffusion/CMakeLists.txt | 4 ++--
.../ImageProcessing/AnisotropicDiffusion/main.cpp | 3 ++-
.../ImageProcessing/Blur/CMakeLists.txt | 2 +-
MicroBenchmarks/ImageProcessing/Blur/main.cpp | 26 +++++++++++-----------
.../ImageProcessing/Dither/CMakeLists.txt | 3 ++-
MicroBenchmarks/ImageProcessing/Dither/main.cpp | 13 ++++++-----
.../ImageProcessing/Interpolation/CMakeLists.txt | 2 +-
.../ImageProcessing/Interpolation/main.cpp | 5 +++--
.../ImageProcessing/utils/ImageHelper.cpp | 1 +
9 files changed, 32 insertions(+), 27 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 b3d3cee97 Move ScalarTest to follow the class being tested
new 30f4e4d63 Check result after setting PC value.
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:
source/Commands/CommandObjectTarget.cpp | 11 ++++++++---
1 file changed, 8 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 gcc.
from 8542a4f6bc0 PR libstdc++/86861 Meet precondition for Solaris memalign
new 97663b3b8cd /cp 2018-08-07 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 7 ++++
gcc/cp/decl.c | 76 +++++++++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 14 +++++++
gcc/testsuite/g++.dg/other/friend10.C | 9 +++++
gcc/testsuite/g++.dg/other/friend11.C | 8 ++++
gcc/testsuite/g++.dg/other/friend12.C | 11 +++++
gcc/testsuite/g++.dg/other/friend13.C | 6 +++
gcc/testsuite/g++.dg/other/friend14.C | 14 +++++++
gcc/testsuite/g++.dg/other/friend15.C | 14 +++++++
gcc/testsuite/g++.dg/other/friend8.C | 6 +++
gcc/testsuite/g++.dg/other/friend9.C | 9 +++++
gcc/testsuite/g++.dg/parse/defarg4.C | 2 +-
gcc/testsuite/g++.dg/parse/defarg8.C | 2 +
13 files changed, 170 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/friend10.C
create mode 100644 gcc/testsuite/g++.dg/other/friend11.C
create mode 100644 gcc/testsuite/g++.dg/other/friend12.C
create mode 100644 gcc/testsuite/g++.dg/other/friend13.C
create mode 100644 gcc/testsuite/g++.dg/other/friend14.C
create mode 100644 gcc/testsuite/g++.dg/other/friend15.C
create mode 100644 gcc/testsuite/g++.dg/other/friend8.C
create mode 100644 gcc/testsuite/g++.dg/other/friend9.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 clang.
from 5225b293ca [OpenCL] Restore r338899 (reverted in r338904), fixing stack [...]
new 159b66c5de [OPENMP] Mark variables captured in declare target region as [...]
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/Sema/Sema.h | 7 ++++---
lib/CodeGen/CGOpenMPRuntime.cpp | 19 ++++++++++++++++++-
lib/CodeGen/CGOpenMPRuntime.h | 6 ++++++
lib/CodeGen/CodeGenModule.cpp | 4 ++++
lib/Sema/SemaOpenMP.cpp | 23 ++++++++++++++++-------
test/OpenMP/declare_target_ast_print.cpp | 19 +++++++++++++++++++
test/OpenMP/declare_target_codegen.cpp | 19 +++++++++++++++++--
7 files changed, 84 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.