This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fc942931a47 [ARM][Asm] Fix layering violation introduced by r326795
new 2d74623e2e1 [AMDGPU] Fix lowering OpenCL enqueue_kernel
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:
.../AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp | 52 ++++++------
test/CodeGen/AMDGPU/enqueue-kernel.ll | 93 ++++++++++------------
2 files changed, 69 insertions(+), 76 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 284a16b4d0 [clang-format] fix handling of consecutive unary operators
new fa9132665b [X86] Fix typo in cpuid.h, bit_AVX51SER->bit_AVX512ER.
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/Headers/cpuid.h | 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 gcc-7-branch
in repository gcc.
from 82c4de86d82 * gcc-interface/trans.c (convert_with_check): Fix typo in [...]
new 7aeeadbd184 gcc/ Backport from mainline 2018-02-22 Vladimir Makarov [...]
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 | 19 +++++++++++++++++++
gcc/lra-constraints.c | 16 +++++++++++-----
gcc/lra-eliminations.c | 4 ++--
gcc/lra-int.h | 11 ++++++++---
gcc/lra-lives.c | 4 +++-
gcc/lra-spills.c | 2 +-
gcc/lra.c | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr81572.c | 13 +++++++++++++
9 files changed, 67 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81572.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 lldb.
from b99d21cd9 ObjectFileMachO: split CreateSections mega-function into more [...]
new 74e7893ff Rewrite TestTargetSymbolsBuildidCase to be more focused
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/Modules/build-id-case.yaml | 42 ++++++++++++++++++++++
.../lldbsuite/test/linux/buildidcase/Makefile | 20 -----------
.../buildidcase/TestTargetSymbolsBuildidCase.py | 22 ------------
.../Python/lldbsuite/test/linux/buildidcase/main.c | 3 --
tools/lldb-test/lldb-test.cpp | 4 ++-
5 files changed, 45 insertions(+), 46 deletions(-)
create mode 100644 lit/Modules/build-id-case.yaml
delete mode 100644 packages/Python/lldbsuite/test/linux/buildidcase/Makefile
delete mode 100644 packages/Python/lldbsuite/test/linux/buildidcase/TestTargetSymb [...]
delete mode 100644 packages/Python/lldbsuite/test/linux/buildidcase/main.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 0cf7d296a2f [ARM]Decoding MSR with unpredictable destination register c [...]
new fc942931a47 [ARM][Asm] Fix layering violation introduced by r326795
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/MCContext.h | 9 +--------
lib/MC/MCParser/AsmParser.cpp | 7 ++++++-
2 files changed, 7 insertions(+), 9 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 2a9d5b1b030 test commit: fix typo in comment
new 0cf7d296a2f [ARM]Decoding MSR with unpredictable destination register c [...]
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/ARM/AsmParser/ARMAsmParser.cpp | 12 ++++++++++++
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 5 +++--
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 3 ++-
test/MC/ARM/thumbv8m.s | 6 ++++++
test/MC/Disassembler/ARM/invalid-thumb-MSR-MClass.txt | 8 ++++----
5 files changed, 27 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 libcxx.
from f31b30dc5 Added P0805 to the list of ready bits
new 06ac7cdfc Implement P0767R1 - Deprecate POD
new c80697556 One more test for P0767:
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:
test/std/depr/depr.c.headers/stddef_h.pass.cpp | 8 ++
.../language.support/support.types/byte.pass.cpp | 6 +-
.../support.types/max_align_t.pass.cpp | 7 ++
.../meta.trans.other/aligned_storage.pass.cpp | 102 +++++++++++++++++++++
www/cxx2a_status.html | 4 +-
5 files changed, 124 insertions(+), 3 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 b2970c238e gdb/riscv: Fix type when reading register from regcache
new 228f15081e btrace: Remove btrace disable cleanup
new 5312700841 btrace: Remove VEC cleanups
new 7ea78b5973 btrace: Remove ui_out cleanups
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:
gdb/ChangeLog | 25 ++++++++
gdb/common/gdb_vecs.h | 31 +++++++++
gdb/record-btrace.c | 169 +++++++++++++++++++++++++++-----------------------
gdb/ui-out.c | 44 -------------
gdb/ui-out.h | 8 ---
5 files changed, 146 insertions(+), 131 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 2fb672c0b90 [Asm] Add debug printing for assembler macros
new 2a9d5b1b030 test commit: fix typo in comment
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/AsmPrinter.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 clang-tools-extra.
from 5902ab46 [clangd] Fix -Wpedantic warning, NFC.
new 89f02bf2 [clangd] Address missed comments from D44003
new 215e4069 [clang-tidy] Fix one corner case in make-unique check.
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:
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 10 +---------
test/clang-tidy/modernize-make-unique.cpp | 8 ++++++++
unittests/clangd/FuzzyMatchTests.cpp | 6 ++++--
3 files changed, 13 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.