aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode
AgeCommit message (Expand)AuthorFilesLines
120 min.Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev2-28/+42
13 days[ThinLTO] Remove unused relative block frequency support (#177215)Teresa Johnson2-9/+9
13 days[IR] Make dead_on_return attribute optionally sizedAiden Grossman3-0/+12
14 days[IR] Allow non-constant offsets in @llvm.vector.splice.{left,right} (#174693)Luke Lau1-2/+2
14 daysIR: Remove llvm.convert.to.fp16 and llvm.convert.from.fp16 intrinsics (#174484)Matt Arsenault2-0/+222
2026-01-19[BitcodeReader] Improve error messagesNikita Popov4-9/+9
2026-01-07Reapply "[AMDGPU] Rework the clamp support for WMMA instructions" (#174674) (...Shilei Tian1-0/+25
2026-01-07Revert "[AMDGPU] Rework the clamp support for WMMA instructions" (#174674)dyung1-25/+0
2026-01-06[AMDGPU] Rework the clamp support for WMMA instructions (#174310)Shilei Tian1-0/+25
2026-01-06[IR] Split vector.splice into vector.splice.left and vector.splice.right (#17...Luke Lau1-6/+14
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian1-21/+0
2025-12-27[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)Muhammad Abdul1-0/+21
2025-12-15[ThinLTO][MemProf] Add option to override max ICP with larger number (#171652)Teresa Johnson1-35/+57
2025-12-09AMDGPU: Drop and upgrade llvm.amdgcn.atomic.csub/cond.sub to atomicrmw (#105553)anjenner1-0/+147
2025-11-28[LLVM][SVE] Remove aarch64.sve.rev intrinsic, using vector.reverse instead. (...Paul Walker1-12/+12
2025-11-27[NFC][LLVM] Add bitcode tests for llvm.aarch64.sve.revPaul Walker2-0/+111
2025-11-26Add deactivation symbol operand to ConstantPtrAuth.Peter Collingbourne1-0/+4
2025-11-26Add IR and codegen support for deactivation symbols.Peter Collingbourne1-0/+1
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto1-2/+2
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad1-0/+6
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams1-0/+19
2025-10-29[llvm][Bitcode][ObjC] Fix order of setter/getter argument to DIObjCProperty c...Michael Buch1-0/+46
2025-10-23[test][Bitcode] Remove unsafe-fp-math uses (NFC) (#164743)paperchalice3-25/+14
2025-10-22[ThinLTO] Add index flag for internalization/promotion status (#164530)Teresa Johnson2-20/+39
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss1-6/+9
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov1-4/+4
2025-10-15[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit ...Michael Buch3-0/+38
2025-10-10[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#1...Michael Buch1-0/+15
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver2-2/+12
2025-10-06[IR] Handle addrspacecast in findBaseObject() (#162076)Nikita Popov1-0/+7
2025-10-03Allow DW_OP_rot, DW_OP_neg, and DW_OP_abs in DIExpression (#160757)Tom Tromey1-0/+10
2025-09-24[LLVMContext] Add OB_align assume bundle op ID. (#158078)Florian Hahn1-0/+1
2025-09-17[IR] NFC: Remove 'experimental' from partial.reduce.add intrinsic (#158637)Sander de Smalen1-0/+24
2025-09-12[llvm] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto1-19/+25
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson1-0/+27
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus1-0/+4
2025-07-06[Bitcode][NFC] Add abbrev for FUNC_CODE_DEBUG_LOC (#147211)Jeremy Morse1-2/+2
2025-07-03[Bitcode] Add abbreviations for additional instructions (#146825)Nikita Popov1-1/+1
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto1-0/+5
2025-05-27[Bitcode] Fix constexpr expansion creating invalid PHIs (#141560)Timothy Werquin3-2/+32
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray1-0/+6
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray1-6/+0
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray1-0/+6
2025-04-14ThinLTO: Add flag to print uselistorder in bitcode writer pass (#133230)Matt Arsenault1-0/+21
2025-04-11[AMDGPU][Verifier] Mark calls to entry functions as invalid in the IR verifie...Shilei Tian2-6/+0
2025-04-10[NFC] Remove trailing whitespaces in `llvm/test/Bitcode/calling-conventions.3...Shilei Tian1-20/+20
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-18/+17
2025-04-07Bitcode: Convert test to opaque pointersMatt Arsenault1-3/+3
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse6-73/+118
2025-03-31Add support for fixed-point types (#129596)Tom Tromey1-0/+29