This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a475876 Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECT [...]
new b483e9e Update Doxygen comment in StringSaver (NFC)
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/llvm/Support/StringSaver.h | 4 ++--
1 file changed, 2 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 libcxx.
from 5a6eaee fix misspelling in .clang-format
new 11715ba Put C++ ABI headers in a special build directory instead of t [...]
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:
cmake/Modules/HandleLibCXXABI.cmake | 14 ++++---
test/libcxx/test/config.py | 3 ++
test/support/demangle.h | 49 ++++++++++++++++++++++++
test/support/test.support/test_demangle.pass.cpp | 37 ++++++++++++++++++
4 files changed, 97 insertions(+), 6 deletions(-)
create mode 100644 test/support/demangle.h
create mode 100644 test/support/test.support/test_demangle.pass.cpp
--
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 4082093 * ChangeLog: Fix a couple of entries.
new 51e9c45 PR tree-optimization/78726 * tree-ssa-reassoc.c (make_new_s [...]
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 | 12 +++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.c-torture/execute/pr78726.c | 23 +++++++++++++++++
gcc/testsuite/gcc.dg/guality/pr78726.c | 30 ++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 37 +++++++++++++++++++++------
5 files changed, 100 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78726.c
create mode 100644 gcc/testsuite/gcc.dg/guality/pr78726.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 ff96f08 [X86] Modify patterns from memory form of RCP/RSQRT/SQRT intr [...]
new a475876 Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECT [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 36 -------------------------------
test/CodeGen/X86/known-bits-vector.ll | 12 +++++++++--
2 files changed, 10 insertions(+), 38 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.
Yvan Roux pushed a change to branch linaro-local/gcc-5-integration-branch
in repository toolchain/gcc.
from 6d140e6 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new 97023b0 gcc/ Backport from trunk r232819. 2016-01-26 Jakub Jeline [...]
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/combine.c | 15 +++++++++++----
gcc/doc/rtl.texi | 6 +++---
gcc/testsuite/gcc.dg/pr69442.c | 23 +++++++++++++++++++++++
3 files changed, 37 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69442.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 3e9ee5f [AVR] Use a more appropriate integer type for wide IN/OUT ins [...]
new ff96f08 [X86] Modify patterns from memory form of RCP/RSQRT/SQRT intr [...]
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/X86InstrSSE.td | 25 +++++++++++--------------
1 file changed, 11 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 gcc.
from 9756d61 Daily bump.
new 4082093 * ChangeLog: Fix a couple of entries.
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 | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 d5f7f744 AMDGPU: Select i16 instructions to VOP3 forms
new b2d19fd [AVX-512] Correctly preserve the passthru semantics of the FM [...]
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 | 78 +++++++++++++++++----------
lib/Target/X86/X86ISelLowering.h | 7 +++
lib/Target/X86/X86InstrAVX512.td | 47 ++++++++++-------
lib/Target/X86/X86InstrFragmentsSIMD.td | 12 +++++
lib/Target/X86/X86IntrinsicsInfo.h | 20 +++----
test/CodeGen/X86/avx512-intrinsics.ll | 94 ++++++++++++++++-----------------
test/CodeGen/X86/fma-fneg-combine.ll | 6 +--
7 files changed, 156 insertions(+), 108 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.