This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a2a433084a8 2017-08-22 Yvan Roux <yvan.roux(a)linaro.org>
new c51c2e31ec5 2017-08-22 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 | 5 +++++
gcc/tree-inline.c | 13 ++++++++++---
2 files changed, 15 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.
unknown user pushed a change to branch master
in repository llvm.
from c2330d0540c [SelectionDAG] Add getNode debug messages
new 0dfee36a630 [ARM] Call setBooleanContents(ZeroOrOneBooleanContent)
new f09cdf90c0c [ARM] Avoid creating duplicate ANDs in SelectionDAG
new abb321130e6 [ARM][AArch64] v8.3-A Javascript Conversion
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:
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 13 ++-
lib/Target/AArch64/AArch64InstrInfo.td | 7 ++
lib/Target/ARM/ARMISelLowering.cpp | 1 +
lib/Target/ARM/ARMInstrVFP.td | 9 ++
test/CodeGen/ARM/cse-call.ll | 9 +-
test/CodeGen/ARM/i1.ll | 15 +++
test/CodeGen/ARM/sub-cmp-peephole.ll | 6 +-
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll | 152 -------------------------
test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll | 2 +-
test/MC/AArch64/armv8.3a-js.s | 10 ++
test/MC/ARM/armv8.3a-js.s | 16 +++
test/MC/Disassembler/AArch64/armv8.3a-js.txt | 3 +
test/MC/Disassembler/ARM/armv8.3a-js-arm.txt | 10 ++
test/MC/Disassembler/ARM/armv8.3a-js-thumb.txt | 10 ++
14 files changed, 99 insertions(+), 164 deletions(-)
create mode 100644 test/CodeGen/ARM/i1.ll
delete mode 100644 test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
create mode 100644 test/MC/AArch64/armv8.3a-js.s
create mode 100644 test/MC/ARM/armv8.3a-js.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.3a-js.txt
create mode 100644 test/MC/Disassembler/ARM/armv8.3a-js-arm.txt
create mode 100644 test/MC/Disassembler/ARM/armv8.3a-js-thumb.txt
--
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-7-branch
in repository gcc.
from 28f95335d9f gcc/ Backport from 2017-08-22 trunk r251256. PR target/81 [...]
new 4bca9835915 2017-08-22 Yvan Roux <yvan.roux(a)linaro.org>
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 | 8 ++++++++
gcc/testsuite/g++.dg/pr80287.C | 13 +++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr80287.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 clang.
from b97715b75d [ObjC] Check written attributes only when synthesizing ambig [...]
new 044091b728 Revert r311442 (Fix templated type alias completion when usi [...]
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/Frontend/ASTUnit.cpp | 3 +--
lib/Parse/ParseTemplate.cpp | 12 +++++-------
test/Index/code-completion.cpp | 12 ------------
3 files changed, 6 insertions(+), 21 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 aa58e7feb3c [AArch64] Cleanup of HasFullFP16 argument. NFC.
new c2330d0540c [SelectionDAG] Add getNode debug messages
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 | 45 +++++++++++++++++++++++++------
1 file changed, 37 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 clang.
from a22fb7f2b2 Fix templated type alias completion when using global comple [...]
new b97715b75d [ObjC] Check written attributes only when synthesizing ambig [...]
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/SemaObjCProperty.cpp | 4 ++--
test/SemaObjC/arc-property-decl-attrs.m | 27 +++++++++++++++++++++++++++
2 files changed, 29 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 gcc-5-branch
in repository gcc.
from b7a0c7ad00e gcc/ Backport from 2017-05-06 trunk r247719. PR rtl-optim [...]
new 9fd3442eb79 lto-plugin/ Backport from 2017-07-26 gcc-7-branch r250562. [...]
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 | 8 ++++++++
gcc/tree-ssa-structalias.c | 21 +++++++--------------
lto-plugin/ChangeLog | 9 +++++++++
lto-plugin/lto-plugin.c | 13 ++++++-------
4 files changed, 30 insertions(+), 21 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 ce7e9f1524 [clang-diff] Fix getRelativeName
new a22fb7f2b2 Fix templated type alias completion when using global comple [...]
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/Frontend/ASTUnit.cpp | 3 ++-
lib/Parse/ParseTemplate.cpp | 12 +++++++-----
test/Index/code-completion.cpp | 12 ++++++++++++
3 files changed, 21 insertions(+), 6 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 release_50
in repository clang.
from 923bd8236e Merging r310983: ------------------------------------------- [...]
new 168709d344 [Sema] Update release notes with details of implicit scalar [...]
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:
docs/ReleaseNotes.rst | 40 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 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 gcc-5-branch
in repository gcc.
from 61c6a7f2377 gcc/ Backport from 2017-07-05 trunk r249995. PR target/81 [...]
new b7a0c7ad00e gcc/ Backport from 2017-05-06 trunk r247719. PR rtl-optim [...]
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/simplify-rtx.c | 28 ++++------------------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr75964.c | 28 ++++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr75964.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.