This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 07d84589 Sigh. Once again forgot about the 'no exceptions' bots.
new 634a2b53 [optional] Update synopsis for LWG2934
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/optional | 78 +++++++++++-----------
.../optional/optional.comp_with_t/equal.pass.cpp | 4 +-
.../optional/optional.comp_with_t/greater.pass.cpp | 4 +-
.../optional.comp_with_t/greater_equal.pass.cpp | 4 +-
.../optional.comp_with_t/less_equal.pass.cpp | 4 +-
.../optional.comp_with_t/less_than.pass.cpp | 4 +-
.../optional.comp_with_t/not_equal.pass.cpp | 4 +-
.../optional/optional.relops/equal.pass.cpp | 2 +-
.../optional.relops/greater_equal.pass.cpp | 2 +-
.../optional/optional.relops/greater_than.pass.cpp | 2 +-
.../optional/optional.relops/less_equal.pass.cpp | 2 +-
.../optional/optional.relops/less_than.pass.cpp | 2 +-
.../optional/optional.relops/not_equal.pass.cpp | 2 +-
13 files changed, 58 insertions(+), 56 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 661f8feccb Use default ref capture to simplify local lambdas, use a tem [...]
new b51118de43 CodeGen: Let lifetime intrinsic use alloca address space
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/CGDecl.cpp | 8 ++++----
lib/CodeGen/CodeGenModule.cpp | 2 ++
lib/CodeGen/CodeGenTypeCache.h | 6 ++++++
test/CodeGenOpenCL/lifetime.cl | 15 +++++++++++++++
4 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGenOpenCL/lifetime.cl
--
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 80269962da6 [CodeGenPrepare] Fix crash due to an invalid CFG
new fc3524b1a2d AMDGPU: Change stack alignment
new 74ac54ec5bb AMDGPU: Use MachineRegisterInfo to find max used register
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:
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 201 ++++++++-------------
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 +-
.../code-object-metadata-from-llvm-ir-full.ll | 6 +-
test/CodeGen/AMDGPU/exceed-max-sgprs.ll | 2 +-
test/CodeGen/AMDGPU/flat-scratch-reg.ll | 59 ++++--
6 files changed, 132 insertions(+), 146 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 compiler-rt.
from 0f9f15db7 [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
new cd07c2344 Fixup for r300473: Use %lu on Linux for tid_t in format strings.
new a5928c107 [tsan] Add missing include for uint64_t in test.
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:
lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc | 6 +++---
test/tsan/debugging.cc | 1 +
2 files changed, 4 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 gcc.
from 2dfff7ee3eb * pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.
new 73ae962cee7 PR c++/80415 - wrong error with default arg and array reference.
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/cp/ChangeLog | 3 +++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/tree.c | 3 ++-
gcc/testsuite/g++.dg/cpp0x/initlist-array5.C | 7 +++++++
4 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array5.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 gcc.
from 9bd87693ba6 2017-04-17 Paul Thomas <pault(a)gcc.gnu.org>
new 2dfff7ee3eb * pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.
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/cp/ChangeLog | 4 ++++
gcc/cp/pt.c | 2 ++
gcc/testsuite/g++.dg/cpp0x/variadic-init2.C | 20 ++++++++++++++++++++
3 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-init2.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 c45a5a4d32c Bitcode: Add missing build dep to fix shlib build.
new 3778de46350 Unbreak build of the wasm backend after r300463.
new 80269962da6 [CodeGenPrepare] Fix crash due to an invalid CFG
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:
lib/CodeGen/CodeGenPrepare.cpp | 10 ++++--
.../MCTargetDesc/WebAssemblyMCAsmInfo.cpp | 4 +--
.../CodeGenPrepare/split-indirect-loop.ll | 37 ++++++++++++++++++++++
3 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/split-indirect-loop.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 llvm.
from ef47b09cd91 [APInt] Remove self move check from move assignment operator
new c45a5a4d32c Bitcode: Add missing build dep to fix shlib build.
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/Bitcode/Writer/LLVMBuild.txt | 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.
unknown user pushed a change to branch master
in repository llvm.
from 7b19c164adb [IR] Implement DataLayout::getPointerTypeSizeInBits using g [...]
new ef47b09cd91 [APInt] Remove self move check from move assignment operator
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/ADT/APInt.h | 14 +++-----------
unittests/ADT/APIntTest.cpp | 32 ++------------------------------
2 files changed, 5 insertions(+), 41 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 8e598253826 AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitor
new 8f48abe12db AArch64: put nonlazybind special handling behind a flag for now.
new 7b19c164adb [IR] Implement DataLayout::getPointerTypeSizeInBits using g [...]
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:
lib/IR/DataLayout.cpp | 7 ++-----
lib/Target/AArch64/AArch64Subtarget.cpp | 7 ++++++-
test/CodeGen/AArch64/nonlazybind.ll | 10 +++++++++-
3 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.