summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/compatibility-3.6.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
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita 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-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
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-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
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-02-19bitcode support change for fast flags compatibilitySteven Wu
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-03-25Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka
2015-10-27[Bitcode] Fix accidental syntax errors in compatibility testsVedant Kumar
2015-10-27[IR] Limit bits used for CallingConv::ID, update testsVedant Kumar
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-08-06[compatibility.ll] Cover explicitly named comdats.Sean Silva
2015-07-31IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith