This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository llvm.
from 05ef777d840 Merging r310604: ------------------------------------------ [...]
new 4e549e75cef Merging r309044, r309071, r309120, r309122, r309140 and r30 [...]
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/lit/lit/LitConfig.py | 2 +-
utils/lit/lit/TestRunner.py | 2 +-
utils/lit/lit/formats/__init__.py | 7 +-
utils/lit/lit/formats/base.py | 157 +++++++++++++++------
utils/lit/lit/formats/shtest.py | 33 +----
utils/lit/lit/run.py | 13 +-
.../Inputs/{shtest-shell => max-failures}/lit.cfg | 2 +-
utils/lit/tests/max-failures.py | 8 +-
utils/lit/tests/selecting.py | 2 +-
9 files changed, 137 insertions(+), 89 deletions(-)
copy utils/lit/tests/Inputs/{shtest-shell => max-failures}/lit.cfg (66%)
--
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 d457461f848 Orc: PR33769: Don't rely on comparisons with default constr [...]
new 9643e6bd782 [AMDGPU] Ported and adopted AMDLibCalls pass
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/AMDGPU.h | 8 +
lib/Target/AMDGPU/AMDGPULibCalls.cpp | 1670 +++++++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPULibFunc.cpp | 928 ++++++++++++++++
lib/Target/AMDGPU/AMDGPULibFunc.h | 348 ++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 25 +-
lib/Target/AMDGPU/CMakeLists.txt | 2 +
test/CodeGen/AMDGPU/simplify-libcalls.ll | 683 ++++++++++++
7 files changed, 3658 insertions(+), 6 deletions(-)
create mode 100644 lib/Target/AMDGPU/AMDGPULibCalls.cpp
create mode 100644 lib/Target/AMDGPU/AMDGPULibFunc.cpp
create mode 100644 lib/Target/AMDGPU/AMDGPULibFunc.h
create mode 100644 test/CodeGen/AMDGPU/simplify-libcalls.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-tools-extra.
from a0e453a8 Add hicpp-exception-baseclass to the HIC++ module.
new b4829b41 Enable exceptions for this test case to speculatively fix the [...]
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/clang-tidy/hicpp-exception-baseclass.cpp | 4 ++--
1 file 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 binutils-gdb.
from 93ab9c0de7 Add -z globalaudit linker command line option to set the DF_ [...]
new 98c5dfc994 x86: Allocate space for symbol names with symbol table
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:
bfd/ChangeLog | 7 +++++
bfd/elf32-i386.c | 75 ++++++++++++++++++++++++------------------------------
bfd/elf64-x86-64.c | 75 ++++++++++++++++++++++++------------------------------
3 files changed, 73 insertions(+), 84 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 09c4df1c6db [AVX512] Remove and autoupgrade many of the broadcast intrinsics
new d457461f848 Orc: PR33769: Don't rely on comparisons with default constr [...]
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/lli/OrcLazyJIT.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 794f3e8e Implement hicpp-braces-around-statements as an alias to reada [...]
new a0e453a8 Add hicpp-exception-baseclass to the HIC++ module.
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/hicpp/CMakeLists.txt | 1 +
clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 49 ++++++++++++++++++++++
...oAssemblerCheck.h => ExceptionBaseclassCheck.h} | 16 +++----
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 ++
docs/ReleaseNotes.rst | 6 +++
.../checks/hicpp-exception-baseclass.rst | 30 +++++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/hicpp-exception-baseclass.cpp | 42 +++++++++++++++++++
8 files changed, 140 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/hicpp/ExceptionBaseclassCheck.cpp
copy clang-tidy/hicpp/{NoAssemblerCheck.h => ExceptionBaseclassCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/hicpp-exception-baseclass.rst
create mode 100644 test/clang-tidy/hicpp-exception-baseclass.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 1f9d19bad73 [x86] use more shift or LEA for select-of-constants (2nd try)
new eab12873b7e [x86] Enable some support for lowerVectorShuffleWithUndefHa [...]
new 09c4df1c6db [AVX512] Remove and autoupgrade many of the broadcast intrinsics
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/IR/IntrinsicsX86.td | 60 ----------
lib/IR/AutoUpgrade.cpp | 23 ++++
lib/Target/X86/X86ISelLowering.cpp | 31 ++---
lib/Target/X86/X86IntrinsicsInfo.h | 26 +---
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 137 +++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 139 ---------------------
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 138 +++++++++++++++++++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 140 ----------------------
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 70 +++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 78 ------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 66 ++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 74 ------------
test/CodeGen/X86/madd.ll | 8 +-
test/CodeGen/X86/sad.ll | 48 ++++----
test/CodeGen/X86/vector-shuffle-512-v16.ll | 17 +--
test/CodeGen/X86/vector-shuffle-512-v32.ll | 4 +-
test/CodeGen/X86/vector-shuffle-512-v64.ll | 23 +---
test/CodeGen/X86/vector-shuffle-512-v8.ll | 4 +-
18 files changed, 487 insertions(+), 599 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 9ac295da5f1 [mips] Lift the assertion on the types that can be used wit [...]
new 85e8bedc1ae [globalisel][tablegen] Support zero-instruction emission.
new 1f9d19bad73 [x86] use more shift or LEA for select-of-constants (2nd try)
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 12 ++-
lib/Target/X86/X86ISelLowering.cpp | 100 ++++++++-------------
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 52 +++++++++++
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 18 ++--
test/CodeGen/X86/memcmp-optsize.ll | 48 +++++-----
test/CodeGen/X86/memcmp.ll | 42 ++++-----
test/CodeGen/X86/merge-consecutive-stores.ll | 8 +-
test/CodeGen/X86/mul-constant-result.ll | 30 +++----
test/CodeGen/X86/pr22338.ll | 20 ++---
test/CodeGen/X86/sbb.ll | 6 +-
test/CodeGen/X86/select.ll | 83 +++++++----------
test/CodeGen/X86/select_const.ll | 100 ++++++++++-----------
test/CodeGen/X86/sext-i1.ll | 16 ++--
utils/TableGen/GlobalISelEmitter.cpp | 69 ++++++++------
15 files changed, 311 insertions(+), 295 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 5338d61339 [mips] Add missing mips-registered-target to mips test.
new 58f82409fa [OpenMP] Enable previously successful offloading tests.
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/Cuda.cpp | 13 ++++++
lib/Driver/ToolChains/Cuda.h | 2 +-
test/Driver/openmp-offload-gpu.c | 95 ++++++++++++++++++++++++++++++++++++++++
test/Driver/openmp-offload.c | 21 ---------
4 files changed, 109 insertions(+), 22 deletions(-)
create mode 100644 test/Driver/openmp-offload-gpu.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 gcc.
from a0fa63ce696 Correct invalid ChangeLog entry
new 5b005e86c8c [PR lto/81430] Revert "Add nvptx_override_options_after_change"
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/nvptx/nvptx.c | 14 --------------
2 files changed, 7 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.