This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4440ebebd95 Implement std::experimental::source_location (N4519)
new 84d8eb67894 Test source_location::current() in default member initializer
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 | 4 +++-
libstdc++-v3/testsuite/experimental/source_location/1.cc | 4 ++--
2 files changed, 5 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from ffab5a2 run.sh: Add --sysroot option.
new aea35c6 run.sh: Improve debug info.
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:
run.sh | 1 +
1 file changed, 1 insertion(+)
--
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 45dd650ab58 [DWARF] - Add RelocAddrEntry for cleanup. NFCi.
new 9c7e9d26764 [coroutines] Handle unwind edge splitting
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/Transforms/Coroutines/CoroFrame.cpp | 100 +++++++++-
.../Coroutines/coro-eh-aware-edge-split.ll | 218 +++++++++++++++++++++
2 files changed, 314 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-eh-aware-edge-split.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from 7a5806e run.sh: Remove --logserver, add --resultsdest parameter.
new ffab5a2 run.sh: Add --sysroot option.
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:
run.sh | 12 +++++++++++-
1 file changed, 11 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 6ab1190a77f [GlobalISel][X86] Split memop test file. NFC
new 45dd650ab58 [DWARF] - Add RelocAddrEntry for cleanup. NFCi.
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/DebugInfo/DWARF/DWARFContext.h | 7 -------
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 12 +++++++++++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 4 ++--
3 files changed, 13 insertions(+), 10 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_40
in repository clang.
from 6f1871cebb Merging r297098:
new d9ff11a2c9 Merging r294313:
new f751db31e6 Merging r302817:
new 21fe7e8f8a Merging r302818:
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/CGExprAgg.cpp | 20 +++++---
lib/Sema/SemaExpr.cpp | 2 +-
test/CodeGenCXX/array-default-argument.cpp | 36 +++++++++++++
test/SemaOpenCL/invalid-logical-ops-1.1.cl | 57 ---------------------
.../{invalid-logical-ops-1.2.cl => logical-ops.cl} | 59 ++++++++++++++++++++++
5 files changed, 110 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGenCXX/array-default-argument.cpp
delete mode 100644 test/SemaOpenCL/invalid-logical-ops-1.1.cl
rename test/SemaOpenCL/{invalid-logical-ops-1.2.cl => logical-ops.cl} (59%)
--
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 b5e2ee2f62 [StaticAnalyzer] Move inline counter increaser to inlineCall [...]
new f1eb6badaf [Sema] Avoid duplicate -Wunguarded-availability warnings in [...]
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/SemaDeclAttr.cpp | 9 +++++++++
test/SemaObjC/unguarded-availability.m | 17 ++++++++++++++++-
2 files changed, 25 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 release_40
in repository llvm.
from 12ceebf6e71 Merging r296645: (PR32253)
new 5ed13a6cd92 Merging r296163:
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +-
test/Transforms/InstCombine/memcpy-addrspace.ll | 20 ++++++++++++++++++++
2 files changed, 21 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 c1bb4264f7e Fix an improperly placed curly bracket. NFC.
new 6ab1190a77f [GlobalISel][X86] Split memop test file. NFC
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:
.../{memop-x32.ll => memop-scalar-x32.ll} | 0
.../X86/GlobalISel/{memop.ll => memop-scalar.ll} | 64 +--------
test/CodeGen/X86/GlobalISel/memop-vec.ll | 39 ++++++
...t-memop-x32.mir => select-memop-scalar-x32.mir} | 0
.../{select-memop.mir => select-memop-scalar.mir} | 137 --------------------
test/CodeGen/X86/GlobalISel/select-memop-v128.mir | 143 +++++++++++++++++++++
6 files changed, 184 insertions(+), 199 deletions(-)
rename test/CodeGen/X86/GlobalISel/{memop-x32.ll => memop-scalar-x32.ll} (100%)
rename test/CodeGen/X86/GlobalISel/{memop.ll => memop-scalar.ll} (50%)
create mode 100644 test/CodeGen/X86/GlobalISel/memop-vec.ll
rename test/CodeGen/X86/GlobalISel/{select-memop-x32.mir => select-memop-scalar-x3 [...]
rename test/CodeGen/X86/GlobalISel/{select-memop.mir => select-memop-scalar.mir} (75%)
create mode 100644 test/CodeGen/X86/GlobalISel/select-memop-v128.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 c59b1fb0370 Fix forward declaration of std::type_info for versioned-namespace
new 4440ebebd95 Implement std::experimental::source_location (N4519)
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 | 8 ++
libstdc++-v3/doc/html/manual/status.html | 4 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +-
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/experimental/source_location | 86 +++++++++++++++
.../testsuite/experimental/source_location/1.cc | 117 +++++++++++++++++++++
7 files changed, 216 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/include/experimental/source_location
create mode 100644 libstdc++-v3/testsuite/experimental/source_location/1.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.