This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6c45065 2016-05-10 Matthias Klose <doko(a)ubuntu.com>
new a5f7e14 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit [...]
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 | 6 +++
gcc/config/i386/i386.c | 120 +++++++++++++++++++------------------------------
2 files changed, 52 insertions(+), 74 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 1870897 gcc/
new d12e82d Backported from mainline 2016-05-03 Jakub Jelinek <jakub@ [...]
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 | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/compile/pr70916.c | 28 +++++++++++++++++++++++++++
gcc/tree-vect-patterns.c | 4 +++-
4 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70916.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 3c0f002 [ScheduleDAG] Make sure to process all def operands before an [...]
new d91145c [X86][AVX512] Added another masked shuffle combine from load test
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/X86/vector-shuffle-combining-avx512bw.ll | 13 +++++++++++++
1 file changed, 13 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 88e0932 Update my email address.
new 9100579 [PR27599] [SystemZ] [SelectionDAG] Fix extension of atomic cm [...]
new 3c0f002 [ScheduleDAG] Make sure to process all def operands before an [...]
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/Target/TargetLowering.h | 7 +--
lib/CodeGen/ScheduleDAGInstrs.cpp | 33 +++++++++----
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 21 +++++++--
lib/Target/Mips/MipsISelLowering.h | 4 +-
lib/Target/SystemZ/SystemZISelLowering.h | 4 ++
test/CodeGen/Hexagon/callr-dep-edge.ll | 20 ++++++++
test/CodeGen/SystemZ/cmpxchg-05.ll | 81 ++++++++++++++++++++++++++++++++
7 files changed, 153 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/Hexagon/callr-dep-edge.ll
create mode 100644 test/CodeGen/SystemZ/cmpxchg-05.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 a44ed58 gcc/
new 6c45065 2016-05-10 Matthias Klose <doko(a)ubuntu.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:
libcilkrts/ChangeLog | 5 +
libcilkrts/configure | 3340 ++++++++++++++++++++++++-----------------------
libcilkrts/configure.ac | 6 +-
3 files changed, 1744 insertions(+), 1607 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 86f93f6 [X86][AVX] Added some shuffle combine from load tests
new 88e0932 Update my email address.
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:
CODE_OWNERS.TXT | 2 +-
CREDITS.TXT | 2 +-
2 files 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 4e69be0 Generate code coverage for experimental libraries
new 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental.
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/HandleLibcxxFlags.cmake | 5 +++++
lib/CMakeLists.txt | 8 +++++++-
2 files changed, 12 insertions(+), 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 lld.
from 40d8656 [ELF] - Implemented -z combrelocs/nocombreloc.
new 9941eca Fix typo.
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/Target.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 gcc.
from d6c90d8 DWARF: fix stack usage assessment for DW_OP_neg
new c1f7304 gcc/
new a44ed58 gcc/
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 | 16 +++++++
gcc/config/i386/i386.c | 70 ++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 10 +++++
gcc/testsuite/gcc.target/i386/pr70799-1.c | 41 ++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr70877.c | 14 +++++++
gcc/tree-chkp.c | 15 ++++++-
6 files changed, 158 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70799-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70877.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.