This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 37cb59f [DAGCombiner] unify type checks and add asserts; NFCI
new 9467021 [InstCombine] Correct the check for vector GEPs
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/InstructionCombining.cpp | 10 +++++-----
test/Transforms/InstCombine/getelementptr.ll | 11 +++++++++++
2 files changed, 16 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 ebe3d55 llvm-pdbdump: If we don't change the color, don't reset the color.
new 37cb59f [DAGCombiner] unify type checks and add asserts; 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 110 ++++++++++++++++---------------
1 file changed, 58 insertions(+), 52 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 fa2e39d Unbreak windows bot.
new 1cd6bec [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
new 02bf839 [Objective-C] Miscellaneous -fobjc-weak Fixes
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/clang/Basic/LangOptions.h | 5 +++++
include/clang/Sema/Sema.h | 16 +++++++-------
lib/Sema/SemaCast.cpp | 30 ++++++++++++++------------
lib/Sema/SemaDecl.cpp | 12 +++++------
lib/Sema/SemaDeclCXX.cpp | 3 +--
lib/Sema/SemaExpr.cpp | 19 ++++++++--------
lib/Sema/SemaExprCXX.cpp | 11 +++++-----
lib/Sema/SemaExprObjC.cpp | 16 ++++++++------
lib/Sema/SemaInit.cpp | 12 ++++-------
lib/Sema/SemaPseudoObject.cpp | 4 ++--
test/SemaObjC/arc-unavailable-for-weakref.m | 1 +
test/SemaObjCXX/arc-unavailable-for-weakref.mm | 1 +
test/SemaObjCXX/objc-weak.mm | 28 ++++++++++++++++++++++++
13 files changed, 97 insertions(+), 61 deletions(-)
create mode 100644 test/SemaObjCXX/objc-weak.mm
--
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 b78c5b8 [Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFC
new 195832b Add allocator_frees_and_returns_null_on_realloc_zero=false fl [...]
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/asan/asan_allocator.cc | 8 ++++++--
lib/asan/asan_flags.inc | 4 ++++
test/asan/TestCases/realloc.cc | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/asan/TestCases/realloc.cc
--
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 f884a84 [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
new fa2e39d Unbreak windows bot.
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/PCH/emit-dependencies.c | 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 clang.
from 16b7f51 [Objective-C] Fix __weak type traits with -fobjc-weak
new f884a84 [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
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/Type.h | 3 +++
lib/AST/Type.cpp | 6 +++++-
lib/Sema/SemaDecl.cpp | 3 ++-
lib/Sema/SemaExpr.cpp | 18 +++++++++++-------
lib/Sema/SemaExprMember.cpp | 10 ++++------
lib/Sema/SemaExprObjC.cpp | 2 ++
lib/Sema/SemaPseudoObject.cpp | 16 +++++++---------
test/SemaObjC/arc-repeated-weak.mm | 10 +++++++---
8 files changed, 41 insertions(+), 27 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 f2760ac [PCH] Attach instance's dependency collectors to PCH external [...]
new 16b7f51 [Objective-C] Fix __weak type traits with -fobjc-weak
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/Type.cpp | 68 ++---------
lib/Sema/SemaExprCXX.cpp | 33 +-----
...arc-type-traits.mm => objc-weak-type-traits.mm} | 131 ++++++++++-----------
3 files changed, 77 insertions(+), 155 deletions(-)
copy test/SemaObjCXX/{arc-type-traits.mm => objc-weak-type-traits.mm} (60%)
--
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 1895a41 Test Commit
new b18f3ef [Objective-C] C++ Classes with __weak Members non-POD Types w [...]
new f2760ac [PCH] Attach instance's dependency collectors to PCH external [...]
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/clang/Frontend/CompilerInstance.h | 2 +
lib/AST/DeclCXX.cpp | 6 +--
lib/Frontend/CompilerInstance.cpp | 10 +++++
lib/Sema/SemaDeclCXX.cpp | 7 +---
test/CodeGenObjCXX/objc-weak.mm | 69 +++++++++++++++++++++++++++++++
test/PCH/emit-dependencies.c | 9 ++++
6 files changed, 95 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGenObjCXX/objc-weak.mm
create mode 100644 test/PCH/emit-dependencies.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 clang.
from 4c5e59f Reapplied r298976 [OpenCL] Added parsing for OpenCL vector types.
new 1895a41 Test Commit
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/Sema/SemaDeclCXX.cpp | 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 gcc.
from fa6012c PR ada/80146 * calls.c (prepare_call_address): Convert fune [...]
new fd675e9 2017-03-28 Thomas Koenig <tkoenig(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/dec_io_2.f90 | 2 +-
.../gfortran.dg/{dec_io_2.f90 => dec_io_2a.f90} | 16 ++++++++--------
3 files changed, 15 insertions(+), 9 deletions(-)
copy gcc/testsuite/gfortran.dg/{dec_io_2.f90 => dec_io_2a.f90} (90%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.