This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2bb577d [CUDA] Fix order of vectorized ldg intrinsics' elements.
new 7ad5fba [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an alig [...]
new 7faf806 [X86][SSE] Added missing tests (merge failure)
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/Headers/emmintrin.h | 17 ++++++++++-------
lib/Headers/xmmintrin.h | 14 +++++++-------
test/CodeGen/sse-builtins.c | 6 ++----
test/CodeGen/sse2-builtins.c | 12 +++++++++---
4 files changed, 28 insertions(+), 21 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 6f3c9ee Add profiling support for IVOPTS
new b96f814 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation. [...]
new a2e4436 * tree-cfg.c (print_loop): Print likely upper bounds.
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 | 13 +++++++++
gcc/doc/invoke.texi | 10 ++++---
gcc/opts.c | 1 +
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/tree-ssa/peel1.c | 11 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61743-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr61743-2.c | 2 +-
gcc/tree-cfg.c | 5 ++++
gcc/tree-ssa-loop-ivcanon.c | 44 ++++++++++++++++++++++---------
9 files changed, 75 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/peel1.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 791826b test: add explicit targets for some tests
new 53a7353 [X86] Replace unaligned store builtins in SSE/AVX intrinsic f [...]
new 2bb577d [CUDA] Fix order of vectorized ldg intrinsics' elements.
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/clang/Basic/BuiltinsX86.def | 6 ----
lib/Headers/__clang_cuda_intrinsics.h | 56 +++++++++++++++++------------------
lib/Headers/avxintrin.h | 27 +++++++++++------
lib/Headers/emmintrin.h | 10 +++++--
lib/Headers/xmmintrin.h | 5 +++-
test/CodeGen/avx-builtins.c | 21 +++++++------
test/CodeGen/builtins-x86.c | 6 ----
test/CodeGen/sse-builtins.c | 9 ++++--
test/CodeGen/sse2-builtins.c | 6 ++--
9 files changed, 80 insertions(+), 66 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-6-branch
in repository gcc.
from 393c81e backport "Fix pr69067.c testcase"
new 3bee6fe [gcc]
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 | 50 +++++
gcc/config/rs6000/altivec.h | 4 +-
gcc/config/rs6000/rs6000-builtin.def | 14 ++
gcc/config/rs6000/rs6000-c.c | 92 +++++++++
gcc/config/rs6000/rs6000.c | 119 ++++++++++++
gcc/config/rs6000/rs6000.h | 3 +
gcc/config/rs6000/vsx.md | 134 +++++++++++++
gcc/doc/extend.texi | 50 ++++-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c | 143 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 234 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c | 142 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 228 ++++++++++++++++++++++
13 files changed, 1219 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.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 glibc.
from 3e040a2 posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)
new 94d211c Add more hurd exception to local headers list
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:
ChangeLog | 6 ++++++
scripts/check-local-headers.sh | 2 +-
2 files changed, 7 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 binutils-gdb.
from 825c8ef Add tests for 64bit values in trace-condition.exp
new 40d85a7 gold/s390: Fix compilation on gcc 4.4
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:
gold/ChangeLog | 16 +++++
gold/s390.cc | 212 +++++++++++++++++++++++++++++++++++++++------------------
2 files changed, 162 insertions(+), 66 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 e7cbdab [BPF] Remove exit-on-error from tests (PR27768, PR27769)
new f43e7e4 [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text.
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:
docs/tutorial/BuildingAJIT5.rst | 55 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 docs/tutorial/BuildingAJIT5.rst
--
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 binutils-gdb.
from e385593 PR 15231: import bare DW_TAG_lexical_block
new 7faeb45 Add counter-cases for trace-condition.exp tests
new 0d33646 Move trace conditions tests from ftrace.exp to trace-condition.exp
new a781823 Add emit_less_unsigned test in trace-condition.exp
new 2320162 Add variable length tests for emit_ref in trace-condition.exp
new 825c8ef Add tests for 64bit values in trace-condition.exp
The 5 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:
gdb/testsuite/ChangeLog | 25 +++++
gdb/testsuite/gdb.trace/ftrace.exp | 74 --------------
gdb/testsuite/gdb.trace/trace-condition.c | 8 +-
gdb/testsuite/gdb.trace/trace-condition.exp | 149 +++++++++++++++++++++++++++-
4 files changed, 177 insertions(+), 79 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 0c2312f CodeGen: tweak CFConstantStrings for COFF and ELF
new 791826b test: add explicit targets for some tests
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/CFStrings.c | 2 ++
test/CodeGen/cfstring.c | 6 ++++--
test/CodeGenObjC/2009-08-05-utf16.m | 4 +++-
test/CodeGenObjC/constant-strings.m | 8 +++++---
4 files changed, 14 insertions(+), 6 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 c33ca9e [ASTMatchers] Add support of hasCondition for SwitchStmt.
new 0c2312f CodeGen: tweak CFConstantStrings for COFF and ELF
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/CodeGenModule.cpp | 51 ++++++++++++++++++++++++++-----------------
test/CodeGen/CFStrings.c | 49 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/CFStrings.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.