aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2025-12-09AMDGPU: Drop and upgrade llvm.amdgcn.atomic.csub/cond.sub to atomicrmw (#105553)HEADmainanjenner1-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
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey1-0/+30
2025-03-22[llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bi...Michael Buch1-0/+42
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu1-0/+48
2025-02-24Add DISubrangeType (#126772)Tom Tromey1-0/+28
2025-02-19[BitcodeReader] Use `poison` instead of `undef` to represent unsupported cons...Pedro Lobo2-3/+3
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto2-0/+7
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov13-21/+21
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov1-0/+5
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn1-0/+42
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov2-0/+5
2024-11-21[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)Paul Walker1-2/+2
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson1-1/+1
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei1-3/+3