This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1a2b5e0 [X86] [AVX512] Minor fix in encoding of scalar EVEX instructi [...]
new 43d95ab Revert r289955 and r289962. This is causing lots of ASAN fail [...]
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/X86/X86ISelLowering.cpp | 32 ++++++++-----------------
test/CodeGen/X86/atomic-eflags-reuse.ll | 41 ---------------------------------
2 files changed, 10 insertions(+), 63 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 glibc.
from e077349 assert.h: allow gcc to detect assert(a = 1) errors
new 7051390 Add missing bug number to ChangeLog
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 | 1 +
1 file changed, 1 insertion(+)
--
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 9cbd609 [FileCheck] Fix comment in ReadCheckFile
new 06557aa [X86][SSE] Add support for combining target shuffles to SHUFPS.
new 1a2b5e0 [X86] [AVX512] Minor fix in encoding of scalar EVEX instructi [...]
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/X86/X86ISelLowering.cpp | 110 ++++++++++++++++++++++-
lib/Target/X86/X86InstrAVX512.td | 5 +-
test/CodeGen/X86/avx512-cvt.ll | 3 +-
test/CodeGen/X86/extractelement-load.ll | 2 +-
test/CodeGen/X86/lower-bitcast.ll | 2 +-
test/CodeGen/X86/merge-consecutive-loads-128.ll | 35 +++-----
test/CodeGen/X86/oddshuffles.ll | 76 ++++++++--------
test/CodeGen/X86/pr30511.ll | 2 +-
test/CodeGen/X86/vec_extract-mmx.ll | 16 ++--
test/CodeGen/X86/vec_int_to_fp.ll | 36 +++-----
test/CodeGen/X86/vector-shuffle-128-v4.ll | 20 +++--
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 8 +-
test/CodeGen/X86/vector-shuffle-mmx.ll | 6 +-
test/MC/X86/avx512-encodings.s | 36 ++++----
test/MC/X86/intel-syntax-avx512.s | 36 ++++----
15 files changed, 239 insertions(+), 154 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 c2b01da Fix a lit test issue exposed by r290056
new 7f60b40 Wdocumentation fix
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/OpenCLOptions.h | 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 ded32fb 2016-12-18 Janus Weil <janus(a)gcc.gnu.org>
new da230ae 2016-12-18 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-io.c | 50 +++++++++++++++++------------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/dtio_22.f90 | 33 +++++++++++++++++++++++
4 files changed, 68 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_22.f90
--
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 856bd6f * lra-constraints.c (process_address): Add forward declarati [...]
new ded32fb 2016-12-18 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 10 +++++++---
gcc/fortran/interface.c | 20 +++++++++++---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/dtio_21.f90 | 30 ++++++++++++++++++++++++++++++
4 files changed, 53 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_21.f90
--
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 abfa815 [X86][SSE][AVX-512] Convert FAND/FOR/FXOR/FANDN nodes to inte [...]
new 9cbd609 [FileCheck] Fix comment in ReadCheckFile
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/FileCheck/FileCheck.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 glibc.
from 009ba64 Link benchset tests against libsupport
new e077349 assert.h: allow gcc to detect assert(a = 1) errors
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 | 8 ++++++++
assert/assert.h | 21 +++++++++++++++++----
2 files changed, 25 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 gcc.
from 648acf3 Daily bump.
new 856bd6f * lra-constraints.c (process_address): Add forward declarati [...]
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 | 8 ++++++++
gcc/lra-constraints.c | 36 +++++++++++++++++++++++-------------
2 files changed, 31 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.