summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/compatibility.ll
AgeCommit message (Expand)Author
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus
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-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
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-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple
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
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2024-02-05New calling convention preserve_none (#76868)weiguozhi
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault
2023-01-20[Bitcode] Fix invalid !nonnull metadata in test (NFC)Nikita Popov
2022-12-13[Bitcode] Convert test to opaque pointers (NFC)Nikita Popov
2022-12-07[AMDGPU] Annotate the intrinsics to be default and nocallbackJohannes Doerfert
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian
2022-06-10Add sanitizer-specific GlobalValue attributes.Mitch Phillips
2022-06-08[Bitcode] Re-enable verify-uselistorder test (NFC)Nikita Popov
2022-05-31attributes: introduce allockind attr for describing allocator fn behaviorAugie Fackler
2022-05-25Allow pointer types for atomicrmw xchgTakafumi Arakaki
2022-04-26Attributes: add a new `allocptr` attributeAugie Fackler
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2022-03-04Attributes: add a new allocalign attributeAugie Fackler
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-02-03add IR compatability test for (upcoming) allocsize attributeAugie Fackler
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover
2021-05-14IR+AArch64: add a "swiftasync" argument attribute.Tim Northover
2021-04-15[clang][AArch64] Correctly align HFA arguments when passed on the stackMomchil Velikov
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault