summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-26AMDGPU/GlobalISel: Add regbanklegalize rules for uniform global loadsusers/petar-avramovic/uniform-load-rulesPetar Avramovic
2025-06-26[Support] Remove workarounds for building with mingw.org toolchains (#145683)Martin Storsjö
2025-06-26[VPlan] Unroll VPReplicateRecipe by VF. (#142433)Florian Hahn
2025-06-26[libc++] Don't try to wait on a thread that hasn't started in std::async, tak...Nikolas Klauser
2025-06-26[flang] handle common block used as BIND(C) module variables (#145669)jeanPerier
2025-06-26[MLIR][ArmNeon] Add an ArmNeon operation which maps to `bfmmla` (#145038)Momchil Velikov
2025-06-26[BOLT] Gadget scanner: detect untrusted LR before tail call (#137224)Anatoly Trosinenko
2025-06-26[DOCS][BUILDBOT] Bump recommended worker version (#144853)Paschalis Mpeis
2025-06-26[ADT] Clean up TinyPtrVectorBenjamin Kramer
2025-06-26[ArrayRef] Bring MutableArrayRef's constructor in line with ArrayRefBenjamin Kramer
2025-06-26[Clang] Back out the source location workaround for CXXConstructExpr (#145260)Younan Zhang
2025-06-26[AMDGPU] upgrade test to use auto-generated llc checks (#145832)Sameer Sahasrabuddhe
2025-06-26[InstCombine] Add test for freeze of GEP with recurrence offset (NFC) (#145541)Cullen Rhodes
2025-06-26[mlir][vector] Restrict vector.insert/vector.extract to disallow 0-d vectors ...Andrzej Warzyński
2025-06-26[AArch64] Match indexed forms of fmul/fmla/fmls (#144892)Graham Hunter
2025-06-26[-Wunterminated-string-initialization] Handle C string literals ending with e...Ziqing Luo
2025-06-26[lldb][test] Remove debug code from TestCommandScriptAlias.pyDavid Spickett
2025-06-26[BOLT][AArch64] Make gs-pacret-autiasp.s deterministic (#145527)Paschalis Mpeis
2025-06-26[BOLT] Create marker for source changes in nfc-mode testing. (#142931)Paschalis Mpeis
2025-06-26[mlir][vector][nfc] Move vector.splat test (#145699)Andrzej Warzyński
2025-06-26[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)Guillaume Chatelet
2025-06-26[SpeculativeJIT] Add missing includeNikita Popov
2025-06-26[AMDGPU][SDAG] Tests for target-specific ISD::PTRADD combines (#143672)Fabian Ritter
2025-06-26[Sema] Avoid deep recursion in AnalyzeImplicitConversions (#145734)Ilya Biryukov
2025-06-26[AMDGPU][SDAG] Handle ISD::PTRADD in SelectionDAGAddressAnalysis (#142778)Fabian Ritter
2025-06-26[AMDGPU][SDAG] Add test for ISD::PTRADD handling in SelectionDAGAddressAnalys...Fabian Ritter
2025-06-26[AMDGPU][SDAG] Add ISD::PTRADD DAG combines (#142739)Fabian Ritter
2025-06-26AArch64: Remove AArch64MCExpr.hFangrui Song
2025-06-26[llvm-debuginfo-analyzer] Fix incorrect REQUIRES in WebAssembly test case (#1...Carlos Alberto Enciso
2025-06-26AArch64: Remove deprecated AArch64MCExpr::SpecifierFangrui Song
2025-06-26[AMDGPU] More tests for S_WAIT_XCNT insertion (#145681)Jay Foad
2025-06-26TargetLibraryInfo: Delete default TargetLibraryInfoImpl constructor (#145826)Matt Arsenault
2025-06-26PowerPC: Move PPCMCExpr into PPCMCAsmInfoFangrui Song
2025-06-26[DebugInfo] Specify x86_64 triple for test (#145797)David Blaikie
2025-06-26[PredicateInfo] Use BumpPtrAllocator for predicates (NFC) (#145692)Nikita Popov
2025-06-26[LegacyPM] Remove unused getAdjustedAnalysisPointer() method (NFC) (#145738)Nikita Popov
2025-06-26[mlir][Transforms][NFC] Store per-pattern IR modifications in separate state ...Matthias Springer
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault
2025-06-25[RISCV] Remove separate immediate condition codes from RISCVCC. NFC (#145762)Craig Topper
2025-06-26[Modules] Add merged Files to UsedModuleFilesChuanqi Xu
2025-06-25[RISCV] Use SelectAddrRegRegScale for Xqcisls instructions. (#145608)Craig Topper
2025-06-25[BOLT] Fix density for jump-through functions (#145619)Amir Ayupov
2025-06-26AMDGPU: Avoid report_fatal_error for unsupported ds_ordered_count (#145172)Matt Arsenault
2025-06-26[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)Carlos Alberto Enciso
2025-06-26[CMake] Fix for #144598: Move LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS backwardsNAKAMURA Takumi
2025-06-25[RISCV] Explicitly check for supported opcodes in optimizeCondBranch. NFC (#1...Craig Topper
2025-06-25[RISCV] Add more test cases for Xqcisls scaled load store instructions. NFCCraig Topper
2025-06-25[NFC][AMDGPU] Add a test that can cause backend crash (#145777)Shilei Tian
2025-06-25[clang-format][NFC] Remove a redundant check for nullOwen Pan
2025-06-25[AMDGPU] Adding AMDGPU dialect wrapper for ROCDL transpose loads. (#145395)Alan Li