This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e0573431410 PR bootstrap/84405 * system.h (BROKEN_VALUE_INITIALIZATIO [...]
new 96d5b1a30de PR target/84272 * config/aarch64/cortex-a57-fma-steering. [...]
new b7942f6933d Remove CLWB from Cannonlake. gcc/ * config/i386/i386.c (ix [...]
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 | 12 ++++++++++
gcc/config/aarch64/cortex-a57-fma-steering.c | 35 ++++++++++++++--------------
gcc/config/i386/i386.c | 5 ++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/opt/pr84272.C | 23 ++++++++++++++++++
5 files changed, 59 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr84272.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 11b0e47b5b7 [ThinLTO] Import global variables
new ca353f0f9c1 [ARM] Materialise some boolean values to avoid a branch
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/ARMISelLowering.cpp | 99 ++++-
test/CodeGen/ARM/and-load-combine.ll | 705 ++++++++++++++++++-----------------
test/CodeGen/ARM/atomic-cmpxchg.ll | 31 +-
test/CodeGen/ARM/cmn.ll | 8 +-
test/CodeGen/ARM/cmp.ll | 89 ++---
test/CodeGen/ARM/cmpxchg-O0.ll | 22 +-
test/CodeGen/ARM/fp16-promote.ll | 6 +-
test/CodeGen/ARM/long-setcc.ll | 5 +-
test/CodeGen/ARM/select-imm.ll | 186 ++++-----
test/CodeGen/ARM/setcc-logic.ll | 12 +-
test/CodeGen/Thumb/branchless-cmp.ll | 140 +++----
test/CodeGen/Thumb/constants.ll | 17 +
test/CodeGen/Thumb/long-setcc.ll | 8 +-
test/CodeGen/Thumb2/float-cmp.ll | 19 +-
test/CodeGen/Thumb2/thumb2-cmn.ll | 40 +-
test/CodeGen/Thumb2/thumb2-cmn2.ll | 20 +-
test/CodeGen/Thumb2/thumb2-cmp.ll | 25 +-
test/CodeGen/Thumb2/thumb2-teq.ll | 79 +++-
test/CodeGen/Thumb2/thumb2-teq2.ll | 30 +-
test/CodeGen/Thumb2/thumb2-tst.ll | 81 +++-
test/CodeGen/Thumb2/thumb2-tst2.ll | 30 +-
21 files changed, 929 insertions(+), 723 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 lldb.
from 53af8a94f @skipIfRemote TestTargetXMLArch
new c9573c768 [dosep] Run tests in a more parallel fashion
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:
packages/Python/lldbsuite/test/dosep.py | 97 +++++++++++++-----------------
packages/Python/lldbsuite/test/lldbtest.py | 15 +++--
2 files changed, 51 insertions(+), 61 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 62e40fb514b PR rtl-optimization/81443 * rtlanal.c (num_sign_bit_copie [...]
new d686eece5bd PR rtl-optimization/83723 * lra-int.h (lra_substitute_pse [...]
new e0573431410 PR bootstrap/84405 * system.h (BROKEN_VALUE_INITIALIZATIO [...]
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/hash-table.h | 4 ++++
gcc/lra-constraints.c | 6 ++++--
gcc/lra-int.h | 2 +-
gcc/lra.c | 24 +++++++++++++++---------
gcc/system.h | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83723.c | 20 ++++++++++++++++++++
gcc/vec.h | 4 ++++
9 files changed, 78 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83723.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 glibc.
from db9881ecd7 Document use of CC and CFLAGS in more detail (bug 20980, bug [...]
new 8724507385 Add runtime check if mutex will be elided in tst-mutex8 testcases.
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:
ChangeLog | 6 +++
nptl/Makefile | 4 --
nptl/tst-mutex8.c | 126 +++++++++++++++++++++++++++++++++++-------------------
3 files changed, 89 insertions(+), 47 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 clang.
from 510b41969e [Coverage] Handle break/continue outside of loop bodies
new 2867bd1baa [Sema] Take into account the current context when checking 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:
lib/Sema/SemaAccess.cpp | 5 +++++
test/SemaCXX/access.cpp | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 40 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 gcc.
from 97744494766 2018-02-16 Richard Biener <rguenther(a)suse.de>
new 62e40fb514b PR rtl-optimization/81443 * rtlanal.c (num_sign_bit_copie [...]
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/rtlanal.c | 2 +-
2 files changed, 7 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 llvm.
from 05d8e598f19 [X86] Allow CMOVs of constants to be sign extended from i32.
new 11b0e47b5b7 [ThinLTO] Import global variables
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/Linker/IRMover.cpp | 12 +--
lib/Transforms/IPO/FunctionImport.cpp | 96 +++++++++++++++++++---
...rsonality-local.ll => globals-import-cf-baz.ll} | 4 +-
test/ThinLTO/X86/globals-import-const-fold.ll | 23 ++++++
test/Transforms/FunctionImport/funcimport.ll | 13 ++-
5 files changed, 123 insertions(+), 25 deletions(-)
copy test/ThinLTO/X86/Inputs/{personality-local.ll => globals-import-cf-baz.ll} (66%)
create mode 100644 test/ThinLTO/X86/globals-import-const-fold.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 606f008bed9 2018-02-16 Richard Biener <rguenther(a)suse.de>
new 97744494766 2018-02-16 Richard Biener <rguenther(a)suse.de>
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/graphite-scop-detection.c | 18 +++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr84399.c | 23 +++++++++++++++++++++++
4 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr84399.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.