This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 608fcd9862f [CaptureTracking] Fixup const correctness of DomTree arg (NFC)
new ebab8e7d8d1 [X86][AArch64][NFC] Add tests for masked merge unfolding wi [...]
new 727ef0e543b [docs] Add a note on non-deterministic sorting order of equ [...]
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/CodingStandards.rst | 11 +++
.../unfold-masked-merge-scalar-variablemask.ll | 55 +++++++++++++
.../X86/unfold-masked-merge-scalar-variablemask.ll | 94 ++++++++++++++++++++++
3 files changed, 160 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 4a568e27a2 [analyzer] Add support for the note diagnostic pieces to pli [...]
new 82dc3bf215 [Driver] Android triples are not aliases for other triples.
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 | 126 ++++++++++++++++++++-------------
test/Driver/android-ndk-standalone.cpp | 35 +++++++++
2 files changed, 111 insertions(+), 50 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 bc9a0220 [clangd] Commit a heinous crime to make test hermetic and not [...]
new 84cdd83d [clang-tidy] Improve bugprone-unused-return-value check
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:
clang-tidy/bugprone/UnusedReturnValueCheck.cpp | 38 ++++++++++++-----
.../checks/bugprone-unused-return-value.rst | 9 +++-
.../bugprone-unused-return-value-custom.cpp | 24 +++++++++--
test/clang-tidy/bugprone-unused-return-value.cpp | 49 ++++++++++++++++++++++
4 files changed, 106 insertions(+), 14 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 98befe3296b [InstCombine] move tests for select with bit-test of condit [...]
new 608fcd9862f [CaptureTracking] Fixup const correctness of DomTree arg (NFC)
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/Analysis/CaptureTracking.h | 2 +-
lib/Analysis/CaptureTracking.cpp | 6 +++---
2 files changed, 4 insertions(+), 4 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 1fb60f8e003 AMDGPU/GlobalISel: Add support for amdgpu_ps calling convention
new 98befe3296b [InstCombine] move tests for select with bit-test of condit [...]
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/Transforms/InstCombine/apint-select.ll | 26 --
test/Transforms/InstCombine/select-icmp-and.ll | 444 +++++++++++++++++++++
.../InstCombine/select-with-bitwise-ops.ll | 200 ----------
test/Transforms/InstCombine/select.ll | 215 ----------
4 files changed, 444 insertions(+), 441 deletions(-)
create mode 100644 test/Transforms/InstCombine/select-icmp-and.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 llvm.
from 8801c5f87be [wasm] Fix uninitialized memory introduced in r330749.
new 1fb60f8e003 AMDGPU/GlobalISel: Add support for amdgpu_ps calling convention
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/AMDGPUCallLowering.cpp | 63 +++++++++++++++++-----
.../AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll | 16 ++++++
2 files changed, 65 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.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 f67c0c9171 Enable 'set print inferior-events' and improve detach/fork/k [...]
new 890d155592 Fix internal error caused by conflicting default version def [...]
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:
gold/ChangeLog | 19 +++++++++
gold/dynobj.cc | 5 ++-
gold/symtab.cc | 47 +++++++++++++++++-----
gold/symtab.h | 5 +++
gold/testsuite/Makefile.am | 17 ++++++++
gold/testsuite/Makefile.in | 22 +++++++++-
gold/testsuite/plugin_test.c | 39 ++++++++++++++----
.../{defsym_test.sh => ver_test_pr16504.sh} | 9 +++--
gold/testsuite/ver_test_pr16504_a.c | 5 +++
.../testsuite/ver_test_pr16504_a.script | 3 +-
gold/testsuite/ver_test_pr16504_b.c | 10 +++++
.../testsuite/ver_test_pr16504_b.script | 3 +-
12 files changed, 154 insertions(+), 30 deletions(-)
copy gold/testsuite/{defsym_test.sh => ver_test_pr16504.sh} (76%)
create mode 100644 gold/testsuite/ver_test_pr16504_a.c
copy ld/testsuite/ld-elf/pr19553.map => gold/testsuite/ver_test_pr16504_a.script (72%)
create mode 100644 gold/testsuite/ver_test_pr16504_b.c
copy ld/testsuite/ld-elf/pr19553.map => gold/testsuite/ver_test_pr16504_b.script (72%)
--
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 57e1e9a159 Improve -Warray-bounds to handle multiple array extents rath [...]
new 4a568e27a2 [analyzer] Add support for the note diagnostic pieces to pli [...]
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/StaticAnalyzer/Core/PlistDiagnostics.cpp | 126 ++++++++++++++++++++------
test/Analysis/copypaste/plist-diagnostics.cpp | 33 ++++++-
2 files changed, 127 insertions(+), 32 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 46e550273c4 [bugpoint] Fix crash when testing for miscompilation.
new 8801c5f87be [wasm] Fix uninitialized memory introduced in r330749.
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/MC/WasmObjectWriter.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 compiler-rt.
from aec8ba39d [sanitizer] More dead code removal
new 14248e1d6 Remove 'noexcept's that do not match between header and source file.
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/xray/xray_interface.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.