aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-15[SystemZ] Don't assert for i128 vectors in getInterleavedMemoryOpCost() (#78009)Jonas Paulsson2-1/+42
2024-01-15[GlobalISel] Make IRTranslator able to handle PHIs with empty types. (#73235)Dávid Ferenc Szabó2-0/+34
2024-01-15Require asserts for llvm/test/CodeGen/PowerPC/fence.llHans Wennborg1-0/+2
2024-01-15[SystemZ] Don't crash on undef source in shouldCoalesce() (#78056)Jonas Paulsson2-1/+77
2024-01-15[AMDGPU] Remove functions with incompatible gws attribute (#78143)Jay Foad2-1/+56
2024-01-15[AArch64][GlobalISel] Fix not extending GPR32->GPR64 result of anyext indexed...Amara Emerson3-5/+49
2024-01-15[clang] Reword apologetic Clang diagnostic messages (#76310)Pavel Gueorguiev9-20/+20
2024-01-15[Flang][OpenMP] Avoid default none errors for seq loop indices in par… (#76...Kiran Chandramohan2-1/+18
2024-01-15[TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (#75516)Qi Hu5-60/+82
2024-01-15[mlir][mesh] Remove rank attribute and rename dim_sizes to shape in ClusterOp...Boian Petkantchin13-166/+134
2024-01-15[SystemZ][z/OS] Add support for recognizing z/OS personality function in Clan...Yusra Syeda3-0/+10
2024-01-15[libc++abi] Improve error message when libunwind is missing from LLVM_ENABLE_...Louis Dionne1-0/+3
2024-01-15[Clang] Rename and enable boolean get, set, create and undef for sme2 (#77338)Sam Tebbs9-70/+141
2024-01-15[clang][Interp] Support __real/__imag on primitives (#75485)Timm Baeder2-2/+13
2024-01-15[ARM] add execute-only Armv6-M support to the release notes (#77937)Ties Stuij1-0/+1
2024-01-15[Flang][OpenMP] Minor cosmetic changes post-PR#77758, NFCKrzysztof Parzyszek1-4/+3
2024-01-15Revert "[mlir][ExecutionEngine] Add support for global constructors and destr...Cullen Rhodes2-38/+0
2024-01-15[Flang][OpenMP] Push genEval calls to individual operations, NFC (#77758)Krzysztof Parzyszek3-56/+89
2024-01-15[Format] Fix isStartOfName to recognize attributes (#76804)Ilya Biryukov3-9/+4
2024-01-15[MLIR][NVVM] Add support for aligned variants of cluster barriers (#78142)Durgadoss R3-3/+88
2024-01-15[Support] Windows Filesystem fs::status Conditionally Call GetFileAttributes ...Haydn Trigg1-7/+9
2024-01-15[clang][test][NFC] Enable more tests with new constexpr interpreterTimm Bäder5-0/+5
2024-01-15[lldb] Skip part of TestDataFormatterAdv (#72233)Pavel Labath1-1/+6
2024-01-15[bazel] Port 8e7f073eb42c92aa7a2b651ca314d7fcebf296e3Benjamin Kramer1-2/+2
2024-01-15[AMDGPU] Simplify GFX12 FLAT Real instruction definitions. NFC. (#78147)Jay Foad1-37/+42
2024-01-15[AArch64] Add costmodel tests for vectors with non-power-of-2 elements.Florian Hahn1-0/+327
2024-01-15[clang][ASTImporter] Fix import of variable template redeclarations. (#72841)Balázs Kéri2-10/+67
2024-01-15[InstCombine] pow-1.ll - regenerate checksSimon Pilgrim1-226/+541
2024-01-15[Flang] Clean up LoopVersioning LLVM_DEBUG blocks. NFC (#77818)David Green1-38/+32
2024-01-15[clang][Interp][NFC] Remove outdated FIXME commentTimm Bäder2-3/+0
2024-01-15[flang][runtime] Fix seg fault in intrinsic execute_command_line (#78126)SiHuaN1-8/+8
2024-01-15[mlir][nvgpu] Add `nvgpu.tma.async.store` (#77811)Guray Ozen4-0/+115
2024-01-15[SPIR-V] Strip convergence intrinsics before ISel (#75948)Nathan Gauër5-0/+104
2024-01-15[DFAJumpThreading] Extends the bitwidth of state from uint64_t to APInt (#78134)XChy2-20/+56
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai8-0/+140
2024-01-15[mlir] Reformat whitespace in dependent dialects codegen (#78090)mlevesquedion2-20/+30
2024-01-15[AMDGPU][NFC] Add GFX numbers to DefaultComponent feature (#77894)Mariusz Sikora1-2/+2
2024-01-15[X86][NFC] Simplify the definitions of shift instructionsShengchen Kan1-274/+82
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen76-1358/+1663
2024-01-15[MLIR][transform][python] Introduce abstractions for handles to values and pa...martin-luecke2-0/+156
2024-01-15[PowerPC] Fix shuffle combine with undef elements (#77787)Nikita Popov2-10/+12
2024-01-15[C++20] [Modules] [Serialization] Don't record '#pragma once' information in ...Chuanqi Xu2-1/+27
2024-01-15[Clang][SME2] Fix PSEL builtin predicates (#77097)Kerry McLaughlin3-98/+123
2024-01-15[Flang][RISCV] Set vscale_range based off zvl*b (#77277)Luke Lau2-9/+75
2024-01-15[flang][driver] Limit the usage of -mvscale-max and -mvscale-min (#77905)Andrzej Warzyński2-14/+39
2024-01-15[clang][Interp] Implement IntegralAP::{div, rem} (#72614)Timm Baeder2-4/+38
2024-01-15[flang][fir] update block argument types in boxed-procedure pass (#77914)jeanPerier2-0/+42
2024-01-15[mlir][Mesh] Fix invalid IR in rewrite pattern (#78094)Matthias Springer1-6/+7
2024-01-15Fix crash with modules and constexpr destructor (#69076)Jonas Hahnfeld3-4/+83
2024-01-15[NFC] Pre-commit case of ppcf128 extractelt softenQiu Chaofan1-15/+259