aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[ProfData] Improve efficiency of reader (#169730)Max1-0/+1
2025-12-01Fix __apple_XXX iterator that iterates over all entries. (#157538)Greg Clayton1-8/+21
2025-12-01[SPIRV] Add legalization for long vectors (#169665)Steven Perron1-0/+10
2025-12-01[LLVM][CodeGen] Remove failure cases when widening EXTRACT/INSERT_SUBVECTOR. ...Paul Walker1-0/+6
2025-12-01[DA] Clean up unnecessary member function declarations (#170106)Ryotaro Kasuga1-11/+0
2025-12-01[SelectionDAG] Add SelectionDAG::getTypeSize. NFC (#169764)Luke Lau1-4/+4
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles1-9/+26
2025-12-01Revert "Revert "LangRef: Clarify llvm.minnum and llvm.maxnum about sNaN and s...Matt Arsenault1-5/+15
2025-12-01Revert "LangRef: Clarify llvm.minnum and llvm.maxnum about sNaN and signed ze...Phoebe Wang1-15/+5
2025-11-30[TTI][RISCV] Add cost modelling for intrinsic vp.load.ff (#169890)Shih-Po Hung2-2/+14
2025-11-30[ARM] Introduce intrinsics for MVE fma under strict-fp. (#169771)David Green1-0/+3
2025-11-29Remove unused MCObjectFileInfo::SupportsWeakOmittedEHFrameFangrui Song1-7/+0
2025-11-29[RISCV] Intrinsic Support for XCVelw (#129168)Qihan Cai1-0/+4
2025-11-28[LV] Vectorize selecting last IV of min/max element. (#141431)Florian Hahn1-1/+17
2025-11-28[NFC] Remove deprecated Argument::getParamAlignment() declaration (#169911)Marco Elver1-6/+0
2025-11-28[LLVM][SVE] Remove aarch64.sve.rev intrinsic, using vector.reverse instead. (...Paul Walker1-1/+0
2025-11-28[DA] Simplify runtime predicate collection (#157523)Sebastian Pop1-5/+0
2025-11-28[TTI][Vectorize] Migrate masked/gather-scatter/strided/expand-compress costin...Shih-Po Hung3-66/+109
2025-11-28[TTI] Use MemIntrinsicCostAttributes for getExpandCompressMemoryOpCost (#168677)Shih-Po Hung3-22/+36
2025-11-27Revert "[ShrinkWrap] Modify shrink wrapping to accommodate functions terminat...Alex Bradbury1-7/+0
2025-11-27Revert "[OMPIRBuilder] always leave PARALLEL via the same barrier" (#169829)Tom Eccles1-26/+9
2025-11-27[DA][Delinearization] Move validation logic into Delinearization (#169047)Ryotaro Kasuga1-0/+10
2025-11-27[X86] Sync multiversion features with libgcc and refactor internal feature ta...Mikołaj Piróg2-146/+140
2025-11-27[MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (#152736)Jack Styles2-8/+30
2025-11-27[OMPIRBuilder] always leave PARALLEL via the same barrier (#164586)Tom Eccles1-9/+26
2025-11-27XCore: Add iprintf to RuntimeLibcalls system library (#167088)Matt Arsenault1-0/+1
2025-11-27RuntimeLibcalls: Add small_printf functions to emscripten (#167087)Matt Arsenault1-0/+4
2025-11-27RuntimeLibcalls: Add macos unlocked IO functions to systems (#167084)Matt Arsenault1-1/+7
2025-11-27[CodeGenTypes] Remove explicit VT numbers from ValueTypes.td (#169670)Jay Foad3-326/+317
2025-11-27[ShrinkWrap] Modify shrink wrapping to accommodate functions terminated by no...Nathan Corbyn1-0/+7
2025-11-27[NFC][SampleFDO] Use const& to avoid copies (#164584)Abhishek Kaushik1-1/+1
2025-11-26[UBSan] Use -fsanitize-handler-preserve-all-regs in codegenFlorian Mayer1-2/+5
2025-11-27[ORC] Clear stale ElemToPendingSN entries in WaitingOnGraph. (#169747)Lang Hames1-4/+18
2025-11-26Add deactivation symbol operand to ConstantPtrAuth.Peter Collingbourne3-5/+15
2025-11-26Add IR and codegen support for deactivation symbols.Peter Collingbourne12-16/+92
2025-11-26RuntimeLibcalls: Add memset_pattern* calls to darwin systems (#167083)Matt Arsenault2-3/+19
2025-11-26RuntimeLibcalls: Add more function entries from TargetLibraryInfo (#167082)Matt Arsenault1-0/+645
2025-11-26RuntimeLibcalls: Add malloc and free entries (#167081)Matt Arsenault1-0/+5
2025-11-26CodeGen: Remove PointerLikeRegClass handling from codegen (#159883)Matt Arsenault2-25/+14
2025-11-26opt: Try to respect target-abi command line option (#169604)Matt Arsenault1-2/+3
2025-11-26[Support] Add getAllocTokenModeAsString() helper (#169650)Marco Elver1-0/+3
2025-11-26[Delinearization] Remove tryDelinearizeFixedSizeImpl (#169046)Ryotaro Kasuga2-16/+4
2025-11-26[OpenMP][flang] Add initial support for by-ref reductions on the GPU (#165714)Kareem Ergawy1-16/+51
2025-11-25MC: Remove unneeded parameter `MCAsmBackend *`. NFCFangrui Song1-1/+1
2025-11-26[ORC] Pass FailedSNs by const-ref. NFCI. (#169600)Lang Hames1-1/+1
2025-11-26[dwarf] make dwarf fission compatible with RISCV relaxations 1/2 (#166597)daniilavdeev1-0/+2
2025-11-25CodeGen: Move libcall lowering configuration to subtarget (#168621)Matt Arsenault2-1/+15
2025-11-25[NVPTX] Lower LLVM masked vector loads and stores to PTX (#159387)Drew Kersnar2-6/+16
2025-11-25[PGO] Fix zeroed estimated trip count (#167792)Joel E. Denny1-5/+9
2025-11-25RuntimeLibcalls: Add __memcpy_chk, __memmove_chk, __memset_chk (#167053)Matt Arsenault1-2/+15