aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/compatibility.ll
AgeCommit message (Expand)AuthorFilesLines
14 days[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus1-0/+4
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-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu1-0/+48
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-1/+1
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn1-0/+42
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan1-3/+3
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov1-0/+8
2024-10-02[IR] Allow fast math flags on calls with homogeneous FP struct types (#110506)Benjamin Maxwell1-1/+30
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan1-2/+6
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner1-0/+28
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple1-6/+2
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple1-2/+6
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple1-2/+6
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight1-2/+0
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight1-1/+1
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov1-2/+5
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha1-0/+4
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu1-9/+9
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov1-2/+2
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+2
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper1-0/+4
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka1-2/+0
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-2/+2
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault1-0/+71
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault1-0/+28
2023-01-20[Bitcode] Fix invalid !nonnull metadata in test (NFC)Nikita Popov1-4/+4
2022-12-13[Bitcode] Convert test to opaque pointers (NFC)Nikita Popov1-370/+356
2022-12-07[AMDGPU] Annotate the intrinsics to be default and nocallbackJohannes Doerfert1-20/+21
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-10/+10
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips1-4/+6
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian1-0/+6
2022-06-10Add sanitizer-specific GlobalValue attributes.Mitch Phillips1-0/+12
2022-06-08[Bitcode] Re-enable verify-uselistorder test (NFC)Nikita Popov1-1/+1
2022-05-31attributes: introduce allockind attr for describing allocator fn behaviorAugie Fackler1-2/+6
2022-05-25Allow pointer types for atomicrmw xchgTakafumi Arakaki1-0/+6
2022-04-26Attributes: add a new `allocptr` attributeAugie Fackler1-0/+2
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert1-3/+3
2022-03-04Attributes: add a new allocalign attributeAugie Fackler1-0/+2
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang1-2/+6
2022-02-03add IR compatability test for (upcoming) allocsize attributeAugie Fackler1-2/+11
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein1-16/+16
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko1-2/+6
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song1-2/+2
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver1-2/+6
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover1-0/+2
2021-05-14IR+AArch64: add a "swiftasync" argument attribute.Tim Northover1-0/+6
2021-04-15[clang][AArch64] Correctly align HFA arguments when passed on the stackMomchil Velikov1-0/+2
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault1-5/+5