This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9cb6a18 Remove useless Forward Declaration from header (NFC)
new 260cfbc LowerTypeTests: Thread summary and action from the API and co [...]
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/Transforms/IPO.h | 13 +++-
lib/Transforms/IPO/LowerTypeTests.cpp | 109 ++++++++++++++++++++----------
lib/Transforms/IPO/PassManagerBuilder.cpp | 3 +-
3 files changed, 87 insertions(+), 38 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 5616ee5 Get all tuple tests passing on Windows
new 51eb1be [libcxx] [test] Strip trailing whitespace. NFC, no code review.
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/containers/sequences/array/iterators.pass.cpp | 4 ++--
test/std/iterators/iterator.range/begin-end.pass.cpp | 6 +++---
.../time.duration/time.duration.arithmetic/op_mod=duration.pass.cpp | 2 +-
.../time/time.duration/time.duration.arithmetic/op_mod=rep.pass.cpp | 2 +-
.../time/time.duration/time.duration.arithmetic/op_times=.pass.cpp | 2 +-
5 files changed, 8 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 llvm.
from d87ddcb [MachineBasicBlock] Add a non-assert live-in accessor for deb [...]
new 900001e [AVR] Parenthesize a boolean expression
new 9cb6a18 Remove useless Forward Declaration from header (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:
include/llvm/Transforms/IPO/PassManagerBuilder.h | 1 -
lib/Target/AVR/AVRISelDAGToDAG.cpp | 4 ++--
2 files changed, 2 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 clang.
from 8ea4b56 PR23135: Don't instantiate constexpr functions referenced in [...]
new 1e7cc03 PR20090: Add (passing) test from this bug; it's been fixed fo [...]
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/SemaTemplate/constexpr-instantiate.cpp | 7 +++++++
1 file changed, 7 insertions(+)
--
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 91f4652 [WebAssembly] Add a pass to create wrappers for function bitcasts.
new d87ddcb [MachineBasicBlock] Add a non-assert live-in accessor for deb [...]
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/CodeGen/MachineBasicBlock.h | 10 ++++++++++
1 file changed, 10 insertions(+)
--
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 337babf [ThinLTO] Specify target triple in new test
new 8ea4b56 PR23135: Don't instantiate constexpr functions referenced 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:
include/clang/Sema/Sema.h | 25 ++++-
lib/Parse/ParseInit.cpp | 4 +
lib/Sema/SemaDeclCXX.cpp | 20 +++-
lib/Sema/SemaExpr.cpp | 114 ++++++++++++---------
lib/Sema/SemaExprMember.cpp | 1 +
lib/Sema/SemaInit.cpp | 7 ++
lib/Sema/SemaLambda.cpp | 1 +
.../expr/expr.prim/expr.prim.lambda/templates.cpp | 4 +-
test/CXX/temp/temp.param/p5.cpp | 10 +-
test/SemaCXX/constant-expression-cxx11.cpp | 4 +-
test/SemaCXX/implicit-exception-spec.cpp | 32 +++---
test/SemaCXX/member-init.cpp | 24 ++---
test/SemaTemplate/constexpr-instantiate.cpp | 84 +++++++++++----
test/SemaTemplate/default-arguments-cxx0x.cpp | 2 +
test/SemaTemplate/instantiate-init.cpp | 3 +-
15 files changed, 218 insertions(+), 117 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 da319ed Test commit. Comment formatting, it's -> its.
new 91f4652 [WebAssembly] Add a pass to create wrappers for function bitcasts.
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/WebAssembly/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssembly.h | 1 +
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 148 +++++++++++++++++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 4 +
test/CodeGen/WebAssembly/function-bitcasts.ll | 56 ++++++++
5 files changed, 210 insertions(+)
create mode 100644 lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
create mode 100644 test/CodeGen/WebAssembly/function-bitcasts.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 compiler-rt.
from df51fce Follow-up for r291277: Increase buffer size in uuid.cc testcase.
new 4ef2dc3 Provide default implementations for sanitizer interface functions
new 421408c Enable weak hooks on darwin
new df7da15 Revert "Enable weak hooks on darwin"
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/lsan/lsan_allocator.cc | 13 +++++++++++++
lib/lsan/lsan_common.cc | 5 +++++
2 files changed, 18 insertions(+)
--
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 45b7d44 NewGVN: Fix PR 31501.
new da319ed Test commit. Comment formatting, it's -> its.
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/CodeGen/MachineFrameInfo.h | 3 +--
1 file changed, 1 insertion(+), 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 2d274ea [ThinLTO] Optionally ignore empty index file
new 337babf [ThinLTO] Specify target triple in new 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/thinlto_backend.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.