aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (#167372)saxlungs1-0/+10
2026-01-05[ISel] Introduce llvm.clmul intrinsic (#168731)Ramkumar Ramachandra5-0/+21
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg3-24/+137
2026-01-05[OpenMP][clang] Register Vtables on device for indirect calls (#159856)Jason-VanBeusekom1-1/+4
2026-01-05[DWP] Fix writeStringsAndOffsets declaration (#173298)HighW4y2H3ll1-5/+6
2026-01-05[IR] Do not assert and verify that phi nodes do not have a token type (#174449)Aiden Grossman1-1/+0
2026-01-05[OpenMP] Fix member type name in LooprangeT, NFC (#174241)Krzysztof Parzyszek1-2/+2
2026-01-05Revert "[ConstantInt] Disable implicit truncation in ConstantInt::get() (#171...Nikita Popov1-4/+7
2026-01-05[ConstantInt] Disable implicit truncation in ConstantInt::get() (#171456)Nikita Popov1-7/+4
2026-01-05[OpenMP][MLIR] Hoist static `alloca`s emitted by private `init` regions to th...Kareem Ergawy1-0/+2
2026-01-04[RISCV][SelectionDAG] Add a ISD::CTLS node for count leading redundant sign b...Craig Topper2-0/+5
2026-01-04CodeGen: Remove denormal mode from TargetOptions (#174285)Matt Arsenault1-20/+1
2026-01-04[VPlan] Inline createFindLastIVReduction into its only caller. (NFC)Florian Hahn1-6/+0
2026-01-04[Orc][LibResolver] Refactor resolver internals and simplify symbol resolution...SahilPatidar2-185/+313
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian1-2/+1
2026-01-04[IR] Reland Optimize PHINode::removeIncomingValue() and PHINode::removeIncomi...Mingjie Xu1-1/+0
2026-01-03[X86] Avoid assertion failure with implicit immediates for AMX tile dimension...Thurston Dang1-1/+8
2026-01-03[LowerAllowCheck] Add llvm.allow.sanitize.* intrinsics (#172029)Marco Elver2-0/+16
2026-01-02[LLVM][ADT] Deprecate `make_scope_exit` in favour of CTAD (#174109)Victor Chernyakin1-1/+6
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2026-01-02[IRBuilder] Introduce CreateSelectFMFWithUnknownProfile (#174162)Aiden Grossman1-0/+6
2026-01-02[AMDGPU] Add `nocreateundeforpoison` annotations (#166450)Krzysztof Drewniak3-384/+350
2026-01-02Retire StrInStrNoCase. NFC.Benjamin Kramer1-5/+0
2026-01-02[ADT] Allow `TypeSwitch::Default` for `FailureOr<T>` (#174119)Jakub Kuderski1-0/+11
2026-01-02[CodeGen] Add assertion to MachineBasicBlock::addLiveIn and friends (#140527)Jay Foad1-1/+3
2026-01-01[NPM] Update OptimizedRegAlloc and MachineLateOptimization pipelines (#172795)Vikram Hegde1-3/+6
2026-01-01[NVPTX] Add intrinsics and codegen for tensormap.replace (#172458)Srinivasa Ravi2-0/+103
2026-01-01[LLVMABI] Implement the ABI Typesystem (#158329)Narayan1-0/+431
2025-12-31[SelectionDAG] Remove OPC_EmitStringInteger from isel. (#173936)Craig Topper1-3/+0
2025-12-31[X86][AMX-AVX512] Add *i intrinsics for immediate variants (#173545)Phoebe Wang1-0/+18
2025-12-31[CodeGen][NPM] Remove "LowerConstantIntrinsicsPass" from the pipeline (#172794)Vikram Hegde1-1/+0
2025-12-31[GlobalISel] Use ComputeValueTypes to implement computeValueLLTs (NFC) (#168172)Sergei Barannikov1-3/+7
2025-12-31[DTLTO][ELF][COFF] Add archive support for DTLTO. (#157043)Konstantin Belochapka3-1/+98
2025-12-30Revert "[SelectionDAG] Use SLEB128 for signed integers in isel table instead ...Craig Topper1-0/+3
2025-12-30[SelectionDAG] Use SLEB128 for signed integers in isel table instead of 'sign...Craig Topper1-3/+0
2025-12-31[AMDGPU][NPM] add "addPostBBSections()" to NPM (#172793)Vikram Hegde1-0/+4
2025-12-30[SelectionDAG] Use uint8_t instead of unsigned char for isel MatcherTable. (#...Craig Topper1-1/+1
2025-12-30Revert "[aarch64] Mix the frame pointer with the stack cookie when protecting...Leandro Lupori1-5/+5
2025-12-29Revert 159f1c048e08a8780d92858cfc80e723c90235e3 (#173893)Walter Lee1-0/+1
2025-12-29[SelectionDAG] Rename OPC_EmitInteger8->OPC_EmitIntegerI8. NFC (#173832)Craig Topper1-5/+5
2025-12-29AMDGPU: Avoid crashing on statepoint-like pseudoinstructions (#170657)Matt Arsenault1-1/+12
2025-12-29InstCombine: Handle exp/exp2/exp10 in SimplifyDemandedFPClass (#173432)Matt Arsenault1-0/+3
2025-12-29[ADT] Fix MSVC build after iterator C++20 fix (#173495)Jorn Tuyls1-1/+4
2025-12-29[flang][OpenMP] Allow INIT clause on DEPOBJ, add depinfo-modifier (#173056)Krzysztof Parzyszek1-0/+1
2025-12-29InstCombine: Handle canonicalize in SimplifyDemandedFPClass (#173189)Matt Arsenault1-0/+6
2025-12-28[CodeGen] Fix EVT::changeVectorElementType assertion on simple-to-extended fa...Islam Imad1-8/+8
2025-12-28[ELF/RISCV] Add definitions for XCHERIOT1 non-standard relocations on RISCV. ...Owen Anderson1-0/+6
2025-12-27[CodeGen] Port gc-empty-basic-blocks to new pass manager (#137585)paperchalice4-3/+27
2025-12-27[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)Muhammad Abdul1-1/+2
2025-12-26[MemProf] Fix reporting with -memprof-matching-cold-threshold (#173327)Teresa Johnson1-6/+17