This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from 597c636 Search revisions on origin/master branch.
new effb906 Default to gcc-7-integration-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:
backflip | 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.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from a1e732b Add usage.
new 597c636 Search revisions on origin/master 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:
backflip | 6 +++---
1 file changed, 3 insertions(+), 3 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 master
in repository toolchain/backflip.
from 53e4500 Update remote checking.
new a1e732b Add usage.
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:
backflip | 63 ++++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 40 insertions(+), 23 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 master
in repository toolchain/backflip.
from a165c8f FSF branch merge helper script.
new 53e4500 Update remote checking.
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:
backflip | 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 llvm.
from 823bedeb8e2 [RegisterCoalescer] Move debug value after rematerialize tr [...]
new d84a31be444 [X86] Added TODO list for missing generic x86 instruction 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:
test/CodeGen/X86/schedule-x86_32.ll | 4 +
test/CodeGen/X86/schedule-x86_64.ll | 186 ++++++++++++++++++++++++++++++++++++
2 files changed, 190 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 63f43b8f93a [testsuite] Fix retrieval of testname
new 9fead2aba03 PR bootstrap/82916 * gimple-ssa-store-merging.c (pass_st [...]
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 | 5 ++++
gcc/gimple-ssa-store-merging.c | 7 +++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.dg/pr82916.c | 47 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/store_merging_2.c | 2 +-
5 files changed, 65 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82916.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 a9fba7123d4 [RegAlloc, SystemZ] Increase number of LOCRs by passing "ha [...]
new 823bedeb8e2 [RegisterCoalescer] Move debug value after rematerialize tr [...]
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/RegisterCoalescer.cpp | 3 ++
test/DebugInfo/MIR/X86/regcoalescer.mir | 50 +++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 test/DebugInfo/MIR/X86/regcoalescer.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 gcc.
from 04915125c51 Update copyright years
new 63f43b8f93a [testsuite] Fix retrieval of testname
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/testsuite/ChangeLog | 20 +++++++++++++++++++
gcc/testsuite/lib/scanasm.exp | 44 +++++++++++++++++++++++++++++++-----------
gcc/testsuite/lib/scandump.exp | 20 ++++++++++++++-----
3 files changed, 68 insertions(+), 16 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 cad7a316e06 [X86] Add support for combining FMADDSUB(A, B, FNEG(C))->FM [...]
new a9fba7123d4 [RegAlloc, SystemZ] Increase number of LOCRs by passing "ha [...]
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/Target/TargetRegisterInfo.h | 5 +-
lib/CodeGen/AllocationOrder.cpp | 5 +-
lib/CodeGen/AllocationOrder.h | 8 +++
lib/CodeGen/TargetRegisterInfo.cpp | 9 ++--
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 7 +--
lib/Target/ARM/ARMBaseRegisterInfo.h | 2 +-
lib/Target/SystemZ/SystemZInstrInfo.cpp | 6 +++
lib/Target/SystemZ/SystemZRegisterInfo.cpp | 81 ++++++++++++++++++++++++++++++
lib/Target/SystemZ/SystemZRegisterInfo.h | 7 +++
test/CodeGen/SystemZ/cond-move-04.mir | 75 +++++++++++++++++++++++++++
10 files changed, 193 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/SystemZ/cond-move-04.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.