This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1e82693 * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluatin [...]
new 535a0ca Fix initialization of UNIONs with -finit-derived.
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 | 10 +++
gcc/fortran/expr.c | 91 ++++++++++++++++++++++
gcc/fortran/resolve.c | 6 ++
gcc/fortran/trans-expr.c | 83 +++++++++++++++-----
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gfortran.dg/dec_init_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/dec_init_2.f90 | 2 +-
.../gfortran.dg/{dec_init_1.f90 => dec_init_3.f90} | 69 ++++++++--------
gcc/testsuite/gfortran.dg/dec_init_4.f90 | 80 +++++++++++++++++++
9 files changed, 292 insertions(+), 58 deletions(-)
copy gcc/testsuite/gfortran.dg/{dec_init_1.f90 => dec_init_3.f90} (53%)
create mode 100644 gcc/testsuite/gfortran.dg/dec_init_4.f90
--
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 74679f0 [Driver][OpenMP] Add specialized action builder for OpenMP of [...]
new 6743f51 [MS ABI] Reuse getVFPtrOffsets instead of using getClassAtVTa [...]
new 977531d [CodeGen] Provide an appropriate alignment for dynamic allocas
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/CGBuiltin.cpp | 8 +++++-
lib/CodeGen/MicrosoftCXXABI.cpp | 56 ++++++++++++-----------------------------
test/CodeGen/builtins-ms.c | 2 +-
3 files changed, 24 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 fw/heap-protector
in repository glibc.
at 1488185 malloc: Implement heap protector
This branch includes the following new commits:
new 41bc6bb malloc: Use accessors for chunk metadata access
new e1afae2 sysmalloc: Initialize previous size field of mmaped chunks
new 37a0a90 Generate additional secret keys for the heap protector
new 1488185 malloc: Implement heap protector
The 4 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.
--
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 b5143b0 ARM: ensure that the Windows DBZ check is in range
new 1020d5b [X86][AVX512DQ] Move v2i64 and v4i64 MUL lowering to tablegen
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/Target/X86/X86ISelLowering.cpp | 27 ++++-----------------------
lib/Target/X86/X86InstrAVX512.td | 17 +++++++++++++++++
2 files changed, 21 insertions(+), 23 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 09ceae6 [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
new 74679f0 [Driver][OpenMP] Add specialized action builder for OpenMP of [...]
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/Driver/Driver.cpp | 129 ++++++++++++++++++++++++++++++++++++++--
test/Driver/openmp-offload.c | 138 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 261 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 07e9e1a Switch all DWARF variables for tags, attributes and forms ove [...]
new b5143b0 ARM: ensure that the Windows DBZ check is in range
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/Target/ARM/ARMISelLowering.cpp | 11 +++------
lib/Target/ARM/ARMInstrThumb.td | 7 ++++++
test/CodeGen/ARM/Windows/dbzchk.ll | 38 +++++++++++-------------------
test/CodeGen/ARM/Windows/division-range.ll | 15 ++++++++++++
test/CodeGen/ARM/Windows/division.ll | 20 +++++++---------
5 files changed, 47 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGen/ARM/Windows/division-range.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 llvm.
from 146c52f Add Loop Sink pass to reverse the LICM based of basic block f [...]
new 07e9e1a Switch all DWARF variables for tags, attributes and forms ove [...]
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:
.../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 19 ++++++----
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 18 +++++----
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 11 +++---
include/llvm/Support/Dwarf.def | 2 +-
include/llvm/Support/Dwarf.h | 3 +-
.../DWARF/DWARFAbbreviationDeclaration.cpp | 43 +++++++++++-----------
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 24 +++++++-----
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 15 +++++---
tools/llvm-dwp/llvm-dwp.cpp | 10 ++---
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 4 +-
12 files changed, 87 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 clang.
from ae5b8bc [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
new 8a30650 Expand -Wlogical-not-parentheses to also fire on `!x & A`.
new 09ceae6 [Driver][OpenMP] Create tool chains for OpenMP offloading kind.
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/DiagnosticDriverKinds.td | 5 ++
include/clang/Basic/DiagnosticSemaKinds.td | 8 ++-
include/clang/Driver/Action.h | 1 +
include/clang/Driver/Driver.h | 23 ++++++++
include/clang/Sema/Sema.h | 4 +-
lib/Driver/Action.cpp | 4 ++
lib/Driver/Driver.cpp | 79 ++++++++++++++++++++++++++
lib/Driver/Tools.cpp | 85 ++++++----------------------
lib/Sema/SemaExpr.cpp | 31 ++++++----
test/Driver/openmp-offload.c | 37 ++++++++++++
test/SemaCXX/warn-logical-not-compare.cpp | 41 +++++++++++++-
11 files changed, 234 insertions(+), 84 deletions(-)
create mode 100644 test/Driver/openmp-offload.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 1de0324 [mips] Do not allow -opt-bisect-limit to skip the PIC call op [...]
new 146c52f Add Loop Sink pass to reverse the LICM based of basic block f [...]
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 7 +
include/llvm/Transforms/Utils/LoopUtils.h | 11 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/LICM.cpp | 17 +-
lib/Transforms/Scalar/LoopSink.cpp | 328 ++++++++++++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 5 +
test/Transforms/LICM/loopsink.ll | 286 ++++++++++++++++++++++++++
test/Transforms/LICM/sink.ll | 60 ++++++
10 files changed, 703 insertions(+), 14 deletions(-)
create mode 100644 lib/Transforms/Scalar/LoopSink.cpp
create mode 100644 test/Transforms/LICM/loopsink.ll
create mode 100644 test/Transforms/LICM/sink.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 clang.
from 82e00e5 Attempt to make clang-format.py python 3 - compatible.
new f1efcdf [coroutines] Add allocation and deallocation substatements.
new ae5b8bc [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
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/AST/StmtCXX.h | 8 +
include/clang/Driver/Action.h | 15 ++
lib/CodeGen/CGCoroutine.cpp | 24 +-
lib/CodeGen/CGStmt.cpp | 2 +
lib/CodeGen/CodeGenFunction.h | 1 +
lib/Driver/Driver.cpp | 398 +++++++++++++++++++++++-----------
lib/Sema/SemaCoroutine.cpp | 155 ++++++++++++-
test/CodeGenCoroutines/coro-alloc.cpp | 114 ++++++++++
8 files changed, 576 insertions(+), 141 deletions(-)
create mode 100644 test/CodeGenCoroutines/coro-alloc.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.