This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4e5abdf67c5 [MachineBlockPlacment] Add an assert to ensure there is no [...]
new 0b09474fe1a [SLPVectorizer] Pass the right type argument to getCmpSelI [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 2 ++
.../SLPVectorizer/SystemZ/SLP-cmp-cost-query.ll | 36 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/SystemZ/SLP-cmp-cost-query.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 d592b7eb01d 2017-04-12 Richard Biener <rguenther(a)suse.de>
new 1bcbd566cc9 2017-04-12 Richard Biener <rguenther(a)suse.de> Jeff Law [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr80359.c | 12 ++++++++++++
gcc/tree-ssa-dse.c | 3 ++-
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80359.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 gcc-6-branch
in repository gcc.
from 2ac087bc3e5 Daily bump.
new 5d405c2ac21 2017-04-12 Bill Schmidt <wschmidt(a)linux.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 | 16 ++++++++++++++++
gcc/config/rs6000/rs6000.c | 27 ++++++++++++++++-----------
gcc/doc/extend.texi | 21 +++++++++++----------
3 files changed, 43 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 gcc-5-branch
in repository gcc.
from 152d0caa190 Daily bump.
new 415fd606f46 2017-04-12 Bill Schmidt <wschmidt(a)linux.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 | 16 ++++++++++++++++
gcc/config/rs6000/rs6000.c | 27 ++++++++++++++++-----------
gcc/doc/extend.texi | 21 +++++++++++----------
3 files changed, 43 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 llvm.
from 16b23e95d58 [LoopVectorizer] Improve handling of branches during cost [...]
new 2b37175e41f [MachineBlockPlacement] Clean up data structures a bit.
new 4e5abdf67c5 [MachineBlockPlacment] Add an assert to ensure there is no [...]
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/MachineBlockPlacement.cpp | 48 +++++++++++++++++------------------
1 file 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 llvm.
from e353fb8d83b [GlobalIsel][X86] support G_CONSTANT selection.
new 16b23e95d58 [LoopVectorizer] Improve handling of branches during cost [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 33 ++++++++++++++++++-
.../SystemZ/branch-for-predicated-block.ll | 38 ++++++++++++++++++++++
2 files changed, 70 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/SystemZ/branch-for-predicated-block.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 binutils-gdb.
from 53375380e9 Teach GDB that wchar_t is a built-in type in C++ mode
new e9bb3fbbe8 Remove unnecessary set_gdbarch_gnu_triplet_regexp calls
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 | 5 +++++
gdb/i386-tdep.c | 4 ----
2 files changed, 5 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 llvm.
from 43d439da886 [LoopVectorizer, TTI] New method supportsEfficientVectorEl [...]
new e353fb8d83b [GlobalIsel][X86] support G_CONSTANT selection.
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/X86InstructionSelector.cpp | 53 +++++++-
test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 27 ++++
test/CodeGen/X86/GlobalISel/constant.ll | 54 ++++++++
test/CodeGen/X86/GlobalISel/select-constant.mir | 143 ++++++++++++++++++++++
4 files changed, 276 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/GlobalISel/constant.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-constant.mir
--
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 5e0e042213 Fix Changelog for ab0538b875c054468aa205d8d36550d1223a3bfd
new 53e710acd2 Fix PR c++/21323: GDB thinks char16_t and char32_t are signe [...]
new 53375380e9 Teach GDB that wchar_t is a built-in type in C++ mode
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:
gdb/ChangeLog | 41 +++++
gdb/aarch64-tdep.c | 2 +
gdb/alpha-tdep.c | 2 +
gdb/arm-tdep.c | 7 +
gdb/avr-tdep.c | 3 +
gdb/c-lang.c | 9 +
gdb/dwarf2read.c | 19 ++-
gdb/gdbarch.c | 48 ++++++
gdb/gdbarch.h | 11 ++
gdb/gdbarch.sh | 6 +
gdb/gdbtypes.c | 8 +-
gdb/gdbtypes.h | 1 +
gdb/h8300-tdep.c | 4 +
gdb/i386-nto-tdep.c | 3 +
gdb/i386-tdep.c | 3 +
gdb/m32r-tdep.c | 3 +
gdb/moxie-tdep.c | 3 +
gdb/nds32-tdep.c | 3 +
gdb/rs6000-aix-tdep.c | 5 +
gdb/sh-tdep.c | 4 +
gdb/sparc-tdep.c | 3 +
gdb/sparc64-tdep.c | 3 +
gdb/testsuite/ChangeLog | 15 ++
.../formdata16.c => gdb.cp/wide_char_types.c} | 10 +-
gdb/testsuite/gdb.cp/wide_char_types.exp | 181 +++++++++++++++++++++
gdb/windows-tdep.c | 3 +
gdb/xstormy16-tdep.c | 3 +
gdb/xtensa-tdep.c | 3 +
28 files changed, 399 insertions(+), 7 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/formdata16.c => gdb.cp/wide_char_types.c} (87%)
create mode 100644 gdb/testsuite/gdb.cp/wide_char_types.exp
--
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 2778098e176 [SystemZ] Updated test fp-cast.ll
new fcce15e3902 [AMDGPU][MC] Corrected src0 size for s_cbranch_join
new 43d439da886 [LoopVectorizer, TTI] New method supportsEfficientVectorEl [...]
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/Analysis/TargetTransformInfo.h | 10 +++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++
lib/Analysis/TargetTransformInfo.cpp | 4 +++
lib/Target/AMDGPU/SOPInstructions.td | 8 +++++-
lib/Target/SystemZ/SystemZTargetTransformInfo.h | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 8 ++++--
test/MC/AMDGPU/sop1.s | 14 +++++++--
test/MC/Disassembler/AMDGPU/sop1_vi.txt | 2 +-
.../SystemZ/load-store-scalarization-cost.ll | 33 ++++++++++++++++++++++
9 files changed, 75 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/SystemZ/load-store-scalarization-cost.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.