This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f775d24 Fix problem with test.
new a463701 Preserve vec3 type.
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/Driver/CC1Options.td | 2 +
include/clang/Frontend/CodeGenOptions.def | 3 ++
lib/CodeGen/CGExpr.cpp | 79 ++++++++++++++++---------------
lib/CodeGen/CGExprScalar.cpp | 17 +++++--
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGenOpenCL/preserve_vec3.cl | 24 ++++++++++
6 files changed, 83 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGenOpenCL/preserve_vec3.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 release_40
in repository llvm.
from 0a5d4e4 Partial merge of r293110 into the 4.0 branch
new e7bfbb7 Merging r298551: -------------------------------------------- [...]
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/AMDGPU/AMDGPURuntimeMetadata.h | 8 ++++----
lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 5 ++---
2 files changed, 6 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 7c1642c [X86][MS-compatability]Allow named synonymous for MS-assembly [...]
new f486610 AMDGPU: Remove legacy image intrinsics
new 452506a AMDGPU: Remove legacy export intrinsic
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/Target/AMDGPU/MIMGInstructions.td | 100 ----
lib/Target/AMDGPU/SIISelLowering.cpp | 23 -
lib/Target/AMDGPU/SIIntrinsics.td | 130 -----
test/CodeGen/AMDGPU/insert_vector_elt.ll | 9 +-
test/CodeGen/AMDGPU/llvm.SI.export.ll | 237 ----------
test/CodeGen/AMDGPU/llvm.SI.gather4.ll | 525 ---------------------
test/CodeGen/AMDGPU/llvm.SI.getlod.ll | 44 --
test/CodeGen/AMDGPU/llvm.SI.image.ll | 49 --
test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll | 94 ----
test/CodeGen/AMDGPU/llvm.SI.image.sample.ll | 309 ------------
test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll | 309 ------------
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 7 +-
12 files changed, 10 insertions(+), 1826 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.export.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.gather4.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.getlod.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample.o.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 1f716a8 * config/mips/mips.c (mips_multi_add): Zero initialize the n [...]
new 48f6db3 [ARM] Fix small multiply feature
new e4b9319 PR c++/80296 * cxx-pretty-print.c (cxx_pretty [...]
new 3494d6a 2017-04-04 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 13 ++++++++++++-
gcc/config/arm/arm.c | 3 +++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/cxx-pretty-print.c | 1 +
gcc/doc/extend.texi | 2 +-
gcc/testsuite/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-80296.C | 9 +++++++++
gcc/testsuite/gcc.target/arm/small-multiply-m0-1.c | 2 +-
gcc/testsuite/gcc.target/arm/small-multiply-m0-2.c | 2 +-
gcc/testsuite/gcc.target/arm/small-multiply-m0-3.c | 2 +-
.../gcc.target/arm/small-multiply-m0plus-1.c | 2 +-
.../gcc.target/arm/small-multiply-m0plus-2.c | 2 +-
.../gcc.target/arm/small-multiply-m0plus-3.c | 2 +-
gcc/testsuite/gcc.target/arm/small-multiply-m1-1.c | 2 +-
gcc/testsuite/gcc.target/arm/small-multiply-m1-2.c | 2 +-
gcc/testsuite/gcc.target/arm/small-multiply-m1-3.c | 2 +-
16 files changed, 60 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-80296.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 4107780 [X86][Clang] Converting __mm{|256|512}_movm_epi{8|16|32|64} L [...]
new f775d24 Fix problem with test.
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/CodeGen/avx512bw-builtins.c | 8 ++++----
test/CodeGen/avx512dq-builtins.c | 8 ++++----
test/CodeGen/avx512vlbw-builtins.c | 16 ++++++++--------
test/CodeGen/avx512vldq-builtins.c | 16 ++++++++--------
4 files changed, 24 insertions(+), 24 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 82a299a 2017-03-18 Nicolas Koenig <koenigni(a)student.ethz.ch> PR f [...]
new 03719af * semantics.c (finish_template_type): Check CLASSTYPE_TEMPLA [...]
new 1f716a8 * config/mips/mips.c (mips_multi_add): Zero initialize the n [...]
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 | 7 +++++++
gcc/config/mips/mips.c | 6 +++++-
gcc/cp/ChangeLog | 4 ++++
gcc/cp/semantics.c | 1 +
gcc/testsuite/g++.dg/{cpp0x => concepts/regress}/alias-decl-42.C | 2 +-
5 files changed, 18 insertions(+), 2 deletions(-)
copy gcc/testsuite/g++.dg/{cpp0x => concepts/regress}/alias-decl-42.C (85%)
--
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-tools-extra.
from fcbeb00 [clangd] Remove private vector fields from completion test.
new e1b09d5 [clangd] Fix completion test to not depend on the standard library
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/clangd/completion.test | 36 ++++++------------------------------
1 file changed, 6 insertions(+), 30 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 binutils-2_28-branch
in repository binutils-gdb.
from bf757f6 Automatic date update in version.in
new e101f93 Allow ISA subsets to be disabled
new bb580b8 RISC-V: Avoid a const warning
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-riscv.c | 15 +++++++++++++++
2 files changed, 26 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.