This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 95dc1a4cb7 [CodeGen][ObjC] Make block copy/dispose helper functions exc [...]
new a37cc0790f [RISCV] Add support for interrupt attribute
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/Basic/Attr.td | 12 ++++++
include/clang/Basic/AttrDocs.td | 23 +++++++++++
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++-
lib/CodeGen/TargetInfo.cpp | 21 ++++++++++
lib/Sema/SemaDeclAttr.cpp | 62 ++++++++++++++++++++++++++++++
test/Sema/riscv-interrupt-attr.c | 62 ++++++++++++++++++++++++++++++
test/Sema/riscv-interrupt-attr.cpp | 16 ++++++++
7 files changed, 205 insertions(+), 1 deletion(-)
create mode 100644 test/Sema/riscv-interrupt-attr.c
create mode 100644 test/Sema/riscv-interrupt-attr.cpp
--
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 bda26fe08 Don't print two errors for unknown commands.
new 6aae82f4e Fix duplicate suggestions after an ambiguous command
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:
.../lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py | 2 +-
source/Interpreter/CommandInterpreter.cpp | 2 --
2 files changed, 1 insertion(+), 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 lld.
from 4f5b0c12a [ELF] Fix linker-script-in-search-path.s
new 848479831 [COFF] clean up global resources after completion
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:
COFF/Driver.cpp | 3 +++
1 file changed, 3 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 clang.
from 8441afe6e6 [OPENMP] Force OpenMP 4.5 when compiling for offloading.
new 95dc1a4cb7 [CodeGen][ObjC] Make block copy/dispose helper functions exc [...]
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/CGBlocks.cpp | 132 +++++++++++++++++++++-----------------
lib/CodeGen/CGDecl.cpp | 12 +++-
lib/CodeGen/CodeGenFunction.h | 20 +++++-
test/CodeGenObjC/blocks.m | 5 +-
test/CodeGenObjCXX/arc-blocks.mm | 135 ++++++++++++++++++++++++++++++++++++++-
5 files changed, 239 insertions(+), 65 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 d5bb4679680 PR testsuite/86660 * testsuite/libgomp.c++/for-15.C (resu [...]
new 0aeec5f1690 * src/c++98/locale_init.cc: Fix #ifdef condition.
new e6562f4b156 PR tree-optimization/86043 - strlen after memcpy partially [...]
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/ChangeLog | 12 ++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.dg/attr-nonstring-2.c | 8 +--
gcc/testsuite/gcc.dg/strlenopt-54.c | 109 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 109 ++++++++++++++++++++++++--------
gcc/tree.c | 103 ++++++++++++++++++++++++------
gcc/tree.h | 8 ++-
libstdc++-v3/ChangeLog | 4 ++
libstdc++-v3/src/c++98/locale_init.cc | 2 +-
9 files changed, 311 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-54.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 gcc-8-branch
in repository gcc.
from 9c6ba5082fb Backported from mainline 2018-07-17 Jakub Jelinek <jaku [...]
new 51ed514b3b1 Backported from mainline 2018-07-17 Jakub Jelinek <jaku [...]
new 0f80f2ce0a2 Backported from mainline 2018-07-24 Jakub Jelinek <jaku [...]
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/ChangeLog | 11 ++++++++++
gcc/expmed.c | 9 +++++---
gcc/omp-low.c | 15 ++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr86627.c | 28 +++++++++++++++++++++++++
libgomp/ChangeLog | 3 +++
libgomp/testsuite/libgomp.c++/pr86542.C | 37 +++++++++++++++++++++++++++++++++
7 files changed, 104 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr86627.c
create mode 100644 libgomp/testsuite/libgomp.c++/pr86542.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 lldb.
from f8a71facf Revert "[DataFormatters] Add formatter for C++17 std::optional."
new bda26fe08 Don't print two errors for unknown commands.
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:
.../{abbreviation => wrong_commands}/.categories | 0
.../wrong_commands/TestWrongCommands.py | 39 ++++++++++++++++++++++
source/Interpreter/CommandInterpreter.cpp | 27 ---------------
3 files changed, 39 insertions(+), 27 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{abbreviation => wrong_command [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/wrong_commands/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 gcc-8-branch
in repository gcc.
from 6343de936be PR middle-end/86660 * omp-low.c (scan_sharing_clauses): D [...]
new 0ac6b64ee14 Backported from mainline 2018-07-10 Jakub Jelinek <jaku [...]
new 9c6ba5082fb Backported from mainline 2018-07-17 Jakub Jelinek <jaku [...]
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/ChangeLog | 13 +++++++++--
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/module.c | 17 ++++++++++++++-
gcc/gimplify.c | 34 ++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gfortran.dg/vect/pr86421.f90 | 35 ++++++++++++++++++++++++++++++
libgomp/ChangeLog | 8 +++++++
libgomp/testsuite/libgomp.c++/pr86539.C | 28 ++++++++++++++++++++++++
8 files changed, 150 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr86421.f90
create mode 100644 libgomp/testsuite/libgomp.c++/pr86539.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 da3868db1ab [InstCombine] add tests for udiv with common factor; NFC
new 01c573fe17b [DEBUGINFO, NVPTX] Emit correct debug information for local [...]
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/AsmPrinter.h | 4 ++++
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 +++++--
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 6 ++++++
lib/Target/NVPTX/NVPTXAsmPrinter.h | 2 ++
lib/Target/NVPTX/NVPTXFrameLowering.cpp | 8 ++++++++
lib/Target/NVPTX/NVPTXFrameLowering.h | 2 ++
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 24 +++++++++++++-----------
7 files changed, 40 insertions(+), 13 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 3615fab87ed [DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_fr [...]
new da3868db1ab [InstCombine] add tests for udiv with common factor; NFC
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/div.ll | 82 ++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.