This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ccf6aaba910 [PowerPC] Don't crash on larger splats achieved through 1-b [...]
new f8695069552 [RISCV] Add basic RISCVAsmParser
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/RISCV/CMakeLists.txt | 2 ++
lib/Target/RISCV/LLVMBuild.txt | 3 ++-
lib/Target/RISCV/RISCV.td | 5 +++++
lib/Target/RISCV/RISCVInstrInfo.td | 11 ++++++++++-
4 files changed, 19 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 7dd032a359 [OPENMP][DEBUG] Set proper address space info if required by [...]
new ee21c4d6a6 [OpenMP] OpenMP device offloading code generation produces a [...]
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/Driver/Driver.cpp | 4 +-
lib/Driver/ToolChains/Clang.cpp | 8 ++-
lib/Driver/ToolChains/CommonArgs.cpp | 125 +++++++++++++++++++++++++++++++++++
lib/Driver/ToolChains/CommonArgs.h | 7 ++
lib/Driver/ToolChains/Cuda.cpp | 91 ++++++++++++++++++++++++-
lib/Driver/ToolChains/Cuda.h | 20 +++++-
lib/Driver/ToolChains/Gnu.cpp | 125 -----------------------------------
test/Driver/openmp-offload.c | 38 +++++++++++
8 files changed, 286 insertions(+), 132 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 b698b1923f [libclang] Fix PR34055 (incompatible update of clang-c/Index.h)
new 7dd032a359 [OPENMP][DEBUG] Set proper address space info if required by [...]
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/Attr.td | 8 ++
include/clang/Sema/Sema.h | 5 ++
lib/CodeGen/CGOpenMPRuntime.h | 26 ++++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 78 ++++++++++++++++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 ++++++
lib/CodeGen/CGStmtOpenMP.cpp | 57 ++++++++++---
lib/Sema/SemaExpr.cpp | 2 +
lib/Sema/SemaOpenMP.cpp | 33 ++++++++
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 70 ++++++++--------
test/OpenMP/target_parallel_debug_codegen.cpp | 97 +++++++++++++++++++++++
10 files changed, 352 insertions(+), 49 deletions(-)
create mode 100644 test/OpenMP/target_parallel_debug_codegen.cpp
--
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 1775aeb055 Darwin's toolchain should be initialized before openmp offlo [...]
new b698b1923f [libclang] Fix PR34055 (incompatible update of clang-c/Index.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:
include/clang-c/Index.h | 2 ++
1 file changed, 2 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 gcc.
from d9d04b2f264 2017-08-08 Tamar Christina <tamar.christina(a)arm.com>
new 364bc5b93b7 * doc/invoke.texi: Document -ftree-loop-distribution for O [...]
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 | 5 +++++
gcc/doc/invoke.texi | 21 ++++++++++++++-------
gcc/opts.c | 1 +
3 files changed, 20 insertions(+), 7 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 0e484a9fbc1 [globalisel][tablegen] Remove unnecessary ; to satisfy ubun [...]
new ccf6aaba910 [PowerPC] Don't crash on larger splats achieved through 1-b [...]
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/PPCISelLowering.cpp | 9 +++++++++
test/CodeGen/PowerPC/splat-larger-types-as-v16i8.ll | 20 ++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 test/CodeGen/PowerPC/splat-larger-types-as-v16i8.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 gcc-7-branch
in repository gcc.
from 31ad71c82af Daily bump.
new 88716f26ba6 2017-08-08 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/function.c | 21 ++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81766.c | 5 +++++
4 files changed, 27 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81766.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 b5087f140c2 Appease compilers that have the -Wcovered-switch-default switch.
new 0e484a9fbc1 [globalisel][tablegen] Remove unnecessary ; to satisfy ubun [...]
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:
utils/TableGen/GlobalISelEmitter.cpp | 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 gcc.
from 17290789a21 [gcc]
new eb7280465df 2017-08-08 Tamar Christina <tamar.christina(a)arm.com> [...]
new d9d04b2f264 2017-08-08 Tamar Christina <tamar.christina(a)arm.com>
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 | 19 +++++
gcc/config/aarch64/aarch64-simd.md | 29 +++++++
gcc/config/aarch64/aarch64.md | 36 +++++++++
gcc/internal-fn.def | 1 +
gcc/optabs.def | 1 +
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/aarch64/vect-xorsign_exec.c | 58 ++++++++++++++
gcc/testsuite/gcc.target/aarch64/xorsign.c | 86 +++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/xorsign_exec.c | 26 +++++++
gcc/tree-ssa-math-opts.c | 88 ++++++++++++++++++++++
10 files changed, 350 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-xorsign_exec.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/xorsign.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/xorsign_exec.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 hjl/pr81769/gcc-7-branch
in repository gcc.
at 84c15484b46 i386: Avoid stack realignment if possible
This branch includes the following new commits:
new 24a5d4e19f4 i386: Don't use frame pointer without stack access
new 6187394b012 x86: Use DRAP only if there are outgoing arguments on stack
new 84c15484b46 i386: Avoid stack realignment if possible
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.