summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/compatibility-6.0.ll
AgeCommit message (Expand)Author
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
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
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-01-23[Verifier] Check that !nonnull metadata is emptyNikita Popov
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov
2022-12-09[NFC] Port all Bitcode tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
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-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault
2020-12-14OpaquePtr: Require byval on x86_intrcc parameter 0Matt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-10-20[IR] Make nosync, nofree and willreturn default for intrinsics.sstefan1
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-06-15[strictfp] Replace dangling strictfp attrs with nobuiltinKevin P. Neal
2019-07-28[FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno
2019-07-25Allow prefetching from non-zero address spacesJF Bastien
2019-07-22Added address-space mangling for stack related intrinsicsChristudasan Devadasan
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover
2019-05-29IR: add optional type to 'byval' function parametersTim Northover
2018-07-09Add bitcode compatibility test for 6.0Steven Wu