This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70c796521ab [AArch64] Add isel pattern for v8i8->v2f32 NVCASTs.
new bd37d91039d [Power9]Legalize and emit code for converting Unsigned HWor [...]
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/PowerPC/PPCInstrVSX.td | 8 +++
test/CodeGen/PowerPC/f128-conv.ll | 141 ++++++++++++++++++++++++++++++++++++++
2 files changed, 149 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 c16c83ef6c [NVPTX] Emit debug info in DWARF-2 by default for Cuda devices.
new a33893a32b [MinGW] Try to fix asan testing after r330244
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/ToolChains/MinGW.cpp | 11 +++++------
1 file changed, 5 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 c947c65d49f [RISCV] Add specific tests for materialising imm32hi20 constants
new 70c796521ab [AArch64] Add isel pattern for v8i8->v2f32 NVCASTs.
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/AArch64/AArch64InstrInfo.td | 1 +
test/CodeGen/AArch64/arm64-nvcast.ll | 16 ++++++++++++++++
2 files changed, 17 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 lldb.
from e3ccabef6 Report more precise error message when attach fails
new 435dabf61 [LIT] Have lit run the lldb test suite
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:
lit/Suite/lit.cfg | 29 +++++++++++++++++
lit/{Unit => Suite}/lit.site.cfg.in | 6 ++--
lit/Suite/lldbtest.py | 64 +++++++++++++++++++++++++++++++++++++
test/CMakeLists.txt | 17 +++++++---
4 files changed, 109 insertions(+), 7 deletions(-)
create mode 100644 lit/Suite/lit.cfg
copy lit/{Unit => Suite}/lit.site.cfg.in (82%)
create mode 100644 lit/Suite/lldbtest.py
--
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 ad6944ff337 [Power9]Legalize and emit code for converting (Un)Signed Wo [...]
new c947c65d49f [RISCV] Add specific tests for materialising imm32hi20 constants
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/CodeGen/RISCV/imm.ll | 16 ++++++++++++++++
1 file changed, 16 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 llvm.
from f44d5a8b288 [DEBUG] Initial adaptation of NVPTX target for debug info e [...]
new ad6944ff337 [Power9]Legalize and emit code for converting (Un)Signed Wo [...]
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/PowerPC/PPCInstrVSX.td | 11 ++-
test/CodeGen/PowerPC/f128-conv.ll | 161 +++++++++++++++++++++++++++++++++++++-
2 files changed, 170 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 b62c028144 [OPENMP] Code cleanup and code improvements.
new c16c83ef6c [NVPTX] Emit debug info in DWARF-2 by default for Cuda devices.
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/ToolChains/Cuda.cpp | 39 ++++++++++++++++++++++++++++---
lib/Driver/ToolChains/Cuda.h | 2 ++
test/Driver/cuda-dwarf-2.cu | 47 +++++++++++++++++++++++++++++++++++++
test/Driver/cuda-external-tools.cu | 2 +-
test/Driver/openmp-offload-gpu.c | 48 ++++++++++++++++++++++++++++++++++++++
5 files changed, 134 insertions(+), 4 deletions(-)
create mode 100644 test/Driver/cuda-dwarf-2.cu
--
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 bb1ae438ca5 [x86] Switch EFLAGS copy lowering to use reg-reg form of te [...]
new f44d5a8b288 [DEBUG] Initial adaptation of NVPTX target for debug info e [...]
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/AsmPrinter/DwarfDebug.cpp | 22 +-
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 26 +-
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h | 11 +
.../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 12 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 94 +
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 46 +
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 150 +-
lib/Target/NVPTX/NVPTXAsmPrinter.h | 8 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 28 +-
lib/Target/NVPTX/NVPTXSection.h | 45 -
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 59 +-
test/DebugInfo/NVPTX/cu-range-hole.ll | 291 +
test/DebugInfo/NVPTX/debug-file-loc.ll | 74 +-
test/DebugInfo/NVPTX/debug-info.ll | 8339 +++++++++++++++++++-
15 files changed, 8898 insertions(+), 308 deletions(-)
create mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
create mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
delete mode 100644 lib/Target/NVPTX/NVPTXSection.h
create mode 100644 test/DebugInfo/NVPTX/cu-range-hole.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 d71677b5d5 [Sema] Disable built-in increment operator for bool in overl [...]
new b62c028144 [OPENMP] Code cleanup and code improvements.
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 | 24 +-
include/clang/Sema/Sema.h | 115 +-
lib/AST/OpenMPClause.cpp | 4 +-
lib/Sema/SemaExpr.cpp | 10 +-
lib/Sema/SemaExprMember.cpp | 2 +-
lib/Sema/SemaOpenMP.cpp | 1995 ++++++++++----------
.../nvptx_target_parallel_reduction_codegen.cpp | 6 +-
7 files changed, 1071 insertions(+), 1085 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 glibc.
from c4375964db hurd: Fix spurious installation of headers defining hidden p [...]
new d6397de369 Make build-many-glibcs.py build GCC for powerpcspe with --en [...]
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:
ChangeLog | 5 +++++
scripts/build-many-glibcs.py | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.