This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from c2141df Fix new ASAN failures
new ea714e7 libcxx: Fix path.compare.pass expected result
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:
.../class.path/path.member/path.compare.pass.cpp | 16 ++++++++++------
1 file changed, 10 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 gcc.
from 69ea43f 2016-08-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 36d310d 2016-08-15 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 17 ++
gcc/fortran/decl.c | 48 +----
gcc/fortran/expr.c | 279 +++++++++++++++++++++++++++--
gcc/fortran/gfortran.h | 3 +
gcc/fortran/invoke.texi | 9 +-
gcc/fortran/lang.opt | 4 +
gcc/fortran/resolve.c | 192 +++++---------------
gcc/fortran/trans-decl.c | 3 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gfortran.dg/dec_init_1.f90 | 62 +++++++
gcc/testsuite/gfortran.dg/dec_init_2.f90 | 46 +++++
gcc/testsuite/gfortran.dg/init_flag_13.f90 | 51 ++++++
gcc/testsuite/gfortran.dg/init_flag_14.f90 | 51 ++++++
gcc/testsuite/gfortran.dg/init_flag_15.f03 | 64 +++++++
14 files changed, 623 insertions(+), 214 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_init_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_init_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_13.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_15.f03
--
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 889162f Remove unnecessary flag from new test
new b430a4a GlobalISel: support loads and stores of strange types.
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/LowLevelType.h | 3 ++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 19 ++++++++++---------
lib/CodeGen/LowLevelType.cpp | 7 +++++--
.../CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 20 ++++++++++++++++++++
unittests/CodeGen/LowLevelTypeTest.cpp | 8 ++++----
5 files changed, 41 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 llvm.
from b4ca813 Revert "[ValueTracking] Improve ValueTracking on left shift w [...]
new 70fd49b update tests to use FileCheck and exact checking
new 889162f Remove unnecessary flag from new test
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:
test/ThinLTO/X86/linkonce_resolution_comdat.ll | 2 +-
test/Transforms/InstCombine/2008-01-29-AddICmp.ll | 35 ++++++++++++++++-------
2 files changed, 26 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 master
in repository clang.
from e0242d8 Add the notion of deferred diagnostics.
new 5b5d415 Objective-C diagnostics: isObjCNSObjectType should check thro [...]
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 | 14 +++++++++++---
test/SemaObjC/nsobject-attribute.m | 2 ++
2 files changed, 13 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 llvm.
from 3928f27 Fix a test that failed due to: https://llvm.org/svn/llvm-pro [...]
new f9b2472 [InstCombine] add tests for missing vector icmp folds
new d73e134 [ThinLTO] Remove functions resolved to available_externally f [...]
new b4ca813 Revert "[ValueTracking] Improve ValueTracking on left shift w [...]
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/Analysis/ValueTracking.cpp | 17 ++++-----------
lib/Transforms/IPO/FunctionImport.cpp | 9 ++++++++
test/Analysis/ValueTracking/known-signbit-shift.ll | 24 ----------------------
.../X86/Inputs/linkonce_resolution_comdat.ll | 13 ++++++++++++
test/ThinLTO/X86/linkonce_resolution_comdat.ll | 23 +++++++++++++++++++++
test/Transforms/InstCombine/icmp.ll | 24 ++++++++++++++++++++++
6 files changed, 73 insertions(+), 37 deletions(-)
delete mode 100644 test/Analysis/ValueTracking/known-signbit-shift.ll
create mode 100644 test/ThinLTO/X86/Inputs/linkonce_resolution_comdat.ll
create mode 100644 test/ThinLTO/X86/linkonce_resolution_comdat.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 libcxx.
from 314fd09 Use -O1 when testing with ASAN and MSAN to prevent Clang OOM errors.
new c2141df Fix new ASAN failures
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/libcxx/containers/sequences/vector/asan.pass.cpp | 4 ++--
test/support/test.support/test_macros_header_rtti.pass.cpp | 1 +
2 files changed, 3 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 1e230bc Enhance SCEV to compute the trip count for some loops with un [...]
new 3928f27 Fix a test that failed due to: https://llvm.org/svn/llvm-pro [...]
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-objdump/X86/source-interleave-x86_64.ll | 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 54ed545 StaticAnalyzer: Report found fields order in PaddingChecker
new a3e2698 [CUDA] Fix CUDA install version parsing.
new 12e216a [CUDA] Include CUDA headers before anything else.
new e0242d8 Add the notion of deferred diagnostics.
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/clang/AST/ASTContext.h | 11 +++++++++++
include/clang/AST/Decl.h | 8 ++++++++
lib/AST/Decl.cpp | 14 ++++++++++++++
lib/CodeGen/CodeGenModule.cpp | 37 +++++++++++++++++++++++++++++++++++++
lib/CodeGen/CodeGenModule.h | 4 ++++
lib/Driver/ToolChains.cpp | 4 ++--
lib/Driver/Tools.cpp | 11 +++++++----
test/Driver/cuda-detect.cu | 3 +++
8 files changed, 86 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 llvm.
from fa85d67 [InstCombine] add test for missing vector icmp fold
new 1e230bc Enhance SCEV to compute the trip count for some loops with un [...]
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/Analysis/ScalarEvolution.h | 7 ++
lib/Analysis/ScalarEvolution.cpp | 81 ++++++++++++++++++++--
.../ScalarEvolution/trip-count-unknown-stride.ll | 54 +++++++++++++++
3 files changed, 138 insertions(+), 4 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/trip-count-unknown-stride.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.