This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6bfb70cd1c3 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1
new 8d5bfcf7746 2018-11-09 Bill Schmidt <wschmidt(a)linux.ibm.com> Jin [...]
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/ChangeLog | 7 +++++++
gcc/config/rs6000/xmmintrin.h | 24 ++++++++++++++----------
2 files changed, 21 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 9887d2b015d [docs][statepoint] tweak a title
new 3ccdf221e97 [CostModel] Add SK_ExtractSubvector handling to getInstruct [...]
new 7bade9c965f [Power9] Allow gpr callee saved spills in prologue to vecto [...]
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/CodeGen/MachineFrameInfo.h | 29 ++++-
include/llvm/IR/Instructions.h | 19 +++
lib/Analysis/TargetTransformInfo.cpp | 10 +-
lib/CodeGen/MIRPrinter.cpp | 26 ++--
lib/CodeGen/PrologEpilogInserter.cpp | 28 +++++
lib/IR/Instructions.cpp | 29 +++++
lib/Target/PowerPC/PPCFrameLowering.cpp | 139 +++++++++++++++++----
lib/Target/PowerPC/PPCFrameLowering.h | 7 ++
.../CostModel/X86/shuffle-extract_subvector.ll | 72 +++++------
test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir | 62 +++++++++
10 files changed, 342 insertions(+), 79 deletions(-)
create mode 100644 test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir
--
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 eb1d06bbb Resubmit "Fix bug in PE/COFF plugin."
new 6a1a18db5 [NativePDB] Add support for bitfield records.
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/SymbolFile/NativePDB/Inputs/bitfields.lldbinit | 5 ++
lit/SymbolFile/NativePDB/bitfields.cpp | 61 ++++++++++++++++++++++
.../SymbolFile/NativePDB/UdtRecordCompleter.cpp | 24 +++++++--
3 files changed, 86 insertions(+), 4 deletions(-)
create mode 100644 lit/SymbolFile/NativePDB/Inputs/bitfields.lldbinit
create mode 100644 lit/SymbolFile/NativePDB/bitfields.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 llvm.
from fcdc267f220 [llvm-cov] Add lcov tracefile export format.
new fd0b2c484ae Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no [...]
new 9887d2b015d [docs][statepoint] tweak a title
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:
docs/Statepoints.rst | 4 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 10 ++---
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 3 --
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 21 +---------
test/DebugInfo/NVPTX/debug-file-loc-only.ll | 48 ----------------------
5 files changed, 6 insertions(+), 80 deletions(-)
delete mode 100644 test/DebugInfo/NVPTX/debug-file-loc-only.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 9096f2a5c6 [clang-cl] Add warning for /Zc:dllexportInlines- when the fl [...]
new 223835dbb1 [OPENMP][NVPTX]Allow to use shared memory for the target|tea [...]
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 | 150 +++++++++++++--------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 6 +-
test/OpenMP/nvptx_data_sharing.cpp | 11 +-
...tx_distribute_parallel_generic_mode_codegen.cpp | 8 +-
test/OpenMP/nvptx_parallel_codegen.cpp | 11 +-
test/OpenMP/nvptx_parallel_for_codegen.cpp | 11 +-
...arget_teams_distribute_parallel_for_codegen.cpp | 9 +-
..._teams_distribute_parallel_for_simd_codegen.cpp | 9 +-
test/OpenMP/nvptx_teams_codegen.cpp | 26 ++--
9 files changed, 143 insertions(+), 98 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 66e6766eea4 [SystemZ] Avoid inserting same value after replication
new fcdc267f220 [llvm-cov] Add lcov tracefile export format.
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:
docs/CommandGuide/llvm-cov.rst | 22 +++-
docs/ReleaseNotes.rst | 3 +-
.../llvm-cov/showLineExecutionCounts-lcov.test | 38 +++++++
tools/llvm-cov/CMakeLists.txt | 1 +
tools/llvm-cov/CodeCoverage.cpp | 47 +++++++-
tools/llvm-cov/CoverageExporterLcov.cpp | 125 +++++++++++++++++++++
...verageExporterJson.h => CoverageExporterLcov.h} | 14 +--
tools/llvm-cov/CoverageViewOptions.h | 3 +-
tools/llvm-cov/SourceCoverageView.cpp | 8 ++
9 files changed, 241 insertions(+), 20 deletions(-)
create mode 100644 test/tools/llvm-cov/showLineExecutionCounts-lcov.test
create mode 100644 tools/llvm-cov/CoverageExporterLcov.cpp
copy tools/llvm-cov/{CoverageExporterJson.h => CoverageExporterLcov.h} (68%)
--
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 e815f25dd revert rL346478
new eb1d06bbb Resubmit "Fix bug in PE/COFF plugin."
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:
.../NativePDB/Inputs/globals-bss.lldbinit | 3 ++
lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 12 ++++----
lit/SymbolFile/NativePDB/globals-bss.cpp | 35 ++++++++++++++++++++++
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +++-
4 files changed, 49 insertions(+), 7 deletions(-)
create mode 100644 lit/SymbolFile/NativePDB/Inputs/globals-bss.lldbinit
create mode 100644 lit/SymbolFile/NativePDB/globals-bss.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 binutils-gdb.
from d07b621f4c [ARC] More fixes for TLS.
new 20b233dc48 Fixed warning from previous patch. Added Changelog.
new dfbfec241a Correct comment concerning PE timestamp insertion.
new 5d762de01c Fix a typo in iconv.m4.
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:
bfd/ChangeLog | 18 ++++++++++++++++++
bfd/elf32-arc.c | 3 ++-
bfd/peXXigen.c | 3 ++-
binutils/ChangeLog | 4 ++++
binutils/configure | 2 +-
config/ChangeLog | 5 +++++
config/iconv.m4 | 2 +-
gdb/ChangeLog | 4 ++++
gdb/configure | 2 +-
intl/ChangeLog | 4 ++++
intl/configure | 2 +-
11 files changed, 43 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 d3f62312022 AMDGPU: Add testcase to demonstrate a condition with pre-ex [...]
new 66e6766eea4 [SystemZ] Avoid inserting same value after replication
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/SystemZ/SystemZISelLowering.cpp | 4 +++-
test/CodeGen/SystemZ/vec-move-19.ll | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/vec-move-19.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.