summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode
AgeCommit message (Expand)Author
2025-07-03[Bitcode] Add abbreviations for additional instructions (#146825)Nikita Popov
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-05-27[Bitcode] Fix constexpr expansion creating invalid PHIs (#141560)Timothy Werquin
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray
2025-04-14ThinLTO: Add flag to print uselistorder in bitcode writer pass (#133230)Matt Arsenault
2025-04-11[AMDGPU][Verifier] Mark calls to entry functions as invalid in the IR verifie...Shilei Tian
2025-04-10[NFC] Remove trailing whitespaces in `llvm/test/Bitcode/calling-conventions.3...Shilei Tian
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse
2025-04-07Bitcode: Convert test to opaque pointersMatt Arsenault
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-31Add support for fixed-point types (#129596)Tom Tromey
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey
2025-03-22[llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bi...Michael Buch
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
2025-02-24Add DISubrangeType (#126772)Tom Tromey
2025-02-19[BitcodeReader] Use `poison` instead of `undef` to represent unsupported cons...Pedro Lobo
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov
2024-11-21[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)Paul Walker
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-18Fix typo "instrinsic" (#112899)Jay Foad
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
2024-10-09AMDGPU: Remove flat/global fmin/fmax intrinsics (#105642)Matt Arsenault
2024-10-08AMDGPU: Add noalias.addrspace metadata when autoupgrading atomic intrinsics (...Matt Arsenault
2024-10-02[IR] Allow fast math flags on calls with homogeneous FP struct types (#110506)Benjamin Maxwell
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-09-02[AutoUpgrade] Preserve attributes when upgrading named struct returnNikita Popov
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple
2024-08-28Move stepvector intrinsic out of experimental namespace (#98043)Maciej Gabka
2024-08-27Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple
2024-08-22AMDGPU: Remove global/flat atomic fadd intrinics (#97051)Matt Arsenault
2024-08-21AMDGPU: Remove flat/global atomic fadd v2bf16 intrinsics (#97050)Matt Arsenault
2024-08-20[DataLayout] Refactor the rest of `parseSpecification` (#104545)Sergei Barannikov
2024-08-12IR/AMDGPU: Autoupgrade amdgpu-unsafe-fp-atomics attribute (#101698)Matt Arsenault
2024-08-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight