This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5a575ac79e2 [benchmark] Stop building benchmarks by default
new ac6174ed201 [TableGen] CodeGenDAGPatterns::GenerateVariants - basic cac [...]
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/CodeGenDAGPatterns.cpp | 16 ++++++++++++++--
1 file changed, 14 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 70775f2c97d /cp 2018-08-28 Paolo Carlini <paolo.carlini(a)oracle.com>
new 79ec46f461e PR libstdc++/87116 fix path::lexically_normal() handling of [...]
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:
libstdc++-v3/ChangeLog | 13 +++++
libstdc++-v3/src/filesystem/std-path.cc | 19 +++++--
.../27_io/filesystem/path/generation/normal.cc | 63 ++++++++++++++++++++--
3 files changed, 88 insertions(+), 7 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 6f1d64eb934 [Inliner] Attribute callsites with inline remarks
new 5a575ac79e2 [benchmark] Stop building benchmarks by default
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:
CMakeLists.txt | 2 +-
docs/CMake.rst | 2 +-
2 files changed, 2 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 lldb.
from 893b1d2ba Make the DYLD_INSERT_LIBRARIES workaround for SIP more robut [...]
new b0ca6ea7d Use a RAII guard to control access to DisassemblerLLVMC.
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:
.../Disassembler/llvm/DisassemblerLLVMC.cpp | 106 ++++++++++++---------
.../Plugins/Disassembler/llvm/DisassemblerLLVMC.h | 13 ---
2 files changed, 59 insertions(+), 60 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 da360ea600a [AMDGPU] Add support for a16 modifiear for gfx9
new fd5fafbedb3 [X86] Fix copy paste mistake in vector-idiv-v2i32.ll. Add m [...]
new 6f1d64eb934 [Inliner] Attribute callsites with inline remarks
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:
lib/Transforms/IPO/Inliner.cpp | 61 +++++++--
test/CodeGen/X86/vector-idiv-v2i32.ll | 230 +++++++++++++++++++++++---------
test/Transforms/Inline/inline-remark.ll | 48 +++++++
3 files changed, 268 insertions(+), 71 deletions(-)
create mode 100644 test/Transforms/Inline/inline-remark.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 binutils-gdb.
from 416a69af89 Mention csky target in the NEWS.
new 858d8004b0 Implement struct type_stack with a vector
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/ChangeLog | 25 ++++++++++++
gdb/parse.c | 112 +++++++++++++++++++++---------------------------------
gdb/parser-defs.h | 6 +--
3 files changed, 69 insertions(+), 74 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 eb85c6911 [LLD][ELF] - Simplify Call-Chain Clustering implementation a bit.
new 37db644fe [PPC64] Fix DQ-form instruction handling and emit error for m [...]
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/Arch/PPC64.cpp | 42 +++++++++++++++++++++++++++++------
test/ELF/ppc64-dq.s | 32 ++++++++++++++++++++++++++
test/ELF/ppc64-error-missaligned-dq.s | 26 ++++++++++++++++++++++
test/ELF/ppc64-error-missaligned-ds.s | 26 ++++++++++++++++++++++
4 files changed, 119 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/ppc64-dq.s
create mode 100644 test/ELF/ppc64-error-missaligned-dq.s
create mode 100644 test/ELF/ppc64-error-missaligned-ds.s
--
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 745664bd79 nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]
new d6c44c3d0c test-container: EPERM from unshare is UNSUPPORTED
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 +++++
support/test-container.c | 5 +++--
2 files changed, 8 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 3df07a217a0 [benchmark] Fix buildbots failing to identify regex support
new b300798fe5a [llvm-mca] Initialize each element in vector TimelineView:: [...]
new da360ea600a [AMDGPU] Add support for a16 modifiear for gfx9
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:
lib/Target/AMDGPU/AMDGPU.td | 11 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 37 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 7 +-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +-
lib/Target/AMDGPU/MIMGInstructions.td | 8 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 58 ++-
lib/Target/AMDGPU/SIInstrInfo.td | 2 +-
.../AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll | 136 +++++++
.../AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll | 435 +++++++++++++++++++++
test/MC/AMDGPU/mimg.s | 34 ++
tools/llvm-mca/Views/TimelineView.cpp | 27 +-
tools/llvm-mca/Views/TimelineView.h | 5 +-
14 files changed, 709 insertions(+), 59 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.a16.dim.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 test-suite.
from 81930acd cmake: Explicitely specify benchmark data
new 6e02139b [test-suite, CUDA] Fix some CMake problems
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:
External/CUDA/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.