This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b108c9c 2017-01-18 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 209c42f 2017-01-18 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/ChangeLog | 6 ++++++
gcc/config/rs6000/altivec.md | 4 ++--
2 files changed, 8 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 libcxx.
from 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace.
new aa0c167 [libcxx] [test] Add msvc_stdlib_force_include.hpp.
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/support/msvc_stdlib_force_include.hpp | 79 ++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
create mode 100644 test/support/msvc_stdlib_force_include.hpp
--
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 0c8faf5 2017-01-18 Louis Krupp <louis.krupp(a)zoho.com>
new b108c9c 2017-01-18 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/ChangeLog | 5 +++++
gcc/config/rs6000/altivec.h | 2 +-
2 files changed, 6 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 82823ef [InstCombine] add an assert to make a shl+icmp transform assu [...]
new 4683557 [InstCombine] add tests for shl nsw with icmp eq/ne; NFCI
new 01355e8 Improve the `-filter-print-funcs` option to skip the banner f [...]
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/Analysis/CallGraphSCCPass.cpp | 16 +++++++++++++---
test/Transforms/InstCombine/icmp-shl-nsw.ll | 25 +++++++++++++++++++++++++
2 files changed, 38 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 gcc.
from fbe9724 Implement LANG_HOOKS_TYPE_FOR_SIZE for jit
new 0c8faf5 2017-01-18 Louis Krupp <louis.krupp(a)zoho.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 | 15 ++
gcc/fortran/invoke.texi | 5 +
gcc/fortran/lang.opt | 4 +
gcc/fortran/trans-expr.c | 6 +-
gcc/fortran/trans-stmt.c | 198 +++++++++++----------
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gfortran.dg/pr50069_1.f90 | 9 +
gcc/testsuite/gfortran.dg/pr50069_2.f90 | 11 ++
gcc/testsuite/gfortran.dg/pr55086_1.f90 | 63 +++++++
gcc/testsuite/gfortran.dg/pr55086_1_tfat.f90 | 64 +++++++
gcc/testsuite/gfortran.dg/pr55086_2.f90 | 32 ++++
gcc/testsuite/gfortran.dg/pr55086_2_tfat.f90 | 33 ++++
...mmy_4.f90 => pr55086_aliasing_dummy_4_tfat.f90} | 8 +-
13 files changed, 361 insertions(+), 99 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr50069_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr50069_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr55086_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr55086_1_tfat.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr55086_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr55086_2_tfat.f90
copy gcc/testsuite/gfortran.dg/{aliasing_dummy_4.f90 => pr55086_aliasing_dummy_4_t [...]
--
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 a1c9212 [InstCombine] remove a redundant check; NFCI
new 9c79f14 [CodeGenPrepare] Fix a typo in the comment. NFC.
new 82823ef [InstCombine] add an assert to make a shl+icmp transform assu [...]
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/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 10 +++++++++-
2 files changed, 10 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 clang.
from ec7d993 [OpenMP] Support for the if-clause on the combined directive [...]
new a845dd1 Remove now redundant code that ensured debug info for class d [...]
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/CodeGenModule.cpp | 17 -----------------
lib/CodeGen/CodeGenModule.h | 1 -
2 files changed, 18 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 c4eb817 2017-01-18 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com> * co [...]
new 4e2cb1d PR c++/68666 - member variable template-id
new fbe9724 Implement LANG_HOOKS_TYPE_FOR_SIZE for jit
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 | 8 +++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/pt.c | 2 +-
gcc/cp/typeck.c | 5 ++-
gcc/jit/ChangeLog | 5 +++
gcc/jit/dummy-frontend.c | 49 +++++++++++++++++++++++++++---
gcc/testsuite/g++.dg/concepts/var-templ3.C | 12 ++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ55.C | 12 ++++++++
8 files changed, 88 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/var-templ3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ55.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 gcc.
from 6b5236a jit.dg: fix issue with compilation of test-threads.c
new c4eb817 2017-01-18 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com> * 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:
gcc/ChangeLog | 8 +
gcc/config/rs6000/rs6000-protos.h | 2 +-
gcc/config/rs6000/rs6000.c | 318 +++++++++++++++++------
gcc/config/rs6000/rs6000.md | 21 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/{strncmp-1.c => strcmp-1.c} | 73 +++---
gcc/testsuite/gcc.dg/strncmp-1.c | 57 ++--
7 files changed, 338 insertions(+), 145 deletions(-)
copy gcc/testsuite/gcc.dg/{strncmp-1.c => strcmp-1.c} (88%)
--
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 ea8cb15 [ASTReader] Add a DeserializationListener callback for IMPORT [...]
new ec7d993 [OpenMP] Support for the if-clause on the combined directive [...]
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/OpenMPClause.h | 40 ++-
include/clang/AST/RecursiveASTVisitor.h | 1 +
lib/AST/OpenMPClause.cpp | 3 +-
lib/AST/StmtProfile.cpp | 1 +
lib/CodeGen/CGStmtOpenMP.cpp | 41 ++-
lib/Sema/SemaOpenMP.cpp | 186 ++++++++++++-
lib/Serialization/ASTReaderStmt.cpp | 4 +-
lib/Serialization/ASTWriterStmt.cpp | 2 +
test/OpenMP/target_parallel_if_codegen.cpp | 413 +++++++++++++++++++++++++++++
tools/libclang/CIndex.cpp | 1 +
10 files changed, 652 insertions(+), 40 deletions(-)
create mode 100644 test/OpenMP/target_parallel_if_codegen.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.