This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from abd85864811 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI
new 78f83ec7216 [InstCombine][NFC] Added tests for select with binop fold
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/Transforms/InstCombine/select-binop-icmp.ll | 311 ++++++++++++++++++++---
1 file changed, 272 insertions(+), 39 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 lldb.
from b608e4a87 Amend "Remove unused type Either from Utility library".
new 1774377b1 RichManglingContext: Make m_ipd_str_len a local variable and [...]
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/lldb/Core/RichManglingContext.h | 7 ++---
source/Core/Mangled.cpp | 8 +++---
source/Core/RichManglingContext.cpp | 45 +++++++++++++-----------------
unittests/Core/RichManglingContextTest.cpp | 21 ++++++++------
4 files changed, 39 insertions(+), 42 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 10ff79db772 [MS Demangler] Properly demangle conversion operators.
new abd85864811 [InstCombine] rearrange code for foldSelectBinOpIdentity; 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:
lib/Transforms/InstCombine/InstCombineSelect.cpp | 46 +++++++++++++-----------
1 file changed, 25 insertions(+), 21 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 2255d8ef79a [MS Demangler] Disable a couple of tests.
new 10ff79db772 [MS Demangler] Properly demangle conversion operators.
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/Demangle/MicrosoftDemangle.cpp | 64 ++++++++++++++++++++----------
test/Demangle/ms-conversion-operators.test | 21 ++++++++++
2 files changed, 65 insertions(+), 20 deletions(-)
create mode 100644 test/Demangle/ms-conversion-operators.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 clang.
from 3081101b34 Fix a deprecated warning in the last commit.
new ffa70d529c [CodeGen] Merge equivalent block copy/helper functions.
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/AST/ASTContext.h | 28 ++-
lib/AST/ASTContext.cpp | 19 +-
lib/CodeGen/CGBlocks.cpp | 254 ++++++++++++++++-----
lib/CodeGen/CGBlocks.h | 5 +
lib/CodeGen/CGDecl.cpp | 3 +-
lib/CodeGen/CGNonTrivialStruct.cpp | 24 +-
lib/CodeGen/CodeGenFunction.cpp | 12 +-
lib/CodeGen/CodeGenFunction.h | 26 ++-
lib/Sema/SemaDecl.cpp | 10 +-
lib/Serialization/ASTReaderDecl.cpp | 6 +
lib/Serialization/ASTWriterDecl.cpp | 8 +
test/CodeGen/blocks-1.c | 8 +-
test/CodeGen/blocks.c | 63 ++---
.../sanitize-thread-no-checking-at-run-time.m | 2 +-
test/CodeGenCXX/block-byref-cxx-objc.cpp | 48 +++-
test/CodeGenCXX/blocks.cpp | 48 ++++
test/CodeGenCXX/cxx-block-objects.cpp | 4 +-
test/CodeGenObjC/arc-blocks.m | 94 +++-----
test/CodeGenObjC/debug-info-block-helper.m | 2 +-
test/CodeGenObjC/debug-info-blocks.m | 4 +-
test/CodeGenObjC/mrc-weak.m | 16 +-
test/CodeGenObjC/strong-in-c-struct.m | 4 +-
test/CodeGenObjCXX/arc-blocks.mm | 76 +++---
test/CodeGenObjCXX/lambda-to-block.mm | 2 +-
test/CodeGenObjCXX/mrc-weak.mm | 8 +-
test/PCH/block-helpers.cpp | 15 ++
test/PCH/block-helpers.h | 12 +
27 files changed, 560 insertions(+), 241 deletions(-)
create mode 100644 test/PCH/block-helpers.cpp
create mode 100644 test/PCH/block-helpers.h
--
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-tools-extra.
from 166628a6 [clang-tidy: modernize] modernize-redundant-void-arg crashes [...]
new 3a14fe2e [clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefix
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:
docs/clang-tidy/index.rst | 3 +-
test/clang-tidy/check_clang_tidy.py | 20 +++++++++-
test/clang-tidy/hicpp-exception-baseclass.cpp | 53 ++++++++++++++-------------
3 files changed, 48 insertions(+), 28 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 f034be4325e [MS Demangler] Fix several issues related to templates.
new 2255d8ef79a [MS Demangler] Disable a couple of 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/Demangle/ms-templates.test | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 binutils-gdb.
from dbd534fee4 Rename size in get_core_register_section
new 11459a79d9 Skip PR binutils/23494 tests for nacl targets
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:
binutils/ChangeLog | 12 ++++++++++++
binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494a.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494b.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494c.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d | 1 +
binutils/testsuite/binutils-all/x86-64/pr23494d.d | 1 +
9 files changed, 20 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 c709c56b9ad [ARM] Disallow zexts in ARMCodeGenPrepare
new f034be4325e [MS Demangler] Fix several issues related to templates.
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/Demangle/MicrosoftDemangle.cpp | 124 ++++++++++++++++-------
test/Demangle/ms-templates.test | 195 +++++++++++++++++++++++++++++++++++++
2 files changed, 285 insertions(+), 34 deletions(-)
create mode 100644 test/Demangle/ms-templates.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 4be4287a60f Remove not needed __builtin_expect due to malloc predictor.
new 229c0ef7771 2018-08-10 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 +++++++++
gcc/fortran/invoke.texi | 18 ++++++++------
gcc/fortran/options.c | 2 +-
gcc/fortran/resolve.c | 3 ++-
gcc/fortran/trans-expr.c | 4 ++--
gcc/testsuite/ChangeLog | 8 +++++++
.../gfortran.dg/actual_pointer_function_1.f90 | 6 ++++-
gcc/testsuite/gfortran.dg/inline_matmul_23.f90 | 2 +-
gcc/testsuite/gfortran.dg/short_circuiting_2.f90 | 28 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/short_circuiting_3.f90 | 28 ++++++++++++++++++++++
10 files changed, 97 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/short_circuiting_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/short_circuiting_3.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.