summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-02Use IndexMap for PrelaodKernArgs.users/kerbowa/preload-kernarg-metadataAustin Kerbow
2025-08-02Rebase and address review comments.Austin Kerbow
2025-08-02Rebase on changes to move preloading lowering to its own pass.Austin Kerbow
2025-08-02Factor common emit hidden kernel args metadata.Austin Kerbow
2025-08-02Add suggested formatting changes, factor out common parts of emitKenrelArg. U...Austin Kerbow
2025-08-02[AMDGPU] Update code object metadata for kernarg preloadAustin Kerbow
2025-08-03[lldb][test] Skip tail_call_frames tests on older Clang versionsMichael Buch
2025-08-02[DAG] Always use stack to promote bitcast when the source is vector (#151065)Min-Yih Hsu
2025-08-02[AMDGPU] Add missing v_permlane_up_b32 test. NFC. (#151811)Stanislav Mekhanoshin
2025-08-02[AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions (#151810)Stanislav Mekhanoshin
2025-08-02MCFragment: Store the number of variable-size tail fixups as uint8_tFangrui Song
2025-08-02[IR2Vec][llvm-ir2vec] Changing clEnumValN to cl::SubCommand (#151384)S. VenkataKeerthy
2025-08-02[libc] fix build errors caused by atanhf16. (#151838)Muhammad Bassiouni
2025-08-02Reapply "[clang] Remove %T from tests (#151614)"Aiden Grossman
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-08-02RISCVAsmBackend::relaxDwarflineAddr: Try special opcodeFangrui Song
2025-08-02[AMDGPU] v_cvt_scalef32_pk16_* gfx1250 instructions (#151807)Stanislav Mekhanoshin
2025-08-02LoongArchAsmBackend: Simplify relaxDwarfLineAddr and remove getRelocPairForSizeFangrui Song
2025-08-02[clang-format][NFC] Maximize usage of isOneOf() in TokenAnnotator (#151658)Owen Pan
2025-08-02[VPlan] Update type of cloned instruction in scalarizeInstruction.Florian Hahn
2025-08-02RISCVAsmBackend: Simplify relaxDwarfLineAddr and remove getRelocPairForSizeFangrui Song
2025-08-02[RISCV] vsha2cl intrinsics should select vsha2cl instructions.Craig Topper
2025-08-02[TargetLowering] Use getShiftAmountConstant in buildSDIVPow2WithCMov.Craig Topper
2025-08-02[AMDGPU] v_cvt_scale_pk16 gfx1250 instructions (#151804)Stanislav Mekhanoshin
2025-08-02[LLVM] adjust lit.cfg.py for Cygwin (#151416)jeremyd2019
2025-08-02MCFragment: Use trailing data for fixed-size partFangrui Song
2025-08-02Revert "[RISCV] Refactor X60 scheduling model helper classes. NFC. (#151572)"Fangrui Song
2025-08-02[X86] Try to shrink i64 compares if the input has enough sign bits (#149719)AZero13
2025-08-02MC: Remove unused MCEncodedFragmentFangrui Song
2025-08-02MCAsmBackend::applyFixup: Change `Data` to indicate the relocated locationFangrui Song
2025-08-02[CG] Add VTs for v[567]i1 and v[567]f16 (#151763)Adam Nemet
2025-08-02[VPlan] Use vector tripcount if computable when simplifying conds. (#151034)Florian Hahn
2025-08-02[clang][bytecode][NFC] Code size is always aligned (#151824)Timm Baeder
2025-08-02[RISCV] Refactor X60 scheduling model helper classes. NFC. (#151572)Mikhail R. Gadelha
2025-08-02[clang] Proofread LanguageExtensions.rst (#151802)Kazu Hirata
2025-08-02[clang-tidy] Use llvm::none_of (NFC) (#151801)Kazu Hirata
2025-08-02[AST] Use llvm::iterator_range::empty (NFC) (#151800)Kazu Hirata
2025-08-02[llvm-objdump] Remove an unnecessary cast (NFC) (#151799)Kazu Hirata
2025-08-02[ExecutionEngine] Remove an unnecessary cast (NFC) (#151798)Kazu Hirata
2025-08-02[CIR] Fix outdated bitfield iteration logic in accumulateFields (#151741)Andres-Salamanca
2025-08-02[clang][NFC] Remove leftover comment (#151822)Timm Baeder
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch
2025-08-02[clang][bytecode] Fix D3DCOLORtoUBYTE4 hlsl test (#151819)Timm Baeder
2025-08-02[Offload][UnitTests] Fix incorrect CUDA path variable in CMake helper (#151820)Leandro Lacerda
2025-08-02[mlir][Transforms][NFC] Add missing FileCheck (#151817)Matthias Springer
2025-08-02[mlir][Transforms][NFC] Move rollback tests to separate file (#151809)Matthias Springer
2025-08-02[clang][bytecode] Don't call ctor of primitive array elements (#151725)Timm Baeder
2025-08-02[clang][bytecode] Replace MoveFn With DtorFn + memcpy (#151717)Timm Baeder
2025-08-02[clang-tidy] Skip declarations in system headers in RenamerClangTidyC… (#15...Carlos Galvez
2025-08-02[clang][diagnostics] Fix fix-it hint parenthesis placement for fold expressio...Iris Shi