summaryrefslogtreecommitdiff
path: root/llvm/lib/IR
AgeCommit message (Expand)Author
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
2025-11-18[HLSL][DirectX] Use a padding type for HLSL buffers. (#167404)Justin Bogner
2025-11-18[DebugInfo][IR] Verifier checks for the extraData (#167971)Laxman Sole
2025-11-18[LLVM][InstSimplify] Add folds for SVE integer reduction intrinsics. (#167519)Paul Walker
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-17[LLVM-Tablegen] Pretty Printing Arguments in LLVM Intrinsics (#162629)Dharuni R Acharya
2025-11-14RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (#167996)Matt Arsenault
2025-11-14[MergeICmp][profcheck] Propagate profile info (#167594)Mircea Trofin
2025-11-12[llvm-c] Add bindings for DbgRecord (#166383)Maxime Arthaud
2025-11-11[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-11-12RuntimeLibcalls: Add libcall entries for sleef and armpl modf functions (#166...Matt Arsenault
2025-11-11[IR] "modular-format" attribute for functions using format strings (#147429)Daniel Thornburgh
2025-11-11Add FramePointerKind::NonLeafNoReserve (#163775)Nabeel Omer
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-10RuntimeLibcalls: Add call entries for sincos sleef and armpl libcalls (#166983)Matt Arsenault
2025-11-10RuntimeLibcalls: Add entries for vector sincospi functions (#166981)Matt Arsenault
2025-11-10TargetLibraryInfo: Split off VectorLibrary enum and flag (#166980)Matt Arsenault
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev
2025-11-08[llvm] Allow Rust personality name to contain arbitrary prefix (#166095)nora
2025-11-07Add `llvm.vector.partial.reduce.fadd` intrinsic (#159776)Damian Heaton
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-11-06[LLVM][DebugInfo] Allow ExtraData field to be a node reference (#165023)Laxman Sole
2025-11-05Analysis: Add RuntimeLibcall analysis pass (#165196)Matt Arsenault
2025-11-05[NFC][LLVM][IR] Cleanup namespace usage in LLVM IR cpp files (#166477)Rahul Joshi
2025-11-05RuntimeLibcalls: Split lowering decisions into LibcallLoweringInfo (#164987)Matt Arsenault
2025-11-05[ProfCheck][NFC] Make Function argument from branch weight setter optional (#...Mircea Trofin
2025-11-05Revert "IR: Remove null UseList checks in hasNUses methods (#165929)" (#166500)Matt Arsenault
2025-11-04RuntimeLibcalls: Add stub API for getting function signatures (#166290)Matt Arsenault
2025-11-04[SimplifyCFG]: Switch on umin replaces default (#164097)kper
2025-11-04IR: Remove null UseList checks in hasNUses methods (#165929)Matt Arsenault
2025-11-02[llvm] Remove redundant typename (NFC) (#166087)Kazu Hirata
2025-11-02[IR] Remove redundant declarations (NFC) (#166084)Kazu Hirata
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[NVPTX] Add ex2.approx bf16 support and cleanup intrinsic definition (#165446)Alex MacLean
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-10-25[llvm] Use iterator_range<T>(Container &&) (NFC) (#165117)Kazu Hirata
2025-10-24[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-10-24[IR] Fix Module::setModuleFlag for uniqued metadata (#164580)Andrew Savonichev
2025-10-23IR/Verifier: Allow vector type in atomic load and store (#148893)jofrn
2025-10-22[ThinLTO] Add index flag for internalization/promotion status (#164530)Teresa Johnson
2025-10-22[AutoUpgrade] Gracefully handle invalid alignment on masked intrinsicsNikita Popov
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss
2025-10-21[ThinLTO] Make SummaryList private (NFC) (#164355)Teresa Johnson
2025-10-21[IR] Do not combine ptrtoaddr and truncNikita Popov
2025-10-21TableGen: Use IfDefEmitter (#164209)Matt Arsenault
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-17[NFC][IR][DebugInfo] Fix typos in comments (#163957)J. Ryan Stinnett
2025-10-17[AMDPGU] Auto-upgrade ELF mangling in the data layout (#163644)Joseph Huber
2025-10-17[Matrix][IR] Cap stride bitwidth at 64 (#163729)Nathan Corbyn