This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 84b72a1 Enable ARMv8-M atomic and synchronization support for ARMv8-M [...]
new 3cc39c3 Adjust precision of filesystem::last_write_time tests
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:
libstdc++-v3/ChangeLog | 12 ++++++++++
.../filesystem/iterators/directory_iterator.cc | 14 ++++++------
.../experimental/filesystem/iterators/pop.cc | 4 ----
.../iterators/recursive_directory_iterator.cc | 26 +++++++++++-----------
.../filesystem/operations/last_write_time.cc | 24 ++++++++++++--------
5 files changed, 47 insertions(+), 33 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 a6ec572 [ARM] Predicate UMAAL selection on hasDSP.
new 1341f74 [ARM] Add newline char to 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/ARM/longMAC.ll | 3 ++-
1 file changed, 2 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 0173cd6 Have on addRegular forward to another. NFC.
new 1099615 [ELF] Synthetic symbol definitions for ARM static linking
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/Writer.cpp | 12 ++++++++----
test/ELF/arm-static-defines.s | 44 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/arm-static-defines.s
--
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 a9853aa * plugin.c (register_plugin_info): Produce an error message [...]
new f02d068 Adapt other atomic operations to ARMv8-M Baseline
new 84b72a1 Enable ARMv8-M atomic and synchronization support for ARMv8-M [...]
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 | 35 ++++++
gcc/config/arm/arm.c | 32 ++++++
gcc/config/arm/arm.h | 10 +-
gcc/config/arm/sync.md | 117 ++++++++++++++-------
gcc/config/arm/thumb1.md | 20 ++++
gcc/testsuite/ChangeLog | 13 +++
...re-1.c => atomic-comp-swap-release-acquire-3.c} | 4 +-
...atomic-op-acq_rel-1.c => atomic-op-acq_rel-3.c} | 4 +-
...atomic-op-acquire-1.c => atomic-op-acquire-3.c} | 4 +-
.../arm/{atomic-op-char-1.c => atomic-op-char-3.c} | 4 +-
...atomic-op-consume-1.c => atomic-op-consume-3.c} | 4 +-
.../arm/{atomic-op-int-2.c => atomic-op-int-3.c} | 4 +-
...atomic-op-relaxed-1.c => atomic-op-relaxed-3.c} | 4 +-
...atomic-op-release-1.c => atomic-op-release-3.c} | 4 +-
...atomic-op-seq_cst-1.c => atomic-op-seq_cst-3.c} | 4 +-
.../{atomic-op-short-1.c => atomic-op-short-3.c} | 4 +-
16 files changed, 207 insertions(+), 60 deletions(-)
copy gcc/testsuite/gcc.target/arm/{atomic-comp-swap-release-acquire-1.c => atomic- [...]
copy gcc/testsuite/gcc.target/arm/{atomic-op-acq_rel-1.c => atomic-op-acq_rel-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-acquire-1.c => atomic-op-acquire-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-char-1.c => atomic-op-char-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-consume-1.c => atomic-op-consume-3.c} (78%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-int-2.c => atomic-op-int-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-relaxed-1.c => atomic-op-relaxed-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-release-1.c => atomic-op-release-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-seq_cst-1.c => atomic-op-seq_cst-3.c} (75%)
copy gcc/testsuite/gcc.target/arm/{atomic-op-short-1.c => atomic-op-short-3.c} (75%)
--
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 gimplefe
in repository gcc.
from d65ca87 2016-10-27 Richard Biener <rguenther(a)suse.de>
new a2e2a72 2016-10-27 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/c/gimple-parser.c | 22 +++++++++++-----------
.../gcc.dg/{gimplefe-15.c => gimplefe-16.c} | 12 ++++++------
2 files changed, 17 insertions(+), 17 deletions(-)
copy gcc/testsuite/gcc.dg/{gimplefe-15.c => gimplefe-16.c} (65%)
--
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 c63ef8d [AVR] Generate all of the TableGen files we need
new a6ec572 [ARM] Predicate UMAAL selection on hasDSP.
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/ARMISelDAGToDAG.cpp | 3 ++-
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
test/CodeGen/ARM/longMAC.ll | 40 +++++++++++++++++++++++++-------------
3 files changed, 29 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 gimplefe
in repository gcc.
from b4cdeaf 2016-10-27 Richard Biener <rguenther(a)suse.de>
new 3f54956 2016-10-27 Richard Biener <rguenther(a)suse.de>
new d65ca87 2016-10-27 Richard Biener <rguenther(a)suse.de>
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/c/gimple-parser.c | 336 +++++++++++++++++++++++--------------
gcc/testsuite/gcc.dg/gimplefe-15.c | 18 ++
2 files changed, 227 insertions(+), 127 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-15.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 f8e31c9 [Xray] Don't generate output for xray tests
new 926caf2 Empty the CtorLists/DtorLists once emitted.
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/CodeGenModule.cpp | 3 ++-
lib/CodeGen/CodeGenModule.h | 8 ++++----
2 files changed, 6 insertions(+), 5 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 82e4eed Mark invalid RecordDecls as completed.
new f8e31c9 [Xray] Don't generate output for xray tests
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/Driver/XRay/xray-instrument-cpu.c | 2 +-
test/Driver/XRay/xray-instrument-os.c | 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 clang.
from 0834a35 [coroutines] Build fallthrough and set_exception statements.
new 82e4eed Mark invalid RecordDecls as completed.
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/SemaDecl.cpp | 9 ++++++++-
test/Index/pr20320.cpp | 2 ++
test/Index/pr20320.h | 14 ++++++++++++++
test/SemaCXX/conversion-function.cpp | 6 +++++-
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 test/Index/pr20320.cpp
create mode 100644 test/Index/pr20320.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.