This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f8c6acca4 Cleanup DWARFCompileUnit and DWARFUnit in preparation for add [...]
new f3bdb34f4 Fix windows build after r329296
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:
.../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp | 1 +
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 1 +
2 files changed, 2 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 openacc-gcc-7-branch
in repository gcc.
from e5af02cb854 [openacc] Add vector-length-128-10.c
new e2b9a1353b5 [nvptx] Handle large vector reductions
new ab0a922c41b [nvptx] Enable large vectors
new 1a6b7180400 [nvptx] Add -mlong-vector-in-workers
new a5c20661043 [nvptx] Handle large vectors in libgomp
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.
Summary of changes:
gcc/ChangeLog.openacc | 51 ++++
gcc/config/nvptx/nvptx-protos.h | 1 +
gcc/config/nvptx/nvptx.c | 303 ++++++++++++++++++---
gcc/config/nvptx/nvptx.h | 2 +
gcc/config/nvptx/nvptx.md | 12 +
gcc/config/nvptx/nvptx.opt | 3 +
gcc/omp-offload.c | 7 +
gcc/omp-offload.h | 2 +
libgomp/ChangeLog.openacc | 25 ++
libgomp/plugin/plugin-nvptx.c | 10 +-
.../vector-length-128-1.c | 5 +-
.../vector-length-128-10.c | 1 -
.../vector-length-128-2.c | 5 +-
...vector-length-128-2.c => vector-length-128-4.c} | 15 +-
...vector-length-128-2.c => vector-length-128-5.c} | 14 +-
...vector-length-128-1.c => vector-length-128-6.c} | 13 +-
...vector-length-128-1.c => vector-length-128-7.c} | 12 +-
...vector-length-128-3.c => vector-length-128-8.c} | 18 +-
...vector-length-128-3.c => vector-length-128-9.c} | 18 +-
.../libgomp.oacc-c-c++-common/vred2d-128.c | 2 -
libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 1 -
21 files changed, 430 insertions(+), 90 deletions(-)
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-2.c => vector- [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-2.c => vector- [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-1.c => vector- [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-1.c => vector- [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-3.c => vector- [...]
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-3.c => vector- [...]
--
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 e13fd70d0a1 PR c++/85228 - ICE with lambda in enumerator.
new 74894b80c6e PR c++/84665 - ICE with array of empty class.
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/cp/ChangeLog | 3 +++
gcc/cp/decl2.c | 2 +-
gcc/testsuite/g++.dg/ext/attr-noinline-4.C | 10 ++++++++++
3 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/attr-noinline-4.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 39903ab821b Fix the buildbots after r329304.
new f7c52db82e9 Fix r329293: Add a missing CMake dependency
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:
unittests/Passes/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 8c6c51699f8 [MC][Tablegen] Allow models to describe the retire control [...]
new 39903ab821b Fix the buildbots after r329304.
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:
utils/TableGen/SubtargetEmitter.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 lldb.
from a17fc9be0 Remove unused NativeProcessProtocol.h include from Platform.h
new f8c6acca4 Cleanup DWARFCompileUnit and DWARFUnit in preparation for add [...]
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:
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 580 +------------------
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 106 +---
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 4 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 622 +++++++++++++++++----
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 69 ++-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 12 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +-
8 files changed, 569 insertions(+), 828 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 e111158b8 [ELF] Don't add NOLOAD sections to segment
new 165ee289d Initialize OutputOff to zero.
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:
ELF/InputSection.h | 2 +-
test/ELF/merge-gc-piece.s | 11 ++++++++++-
2 files changed, 11 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 02f3e0be784 [PatternMatch] define m_FNeg using m_FSub
new 8c6c51699f8 [MC][Tablegen] Allow models to describe the retire control [...]
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/MC/MCSchedule.h | 7 ++--
include/llvm/Target/TargetSchedule.td | 19 +++++++++-
lib/Target/X86/X86ScheduleBtVer2.td | 5 +++
test/tools/llvm-mca/X86/BtVer2/dot-product.s | 11 +++---
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 43 +++++++++++------------
test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 42 +++++++++++-----------
tools/llvm-mca/Backend.h | 6 ++--
tools/llvm-mca/Dispatch.cpp | 18 ++++++++++
tools/llvm-mca/Dispatch.h | 20 ++++-------
utils/TableGen/CodeGenSchedule.cpp | 26 +++++++++++++-
utils/TableGen/CodeGenSchedule.h | 12 +++++--
utils/TableGen/SubtargetEmitter.cpp | 17 +++++++++
12 files changed, 153 insertions(+), 73 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 binutils-gdb.
from 043e9508be Stop the IA64 linker from removing unwind tables when garbag [...]
new 67faf1f4c2 MIPS: Fix GOT page counter in multi-got links
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:
gold/ChangeLog | 6 ++++++
gold/mips.cc | 19 +++++++++----------
2 files changed, 15 insertions(+), 10 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 b3b089c2c5c [PowerPC] fix assertion failure due to missing instruction [...]
new 02f3e0be784 [PatternMatch] define m_FNeg using m_FSub
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/IR/PatternMatch.h | 32 +++++++-------------------------
test/Transforms/InstCombine/fcmp.ll | 7 ++-----
test/Transforms/InstCombine/fdiv.ll | 7 ++-----
test/Transforms/InstCombine/fma.ll | 4 +---
test/Transforms/InstCombine/fmul.ll | 11 ++++-------
5 files changed, 16 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.