aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-09AMDGPU: Drop and upgrade llvm.amdgcn.atomic.csub/cond.sub to atomicrmw (#105553)HEADmainanjenner1-4/+0
2025-12-09[ADT] BitVector: give `subsetOf(RHS)` name to `!test(RHS)` (NFC) (#170875)Anatoly Trosinenko2-2/+9
2025-12-09[x86][AVX-VNNI] Fix VPDPWXXD Argument Types (#169456)BaiXilin1-30/+30
2025-12-09Add more missing `LLVM_ABI` annotations (#168765)Fabrice de Gans6-13/+17
2025-12-09[FMV][AArch64] Allow user to override version priority. (#150267)Alexandros Lamprineas4-5/+25
2025-12-09llvm: Export EliminateNewDuplicatePHINodes (#169564)Fabrice de Gans1-1/+5
2025-12-09 [JITLink] Add orc-runtime support for SystemZ (#171062)anoopkg61-2/+0
2025-12-09[DAGCombiner] Relax nsz constraint for FP optimizations (#165011)Guy David1-0/+6
2025-12-09[DAG] SDPatternMatch - Fix m_Reassociatable mismatching (#170061)Artur Bermond Torres1-19/+20
2025-12-09[IR][RISCV] Remove @llvm.experimental.vp.splat (#171084)Luke Lau2-14/+0
2025-12-08[AMDGPU] Add argument range annotations to intrinsics where applicable (#170958)Krzysztof Drewniak1-8/+10
2025-12-08[DAG] Generate UMULH/SMULH with wider vector types (#170283)David Green1-0/+11
2025-12-08[Clang][OpenMP] Switch to __kmpc_parallel_60 with strict parameter (#171082)Kevin Sala Penades1-3/+3
2025-12-08[ADT] Add `llvm::reverse_conditionally()` iterator (#171040)Benjamin Maxwell1-0/+12
2025-12-08[VPlan] Use BlockFrequencyInfo in getPredBlockCostDivisor (#158690)Luke Lau2-2/+2
2025-12-08Remove LLVM_ABI from members of RuntimeLibraryAnalysis (NFC) (#170850)Stefan Gränitz1-3/+2
2025-12-08[llvm-c] Deprecate functions working on the global context (#163979)Nikita Popov4-46/+151
2025-12-08[IR] Add ImplicitTrunc argument to ConstantInt::get() (#170865)Nikita Popov1-4/+9
2025-12-07[Clang]: Support opt-in speculative devirtualization (#159685)Hassnaa Hamdi2-2/+9
2025-12-06[CodeGen] Replace (Min,Max)CSFrameIndex with flag on frame object [NFCI] (#17...Philip Reames2-8/+16
2025-12-06Revert "[IR] Don't store switch case values as operands" (#170962)Vitaly Buka3-50/+17
2025-12-05DAG: Add overload of getExternalSymbol using RTLIB::LibcallImpl (#170587)Matt Arsenault1-0/+1
2025-12-05[NFC][LLVM] Minor code cleanup in DebugLoc (#170757)Rahul Joshi1-252/+251
2025-12-05[RFC] [IR] Modules can make filtered range to iterate function definitions on...Peter Rong1-0/+11
2025-12-05[IR] Don't store switch case values as operands (#166842)Alexis Engelke3-17/+50
2025-12-05[SimplifyLibCalls] Recognize and simplify f[min/max]imumnum (#170699)valadaptive1-0/+1
2025-12-05[Clang][AArch64] Implement widening FMMLA intrinsics (#165282)Amina Chabane1-1/+10
2025-12-05PowerPC: Add vec_malloc functions to AIX in RuntimeLibcalls (#167089)Matt Arsenault1-0/+4
2025-12-05[CodeGen][NFC] Update Doxygen references to renamed parameters (#170253)Piotr Fusik1-2/+2
2025-12-05DAG: Add overload of makeLibCall which calls an RTLIB::LibcallImpl (#170584)Matt Arsenault1-1/+10
2025-12-05AMDGPU: Add codegen for atomicrmw operations usub_cond and usub_sat (#141068)anjenner1-0/+4
2025-12-05[AArch64] Add intrinsics for multi-vector FEAT_SVE_BFSCALE instructions (#163...Lukacma1-2/+41
2025-12-05[LLVM][AArch64] Add "u" variants of SVE saturating/rounding shift left intrin...Paul Walker1-0/+6
2025-12-05[SCEV] Add m_scev_UndefOrPoison (NFC). (#170740)Florian Hahn1-0/+13
2025-12-05[ORC] Add void function support to CallViaEPC, CallSPSViaEPC. (#170800)Lang Hames2-20/+54
2025-12-05Adding Matching and Inference Functionality to Propeller-PR4: Implement match...wdx7276-0/+92
2025-12-05[ORC] Add synchronous helper APIs to CallViaEPC.h (#170743)Lang Hames1-14/+47
2025-12-04[profcheck] Don't verify generated global ctors/dtors (#170597)Mircea Trofin1-1/+9
2025-12-05[JumpThread] Fix `JumpThreading` pass to skip merging when both blocks contai...Lucie Choi1-0/+4
2025-12-04DAG: Use more RTLIB helper functions for getting libcall from type (#170563)Matt Arsenault1-1/+57
2025-12-04[llvm-c] Add LLVMConstFPFromBits() API (#164381)peter mckinna1-0/+8
2025-12-04[IR] Add CallBr intrinsics support (#133907)Robert Imschweiler1-0/+2
2025-12-03[delinearize] use SCEV exprs in getIndexExpressionsFromGEP (#162888)Sebastian Pop1-6/+6
2025-12-04[C-API] LLVMOrcCreateObjectLinkingLayerWithInProcessMemoryManager (#169862)Thomas Munro1-0/+8
2025-12-03Add llvm.protected.field.ptr intrinsic and pre-ISel lowering.Peter Collingbourne1-0/+7
2025-12-04[TTI] Remove masked/gather-scatter/strided/expand-compress costing from TTIIm...Shih-Po Hung2-91/+55
2025-12-04[llvm][DebugInfo] Allow DIDerivedType as a bound in DISubrangeType (#165880)Tom Tromey1-1/+3
2025-12-04[ORC] Add CallViaEPC and CallSPSViaEPC utilities. (#170464)Lang Hames2-0/+181
2025-12-03[CodeGen][KCFI] Allow setting type hash from xxHash64 to FNV-1a (#167254)Kees Cook1-0/+36
2025-12-03[PowerPC] Add initial support for AMO load builtins (#168746)Maryam Moghadas1-0/+12