This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1c34b14 2017-02-20 Paul Thomas <pault(a)gcc.gnu.org>
new 3126ef4 PR middle-end/79537 * gimplify.c (gimplify_expr): Handle un [...]
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/gimplify.c | 7 +++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/comp-goto-4.c | 21 +++++++++++++++++++++
4 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/comp-goto-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 clang.
from c36816c clang-format: Prevent weird line-wraps in complex lambda introducers
new be0c4cf clang-format: [JS] Improve line-wrapping behavior of template [...]
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/Format/ContinuationIndenter.cpp | 16 +++++++++--
lib/Format/FormatToken.h | 4 +++
lib/Format/TokenAnnotator.cpp | 7 +++--
unittests/Format/FormatTestJS.cpp | 56 +++++++++++++------------------------
4 files changed, 42 insertions(+), 41 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 96269a3 [globalisel] Separate the SelectionDAG importer from the emit [...]
new 3ef378f [ARM] GlobalISel: Don't select atomic loads
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/ARM/ARMInstructionSelector.cpp | 6 ++++++
1 file changed, 6 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 llvm.
from 05a06cb [X86] Fix EXTRACT_VECTOR_ELT with variable index from v32i16 [...]
new 96269a3 [globalisel] Separate the SelectionDAG importer from the emit [...]
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 | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 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 c48cfed PE ld -r script fixes
new 43a444f Fix another memory access error in readelf when parsing a cor [...]
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 | 10 ++++++++++
binutils/dwarf.c | 34 ++++++++++++++++++++--------------
2 files changed, 30 insertions(+), 14 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 b0f1c39 [SLP] Additional test for vectorization of cal/invoke args ve [...]
new 05a06cb [X86] Fix EXTRACT_VECTOR_ELT with variable index from v32i16 [...]
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 | 47 ++-
lib/Target/X86/X86ISelLowering.h | 3 +-
lib/Target/X86/X86InstrAVX512.td | 13 -
lib/Target/X86/X86InstrFragmentsSIMD.td | 3 -
lib/Target/X86/X86InstrSSE.td | 13 -
test/CodeGen/X86/avx512-insert-extract.ll | 526 +++++++++++++++++++-----
test/CodeGen/X86/extractelement-index.ll | 34 +-
test/CodeGen/X86/vector-shuffle-variable-256.ll | 101 ++---
8 files changed, 512 insertions(+), 228 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 b832fc0 PR target/79568 * config/i386/i386.c (ix86_expand_builtin): [...]
new 1c34b14 2017-02-20 Paul Thomas <pault(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 | 12 ++++++++++++
gcc/fortran/interface.c | 4 ++--
2 files changed, 14 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 77db6c2 start-container-none.sh, start-container-schroot.sh: Update c [...]
new 2cc52a0 start-container-none.sh: Fix arch for x86_64.
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:
start-container-none.sh | 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 binutils-gdb.
from 1b076f2 Fix thinko on last commit
new c48cfed PE ld -r script fixes
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:
ld/ChangeLog | 6 ++++++
ld/scripttempl/pe.sc | 19 ++++++++++++-------
ld/scripttempl/pep.sc | 21 +++++++++++++--------
3 files changed, 31 insertions(+), 15 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 9c7e3b0 Sync ZLIB with FSF GCC sources, bringing in version 1.2.11.
new 1b076f2 Fix thinko on last commit
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:
gdb/ChangeLog | 6 ++++++
gdb/fork-child.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.