This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c87c796e20 [OPENMP] Do not mark captured variables as artificial in deb [...]
new d4fdc25fce [OPENMP] General improvement of code, 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:
lib/Basic/OpenMPKinds.cpp | 22 +++++++++++-----------
lib/Sema/SemaOpenMP.cpp | 19 ++++++++++++++++---
2 files changed, 27 insertions(+), 14 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 release_50
in repository lldb.
from 05c1c5ef7 Merging r312008: -------------------------------------------- [...]
new 04e00a976 Merging r318039:
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:
source/Expression/IRExecutionUnit.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from e9c07bf65 Remove unused variable.
new f9f25e9d4 Remove extra minuses from command option
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:
source/Commands/CommandObjectTarget.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 binutils-gdb.
from 88465e872c [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler
new 1daad298d6 [testsuite] Pass pthreads in prepare_for_testing
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/info-os.exp | 2 +-
gdb/testsuite/gdb.multi/multi-attach.exp | 2 +-
3 files changed, 7 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 gcc.
from 532d84ffa31 PR c++/60336 PR middle-end/67239 PR target/68355 * c-de [...]
new c6dd3ad517b [ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr56184.C).
new 9482b21e370 Avoid two_valued_val_range_p for pointers.
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 | 6 ++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.c-torture/compile/pr83104.c | 5 +++++
gcc/testsuite/gcc.target/arm/pr56184.C | 2 +-
gcc/vr-values.c | 2 +-
5 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83104.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 e8850416f69 [DebugInfo] Dump a .debug_line section, including line-numb [...]
new ac77244cc8d [AMDGPU] Fix SITargetLowering::LowerCall for pointer info o [...]
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/AMDGPU/SIISelLowering.cpp | 5 ++--
test/CodeGen/AMDGPU/sibling-call.ll | 53 ++++++++++++++++++------------------
2 files changed, 30 insertions(+), 28 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 51604e7db9 [OpenMP] Adjust arguments of nvptx runtime functions
new c87c796e20 [OPENMP] Do not mark captured variables as artificial in deb [...]
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/CGOpenMPRuntimeNVPTX.cpp | 14 +++++++++++---
lib/CodeGen/CGStmtOpenMP.cpp | 24 +++++++++++++++++++++---
test/OpenMP/target_parallel_debug_codegen.cpp | 10 ++++++++++
3 files changed, 42 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 de6575266b8 compiler: make comparison operator() methods const
new c3bc01bec8b * lib/target-supports.exp (check_effective_target_bswap16) [...]
new 74a5d13106e 2017-11-22 Tamar Christina <tamar.christina(a)arm.com>
new 9b5945c3f65 [ARM] Factor out CMSE register clearing code
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:
gcc/ChangeLog | 15 ++
gcc/config/arm/arm.c | 283 +++++++++++----------
gcc/config/arm/arm_neon.h | 66 +++++
gcc/testsuite/ChangeLog | 22 ++
.../gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c | 32 +--
.../gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c | 32 +--
.../gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c | 32 +--
.../gcc.target/arm/cmse/mainline/hard/cmse-13.c | 24 +-
.../gcc.target/arm/cmse/mainline/hard/cmse-7.c | 16 +-
.../gcc.target/arm/cmse/mainline/hard/cmse-8.c | 16 +-
gcc/testsuite/gcc.target/arm/simd/vdot-compile.c | 56 ++++
.../advsimd-intrinsics => arm/simd}/vect-dot-qi.h | 3 +-
gcc/testsuite/gcc.target/arm/simd/vect-dot-s8.c | 12 +
gcc/testsuite/gcc.target/arm/simd/vect-dot-u8.c | 12 +
gcc/testsuite/lib/target-supports.exp | 4 +-
15 files changed, 404 insertions(+), 221 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/simd/vdot-compile.c
copy gcc/testsuite/gcc.target/{aarch64/advsimd-intrinsics => arm/simd}/vect-dot-qi [...]
create mode 100644 gcc/testsuite/gcc.target/arm/simd/vect-dot-s8.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/vect-dot-u8.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 229c3418bc5 [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.
new 6d338d10251 [AMDGPU][mc][tests] Updated generated lit tests for GFX8/9
new e8850416f69 [DebugInfo] Dump a .debug_line section, including line-numb [...]
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/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 4 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 18 +-
test/DebugInfo/X86/dwarfdump-line-only.s | 93 +
test/DebugInfo/dwarfdump-64-bit-dwarf.test | 30 +
test/MC/AMDGPU/gfx8_asm_all.s | 2007 ++++++++++++++++
test/MC/AMDGPU/gfx9_asm_all.s | 3105 +++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt | 1683 ++++++++++++++
test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt | 2919 +++++++++++++++++++++++
9 files changed, 9857 insertions(+), 7 deletions(-)
create mode 100644 test/DebugInfo/X86/dwarfdump-line-only.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.