This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 846003a [X86] Generalize CVTTPD2DQ/CVTTPD2UDQ and CVTDQ2PD/CVTUDQ2PD [...]
new eef324f [AVR] Mark the 'select-must-add-unconditional-jump' test as 'XFAIL'
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/AVR/select-must-add-unconditional-jump.ll | 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 clang.
from 1bdc217 [ASTDumper] Add some more character escapes for convenience.
new 785e7d6 [PPC] support for arithmetic builtins in the FE
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/Headers/altivec.h | 177 ++++++++++++++++++++++++++++++++++-
test/CodeGen/builtins-ppc-altivec.c | 79 ++++++++++++++++
test/CodeGen/builtins-ppc-p8vector.c | 80 ++++++++++++++--
test/CodeGen/builtins-ppc-quadword.c | 33 ++++++-
test/CodeGen/builtins-ppc-vsx.c | 20 ++++
5 files changed, 380 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 gcc.
from 0ee3060 PR rtl-optimization/78120 * rtlanal.c (insn_rtx_cost): Use [...]
new 8c4ae28 PR rtl-optimization/78120 * ifcvt.c (noce_conversion_profit [...]
new 7465dbc 2016-11-24 Richard Biener <rguenther(a)suse.de>
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 | 19 +++++++++++++++++++
gcc/cfgloopmanip.c | 24 ++++++++++++++----------
gcc/cfgloopmanip.h | 2 +-
gcc/ifcvt.c | 31 +++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/torture/pr71595.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr78120.c | 28 ++++++++++++++++++++++++++++
gcc/tree-ssa-loop-ivcanon.c | 4 ++--
8 files changed, 116 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71595.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78120.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 3cd5f5b [CommandLine] Remove redundant initializers for StringRef members
new 846003a [X86] Generalize CVTTPD2DQ/CVTTPD2UDQ and CVTDQ2PD/CVTUDQ2PD [...]
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 | 16 ++++++++--------
lib/Target/X86/X86ISelLowering.h | 11 ++++-------
lib/Target/X86/X86InstrAVX512.td | 26 +++++++++++++-------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 25 ++++++++++++-------------
lib/Target/X86/X86InstrSSE.td | 24 ++++++++++++------------
lib/Target/X86/X86IntrinsicsInfo.h | 10 +++++-----
6 files changed, 54 insertions(+), 58 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 03782e9 Add sem_item::m_hash_set (PR ipa/78309)
new 4a02bd4 PR middle-end/78429 * tree.h (wi::fits_to_boolean_p): New p [...]
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 | 4 ++++
gcc/testsuite/gcc.c-torture/compile/20161124-1.c | 22 ++++++++++++++++++++++
gcc/tree.c | 6 +++---
gcc/tree.h | 18 ++++++++++++++----
5 files changed, 50 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/20161124-1.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 gcc.
from c424a93 PR middle-end/78429 * tree.h (wi::fits_to_boolean_p): New p [...]
new 70241e8 * match.pd: Refine type conversion in result expr for below [...]
new f4c1348 PR rtl-optimization/78120 * config/i386/i386.c (ix86_rtx_co [...]
new 0ee3060 PR rtl-optimization/78120 * rtlanal.c (insn_rtx_cost): Use [...]
The 3 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/config/i386/i386.c | 19 ++++++++++++++++++-
gcc/match.pd | 7 ++++---
gcc/rtlanal.c | 2 +-
4 files changed, 36 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 gcc.
from 894f7f2 cp_parser_range_for: use safe_push instead of quick_push (PR
new c424a93 PR middle-end/78429 * tree.h (wi::fits_to_boolean_p): New p [...]
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 | 4 ++++
gcc/testsuite/gcc.c-torture/compile/20161124-1.c | 22 ++++++++++++++++++++++
gcc/tree.c | 6 +++---
gcc/tree.h | 18 ++++++++++++++----
5 files changed, 50 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/20161124-1.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 lld.
from 8e6e936 [ELF] - Removed unused method. NFC.
new 5313f87 [ELF] Add terminating sentinel .ARM.exidx table entry
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:
ELF/OutputSections.cpp | 4 ++++
ELF/SyntheticSections.cpp | 25 +++++++++++++++++++++++++
ELF/SyntheticSections.h | 7 +++++++
ELF/Writer.cpp | 4 ++++
test/ELF/arm-data-prel.s | 8 ++++----
test/ELF/arm-exidx-canunwind.s | 16 +++++++++-------
test/ELF/arm-exidx-gc.s | 10 ++++++----
test/ELF/arm-exidx-order.s | 26 +++++++++++++-------------
test/ELF/arm-exidx-sentinel-norelocatable.s | 17 +++++++++++++++++
test/ELF/arm-exidx-sentinel-orphan.s | 23 +++++++++++++++++++++++
test/ELF/arm-exidx-shared.s | 4 ++--
test/ELF/arm-static-defines.s | 2 +-
test/ELF/arm-target2.s | 16 ++++++++--------
13 files changed, 123 insertions(+), 39 deletions(-)
create mode 100644 test/ELF/arm-exidx-sentinel-norelocatable.s
create mode 100644 test/ELF/arm-exidx-sentinel-orphan.s
--
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 lldb.
from 8229524 Introduce chrono to more gdb-remote functions
new 33785b1 Attempt to fix freebsd build after r287864
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:
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h | 13 ++++++++-----
unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 5 ++---
2 files changed, 10 insertions(+), 8 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 libcxx.
from 01b9f8a Protect tests for std::uninitialized_{copy,fill} under libcpp [...]
new d3584d5 Reverting wrong diff
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/std/strings/basic.string/string.capacity/capacity.pass.cpp | 7 +------
.../basic.string/string.ops/string_substr/substr.pass.cpp | 9 +--------
2 files changed, 2 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.