This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b535f9fe7c Create valid LValue to represent null pointers in constant exprs
new 530e88891b [docs] Point coroutine link to an actual document
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:
www/cxx_status.html | 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 bd265c3ec6f Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
new 55d0a522c44 Revert "LivePhysRegs: Fix addLiveOutsNoPristines() for retu [...]
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/LivePhysRegs.cpp | 68 ++++++++++++++---------------------
test/CodeGen/PowerPC/livephysregs.mir | 52 ---------------------------
2 files changed, 27 insertions(+), 93 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/livephysregs.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 lld.
from acccfc28a Simplify. NFC.
new 88ed96b27 Rearrange code for the sake of readability. 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:
ELF/Writer.cpp | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 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 bc7fbfa106 Factor resolving of header directives -> files out of module [...]
new b535f9fe7c Create valid LValue to represent null pointers in constant exprs
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/AST/ExprConstant.cpp | 20 ++++++++++++++------
test/SemaCXX/null-cast.cpp | 8 ++++++++
2 files changed, 22 insertions(+), 6 deletions(-)
create mode 100644 test/SemaCXX/null-cast.cpp
--
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 b2fffb02a Remove dummy cast. NFC.
new 488eee9fb Inline a trivial constructor.
new acccfc28a Simplify. NFC.
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:
ELF/InputFiles.cpp | 10 ++++++----
ELF/Writer.cpp | 6 ------
ELF/Writer.h | 2 +-
3 files changed, 7 insertions(+), 11 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-7-branch
in repository gcc.
from f9b57ad385c Daily bump.
new 399e7c422f1 [gcc] 2017-05-25 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 47 ++++++
gcc/config/rs6000/predicates.md | 16 ++
gcc/config/rs6000/rs6000.md | 184 +++++++++++++++------
gcc/testsuite/ChangeLog | 15 ++
.../gcc.target/powerpc/{dform-2.c => pr68163.c} | 18 +-
.../gcc.target/powerpc/{dform-1.c => pr80510-1.c} | 20 ++-
.../gcc.target/powerpc/{dform-2.c => pr80510-2.c} | 23 +--
7 files changed, 247 insertions(+), 76 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{dform-2.c => pr68163.c} (92%)
copy gcc/testsuite/gcc.target/powerpc/{dform-1.c => pr80510-1.c} (89%)
copy gcc/testsuite/gcc.target/powerpc/{dform-2.c => pr80510-2.c} (88%)
--
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 libcxx.
from efcf07d44 Remove incorrect #ifdef guards around variant tests.
new c80ef6ed2 Guard <experimental/coroutine> against older Clang versions.
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/__config | 4 ++++
include/experimental/coroutine | 10 +++++-----
2 files changed, 9 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 llvm.
from b62618205f0 Tidy up RelocVisitor.h.
new 88001205b7b [PM] Enable the new simple loop unswitch pass in the new pa [...]
new e4bd195e023 Test for r303938
new bd265c3ec6f Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
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:
include/llvm/CodeGen/LivePhysRegs.h | 2 +-
lib/CodeGen/BranchFolding.cpp | 7 ++---
lib/CodeGen/BranchFolding.h | 1 -
lib/CodeGen/BranchRelaxation.cpp | 2 +-
lib/CodeGen/LivePhysRegs.cpp | 8 ++----
lib/Passes/PassBuilder.cpp | 5 +---
test/CodeGen/PowerPC/livephysregs.mir | 52 +++++++++++++++++++++++++++++++++++
test/Other/new-pm-defaults.ll | 1 +
8 files changed, 61 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/PowerPC/livephysregs.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 libcxx.
from 90b8e58ff [test] Fix breakage from r303947 =(
new efcf07d44 Remove incorrect #ifdef guards around variant 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/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp | 3 +--
test/std/utilities/variant/variant.variant/variant.ctor/move.pass.cpp | 3 +--
2 files changed, 2 insertions(+), 4 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 libcxx.
from fd6177ffd [test] make_shared<T()>(...) is, uh, libc++-specific
new 90b8e58ff [test] Fix breakage from r303947 =(
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:
.../util.smartptr.shared.create/make_shared.pass.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.