summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[MachineSink][AArch64] Enable sink-and-fold by default (#72132)"upstream/revert-72132-enable-sink-and-foldMomchil Velikov2023-11-162-2/+2
* [SROA] Allow `llvm.launder.invariant.group` intrinsic to be splittableAntonio Frighetto2023-11-162-3/+86
* [clang] Make `-fvisibility={}` and `-ftype-visibility={}` benign options. (#7...Juergen Ributzka2023-11-164-2/+145
* [flang][NVPTX] Add initial support to the NVPTX target (#71992)Fabian Mora2023-11-1615-18/+134
* [SLP][NFC]Unify matching for perfect diamond match between cost and codegenAlexey Bataev2023-11-161-11/+29
* [lldb][DWARFASTParserClang][NFC] Clarify comment around static member variabl...Michael Buch2023-11-161-2/+2
* [AMDGPU] Fix GCNRewritePartialRegUses pass: vector regclass is selected inste...Valery Pykhtin2023-11-163-75/+83
* [SLP]Fix PR72524: "Out-of-bounds shuffle mask element" failed.Alexey Bataev2023-11-162-2/+91
* [AArch64] Introduce the Armv9.5-A architecture version (#72392)Lucas Duarte Prates2023-11-1611-5/+50
* [llvm] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-163-14/+3
* [SLP]Fix PR72202: wrong mask emission for the first found vectorAlexey Bataev2023-11-162-16/+17
* [gn build] Port 7f28e8ced7efLLVM GN Syncbot2023-11-161-0/+1
* [TargetInstrInfo][NFC] Don't restrict isAddImmediate description to physical ...Alex Bradbury2023-11-161-3/+3
* [RISCV] Implement RISCVInstrInfo::isAddImmediate (#72356)Alex Bradbury2023-11-164-1/+121
* [SLP][NFC]Add a test for PR72202 to show a bug in a mask generation forAlexey Bataev2023-11-161-0/+53
* [RISCV] Split regalloc between RVV and other (#72096)Piyou Chen2023-11-161-0/+108
* [AIX] Disable flaky ClangScanDeps testJake Egan2023-11-161-0/+2
* [Clang][SME2] Add single and multi min/max by vector builtins (#71707)Sam Tebbs2023-11-163-0/+902
* [clang][Interp] Implement IntegralAP::mul() (#72491)Timm Baeder2023-11-162-7/+21
* [libc] Remove recursion in get_object_files_for_test to improve build time. (...lntue2023-11-161-36/+47
* [CUDA][HIP] make trivial ctor/dtor host device (#72394)Yaxun (Sam) Liu2023-11-1610-8/+71
* [mlir][gpu] Introduce `gpu.dynamic_shared_memory` Op (#71546)Guray Ozen2023-11-1611-22/+388
* [mlir][nvvm] Add `cp.async.bulk.tensor.shared.cluster.global.multicast` (#72429)Guray Ozen2023-11-163-7/+77
* [Flang][OpenMP][OpenACC] Hoist nonAtomic Expr in atomic intrinsics (#72131)Kiran Chandramohan2023-11-164-33/+140
* [NFC][libc++] Fixes double space in comment.Mark de Wever2023-11-161-1/+1
* [AMDGPU] Prefer v_madak_f32 over v_madmk_f32 to reduce vgpr pressure (#72506)Jay Foad2023-11-162-38/+54
* [LV] Regenerate check lines for scalable-trunc-min-bitwidth.ll.Florian Hahn2023-11-161-18/+39
* [SPIRV] Do not remove capability from all caps (#68194)Paulo Matos2023-11-162-3/+9
* [LV] Replace undef with constant and pointer argument in tests.Florian Hahn2023-11-161-8/+8
* [MachineSink][AArch64] Enable sink-and-fold by default (#72132)Momchil Velikov2023-11-162-2/+2
* [DAG] ISD::is*Load/is*Store - merge isa<>/cast<> calls into single dyn_cast<>...Simon Pilgrim2023-11-161-16/+16
* [AArch64][Windows] Add MC support for ec_context (#69520)Billy Laws2023-11-167-3/+33
* [AArch64][Windows] Add llvm-readobj support for ec_context unwind opcode (#69...Billy Laws2023-11-162-0/+10
* [MachineLICM] Allow hoisting loads from invariant address (#70796)Igor Kirillov2023-11-1614-127/+630
* [libc++] Fix minor formatting error in test/support/counting_projection.h (#7...Will Hawkins2023-11-161-1/+1
* Revert "[AArch64][SME2] Add ldr_zt, str_zt builtins and intrinsics (#71795)"Matt Devereau2023-11-1610-147/+13
* [CGSCCPassManagerTest] Replace no-op bitcast to create constant using the old...Youngsuk Kim2023-11-161-3/+2
* [AMDGPU] Update rewrite-partial-reg-uses tests. NFC. (#72499)Valery Pykhtin2023-11-163-1807/+1806
* [Clang][Sema] Differentiate between partial/explicit specializations when dia...Krystian Stasiowski2023-11-164-8/+45
* [InstCombine] Add exact flags for ext idiom `shr (shl X, Y), Y` (#72483)Yingwei Zheng2023-11-1621-126/+124
* [llvm][CMake][TableGen] Add all TableGen files to tablegen_compile_commands.y...David Spickett2023-11-162-26/+27
* [libc++][doc] Updates format status page.Mark de Wever2023-11-161-0/+3
* [libc++] Adds tests for deprecation macros. (#72425)Mark de Wever2023-11-161-0/+12
* [libc++] Update status after the Kona meeting. (#72421)Mark de Wever2023-11-1625-65/+1563
* [ELF] Merge verdefIndex into versionId. NFC (#72208)Fangrui Song2023-11-166-28/+28
* [clang-tidy] bugprone-assert-side-effect non-const operator methods (#71974)schenker2023-11-163-0/+33
* [clang][Interp] Implement bitwise operations for IntegralAP (#71807)Timm Baeder2023-11-162-5/+15
* [AMDGPU] - Add constant folding for s_bitreplicate (#72366)Jessica Del2023-11-162-2/+15
* [NFC] [C++20] [Modules] Add a test from issue 71484Chuanqi Xu2023-11-161-0/+41
* [GitHub] Compress mlir/spirv patterns in CODEOWNERS. NFCI. (#72485)Jakub Kuderski2023-11-161-12/+3