This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d248c5b3252 Revert "[llvm-mca][CMake] Remove unused libraries from set [...]
new 7a843434af3 [AMDGPU] Fix lowering 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 | 50 +++++++++++++---------
test/CodeGen/AMDGPU/enqueue-kernel.ll | 21 +++++++--
2 files changed, 47 insertions(+), 24 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 7175a52e21 [Driver] Don't forward -m[no-]unaligned-access options to GC [...]
new 21027f253e [NEON] Support vfma_n and vfms_n intrinsics
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/Basic/arm_neon.td | 4 ++--
test/CodeGen/aarch64-neon-2velem.c | 23 +++++++++++++++++++++++
2 files changed, 25 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-tools-extra.
from b91631e6 [clang-tidy] fix buildbots from hicpp-signed-bitwise
new 689190bc [clang-apply-replacements] Convert tooling::Replacements to t [...]
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:
.../Tooling/ApplyReplacements.h | 82 ++---
.../lib/Tooling/ApplyReplacements.cpp | 331 ++++++---------------
clang-apply-replacements/tool/CMakeLists.txt | 1 +
.../tool/ClangApplyReplacementsMain.cpp | 154 +---------
.../Inputs/basic/file2.yaml | 8 +-
.../Inputs/conflict/expected.txt | 23 +-
.../Inputs/identical/file1.yaml | 18 ++
.../Inputs/identical/identical.cpp | 2 +
.../Inputs/order-dependent/expected.txt | 3 +
.../Inputs/order-dependent/file1.yaml | 13 +
.../Inputs/order-dependent/file2.yaml | 13 +
.../Inputs/order-dependent/order-dependent.cpp | 1 +
test/clang-apply-replacements/identical.cpp | 5 +
test/clang-apply-replacements/order-dependent.cpp | 7 +
.../ApplyReplacementsTest.cpp | 6 +-
unittests/clang-apply-replacements/CMakeLists.txt | 2 +-
.../clang-apply-replacements/ReformattingTest.cpp | 67 -----
17 files changed, 215 insertions(+), 521 deletions(-)
create mode 100644 test/clang-apply-replacements/Inputs/identical/file1.yaml
create mode 100644 test/clang-apply-replacements/Inputs/identical/identical.cpp
create mode 100644 test/clang-apply-replacements/Inputs/order-dependent/expected.txt
create mode 100644 test/clang-apply-replacements/Inputs/order-dependent/file1.yaml
create mode 100644 test/clang-apply-replacements/Inputs/order-dependent/file2.yaml
create mode 100644 test/clang-apply-replacements/Inputs/order-dependent/order-depe [...]
create mode 100644 test/clang-apply-replacements/identical.cpp
create mode 100644 test/clang-apply-replacements/order-dependent.cpp
delete mode 100644 unittests/clang-apply-replacements/ReformattingTest.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 gcc.
from d2cbf1213aa sched-rgn: run add_branch_dependencies for sel-sched (PR 84301)
new 05fd7eb3d8e sched-deps: respect deps->readonly in macro-fusion (PR 84566)
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 | 6 ++++++
gcc/sched-deps.c | 3 ++-
2 files changed, 8 insertions(+), 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 llvm.
from b7cfdd3ca04 Revert "[AMDGPU] Ensure there are enough registers for wave [...]
new d248c5b3252 Revert "[llvm-mca][CMake] Remove unused libraries from set [...]
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:
tools/llvm-mca/CMakeLists.txt | 6 ++++++
1 file changed, 6 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 gcc.
from 38c94fb52af PR tree-optimization/85331 * vec-perm-indices.h (vec_perm [...]
new d2cbf1213aa sched-rgn: run add_branch_dependencies for sel-sched (PR 84301)
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 | 6 ++++++
gcc/sched-rgn.c | 9 ++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr84301.c | 15 +++++++++++++++
4 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84301.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 3796ce17257 [AArch64][AsmParser] Split index parsing from vector list.
new b7cfdd3ca04 Revert "[AMDGPU] Ensure there are enough registers for wave [...]
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/AMDGPU/AMDGPUAsmPrinter.cpp | 13 -------------
test/CodeGen/AMDGPU/wave_dispatch_regs.ll | 18 ------------------
2 files changed, 31 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/wave_dispatch_regs.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 6f411905a8 [Sema] Fix built-in decrement operator overload resolution
new 7175a52e21 [Driver] Don't forward -m[no-]unaligned-access options to GC [...]
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/Gnu.cpp | 7 +++++++
test/Driver/gcc_forward.c | 6 ++++++
2 files changed, 13 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 binutils-gdb.
from a8eb42a8b7 Remove i860, i960, bout and aout-adobe targets
new 50146e7022 Add Rust test case for ".." struct initializer
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/simple.exp | 3 +++
2 files changed, 7 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 4f9dd686235 [AMDGPU] Ensure there are enough registers for wave dispatch
new 3796ce17257 [AArch64][AsmParser] Split index parsing from vector list.
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/AsmParser/AArch64AsmParser.cpp | 50 +++++++++++------------
1 file changed, 23 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.