This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7fa6d053b1 [clang] Remove redundant return [NFC]
new 98c05f2351 [CodeGen] fix const-ness of cbrt and fma
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/Basic/Builtins.def | 12 ++++++------
lib/CodeGen/CGBuiltin.cpp | 14 +++++---------
lib/Sema/SemaDecl.cpp | 32 +++++++++++++++++++++++++-------
test/CodeGen/libcalls.c | 14 ++++++--------
test/CodeGen/math-builtins.c | 28 ++++++++++++++++++++++------
test/CodeGen/math-libcalls.c | 32 +++++++++++++++++++++++---------
6 files changed, 87 insertions(+), 45 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 c36e63fe2b7 PR c++/82360 - ICE with static_cast in template.
new e6b3d9d035d Fix cp-ubsan typo.
new 0744a0c1155 Defer folding of *&.
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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/call.c | 12 +++++-------
gcc/cp/class.c | 16 +++++++---------
gcc/cp/cp-tree.h | 1 +
gcc/cp/cp-ubsan.c | 5 ++---
gcc/cp/decl.c | 2 +-
gcc/cp/except.c | 2 +-
gcc/cp/init.c | 25 +++++++++++--------------
gcc/cp/lambda.c | 9 +++------
gcc/cp/parser.c | 7 ++++---
gcc/cp/rtti.c | 9 ++++-----
gcc/cp/tree.c | 4 ++--
gcc/cp/typeck.c | 55 +++++++++++++++++++++++++++++++++++++++++--------------
gcc/cp/typeck2.c | 4 ++--
14 files changed, 98 insertions(+), 67 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 f3d06a209d5 Fix -Werror when compiling rL318083 (ter)
new a722ab9759b [llvm-objcopy] Add --strip-all option to llvm-objcopy
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/tools/llvm-objcopy/strip-all.test | 54 ++++++++++++++++++++++++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 20 +++++++++++++
2 files changed, 74 insertions(+)
create mode 100644 test/tools/llvm-objcopy/strip-all.test
--
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 86136db8efd Implement __VA_OPT__
new c36e63fe2b7 PR c++/82360 - ICE with static_cast in template.
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 | 7 +++++++
gcc/cp/call.c | 10 ++++++++++
gcc/cp/typeck.c | 21 ++++++++++++++++++++-
gcc/testsuite/g++.dg/template/cast5.C | 8 ++++++++
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/cast5.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 da0e1ff5237 Fix -Werror when compiling rL318083 (bis)
new f3d06a209d5 Fix -Werror when compiling rL318083 (ter)
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/IR/Value.cpp | 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 llvm.
from 5aed538ef1d Fix -Werror when compiling rL318083
new da0e1ff5237 Fix -Werror when compiling rL318083 (bis)
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/IR/Value.h | 4 ++--
1 file 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 llvm.
from 1fd16115657 Reorder Value.def to optimize code size
new cfcc1f1c64e Fix an assertion in SelectionDAG::transferDbgValues() when [...]
new 5aed538ef1d Fix -Werror when compiling rL318083
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/IR/Constant.h | 4 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 27 ++++++++++++++++-----------
test/DebugInfo/ARM/sdag-split-arg1.ll | 28 ++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 13 deletions(-)
create mode 100644 test/DebugInfo/ARM/sdag-split-arg1.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 926775ab1 [lsan] Remove semicolon after do {} while (0)
new 400f686df [sanitizer] Relax stack check in assert.cc even more
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/sanitizer_common/TestCases/Linux/assert.cc | 1 -
1 file changed, 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 fbb029c5bbf [arm] Fix Unnecessary reloads from GOT.
new 1fd16115657 Reorder Value.def to optimize code size
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/IR/Value.def | 37 +++++++++++++++++++++----------------
1 file changed, 21 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 master
in repository compiler-rt.
from 98ddb4f62 [tsan] Fix signal chaining
new f9d1ad5cb [asan] Remove semicolon after do {} while (0)
new 926775ab1 [lsan] Remove semicolon after do {} while (0)
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/asan/asan_poisoning.cc | 2 +-
lib/lsan/lsan_common.cc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.