summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-13[𝘀𝗽𝗿] changes to main this commit is based onusers/tomershafir/spr/main.codegen-add-2-subtarget-hooks-canlowertozerocycleregmovezeroingtomershafir
2025-07-13[AArch64][SME] Instcombine `llvm.aarch64.sme.in.streaming.mode()` (#147930)Benjamin Maxwell
2025-07-13[LV] Update fmax tests to include ogt/olt/ole/ugt predicates.Florian Hahn
2025-07-13Turn off uninitialized warnings for GCC up to 14. (#147968)Harald van Dijk
2025-07-13[SPARC][IAS] Add definitions for cryptographic instructionsKoakuma
2025-07-13[mlir][Transforms] Dialect Conversion: `allowPatternRollback` to check foldin...Matthias Springer
2025-07-13[AArch64] Add a cost for v2i32 vecreduce.add.David Green
2025-07-13[ARM] Use CostKind in getShuffleCost getMVEVectorCostFactor.David Green
2025-07-13[libc++] Don't instantiate allocators in __hash_table on an incomplete type (...Nikolas Klauser
2025-07-12MCFragment: Refactor code for MCFragmentFangrui Song
2025-07-13[Clang][P1061] Fix template arguments in local classes (#121225)Jason Rice
2025-07-13[unittest] Add missing LLVM include directory to target (#148362)Michał Górny
2025-07-13RuntimeLibcalls: Avoid adding f80 calls to default set (#147658)Matt Arsenault
2025-07-13RuntimeLibcalls: Avoid adding ppcf128 calls to non-ppc targets (#147656)Matt Arsenault
2025-07-13RISCV: Start moving runtime libcall config to tablegen (#147652)Matt Arsenault
2025-07-13RuntimeLibcalls: Stop using defset for default calls (#147651)Matt Arsenault
2025-07-13Hexagon: Move runtime libcall configuration to tablegen (#147482)Matt Arsenault
2025-07-13DAG: Use fast variants of fast math libcalls (#147481)Matt Arsenault
2025-07-12[mlir] Remove unused includes (NFC) (#148396)Kazu Hirata
2025-07-12[X86] Remove unnecessary casts (NFC) (#148395)Kazu Hirata
2025-07-12[PowerPC] Remove an unnecessary cast (NFC) (#148393)Kazu Hirata
2025-07-12[Mips] Remove unnecessary casts (NFC) (#148392)Kazu Hirata
2025-07-12[ARM] Remove unnecessary casts (NFC) (#148391)Kazu Hirata
2025-07-12Change binary path in libc test cmake file from relative to absolute (#148315)Amy Huang
2025-07-12[lldb][Format] Fall back to old function.name-with-args if language frame for...Michael Buch
2025-07-12[BOLT] Impute missing trace fall-through (#145258)Amir Ayupov
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2025-07-12[ProfileData] Remove an unnecessary cast (NFC) (#148341)Kazu Hirata
2025-07-12[AMDGPU] Remove unnecessary casts (NFC) (#148340)Kazu Hirata
2025-07-12[AArch64] Remove unnecessary casts (NFC) (#148339)Kazu Hirata
2025-07-12[Sema] Remove unnecessary casts (NFC) (#148338)Kazu Hirata
2025-07-12[AVR] Fix broken link in README.md (#146821)Tom Vijlbrief
2025-07-12[mlir][SPIRV] Do not access erased op in SPIRV->LLVM lowering (#148373)Matthias Springer
2025-07-12[libc] Baremetal version of clock (#146417)Petr Hosek
2025-07-12[Maintainers] Fix flang maintainers file name (#148382)Krzysztof Parzyszek
2025-07-13[libc][NFC] Revise file header for tanf exhaustive test. (#148348)Connector Switch
2025-07-12[clang-tidy] Use lexical anon-ns matcher in llvm-prefer-static-over-anonymous...Baranov Victor
2025-07-12[lldb] Add DWARFExpressionEntry and GetExpressionEntryAtAddress() to … (#14...Abdullah Mohammad Amin
2025-07-12[CIR] Implement SubOp for ComplexType (#148025)Amr Hesham
2025-07-12[libc][math] Refactor frexpf implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-12[mlir][Transforms][NFC] Dialect Conversion: Earlier `isIgnored` check (#148360)Matthias Springer
2025-07-12[mlir][cf] Do not access erased operation in `cf.cond_br` lowering (#148358)Matthias Springer
2025-07-12[mlir][SCF] Do not access erased op in `scf.while` lowering (#148356)Matthias Springer
2025-07-12[mlir][memref] Do not access erased op in `memref.global` lowering (#148355)Matthias Springer
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu
2025-07-12Revert "[Clang] [Diagnostics] Simplify filenames that contain '..'" (#148367)Sirraide
2025-07-12[clang-tidy][NFC] fixed invalid formatting in 'ReleaseNotes.rst' (#148352)Baranov Victor
2025-07-12[ASTMatchers][NFC] Replace `makeMatcher` function with CTAD (#147197)Victor Chernyakin
2025-07-12[AArch64] Fix the emission of WinCFI for pac-ret+leaf and SCS (#147518)Anatoly Trosinenko
2025-07-12[mlgo] Fix test post - #147716 (#148259)JaydeepChauhan14