This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5436744 [SelectionDAG] Make SelectionDAG aware of the known bits in U [...]
new ad31712 Add llvm::sys::fs::real_path.
new 9ae6227 Fix test failure when Home directory cannot be found.
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/Support/FileSystem.h | 10 ++++
lib/Support/Unix/Path.inc | 64 ++++++++++++++++++++-
lib/Support/Windows/Path.inc | 113 +++++++++++++++++++++++++++++++++-----
unittests/Support/Path.cpp | 35 ++++++++++++
4 files changed, 206 insertions(+), 16 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 9c0163b gcc: 2017-03-10 Will Schmidt <will_schmidt(a)vnet.ibm.com>
new 12ac128 PR c++/79960 - alias templates and partial ordering
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 | 8 ++++++++
gcc/cp/cp-tree.h | 4 ++--
gcc/cp/pt.c | 26 +++++++++++++++++++-------
gcc/testsuite/g++.dg/cpp0x/alias-decl-57.C | 30 ++++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-57.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 a29d680 [SelectionDAG] Make SelectionDAG aware of the known bits in U [...]
new f4e8e99 [X86][MMX] Add tests showing missed opportunities to use MMX [...]
new 5436744 [SelectionDAG] Make SelectionDAG aware of the known bits in U [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 17 +++++--
test/CodeGen/X86/known-bits.ll | 8 ++--
test/CodeGen/X86/mmx-cvt.ll | 77 ++++++++++++++++++++++++++++++-
3 files changed, 93 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 openmp.
from bff1acc Fix GNU strerror_r check for Android.
new b61de7c Fix assertion failure when 'proclist' is used without 'explic [...]
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:
runtime/src/kmp_settings.cpp | 7 +++++--
1 file changed, 5 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 llvm.
from 5f07c22 [X86][MMX] Updated bad stack spill shift value test to actual [...]
new 6d0254e [X86][MMX] Add tests showing missed opportunities to use MMX [...]
new a29d680 [SelectionDAG] Make SelectionDAG aware of the known bits in U [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 50 ++++--
test/CodeGen/X86/known-bits.ll | 6 +-
test/CodeGen/X86/mmx-cvt.ll | 255 ++++++++++++++++++++++++++++++
3 files changed, 295 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/X86/mmx-cvt.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 llvm.
from 585605a [X86][MMX] Regenerate mmx bitcast tests
new 5f07c22 [X86][MMX] Updated bad stack spill shift value test to actual [...]
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/X86/mmx-fold-load.ll | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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 binutils-gdb.
from 8b1e5da Document that the .2byte and .4byte directives warn about ove [...]
new 7b5d482 Make objdump's --wide command line option affect its output 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:
binutils/ChangeLog | 5 +++++
binutils/objdump.c | 2 +-
2 files changed, 6 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 gcc.
from 91158b2 PR c++/79967 * decl.c (grokdeclarator): Check ATTRLIST befo [...]
new 9c0163b gcc: 2017-03-10 Will Schmidt <will_schmidt(a)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 | 7 +++
gcc/config/rs6000/rs6000.c | 4 ++
gcc/testsuite/ChangeLog | 7 +++
.../gcc.target/powerpc/fold-vec-mule-char.c | 38 ++++++++++++++
.../gcc.target/powerpc/fold-vec-mule-misc.c | 61 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-mule-short.c | 37 +++++++++++++
6 files changed, 154 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mule-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mule-misc.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mule-short.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 68540a2 [X86][MMX] Add test showing bad stack spill of shift value
new 585605a [X86][MMX] Regenerate mmx bitcast 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/X86/bitcast-mmx.ll | 122 +++++++++++++++++++++++++++++-----------
1 file changed, 89 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.