aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/attributes.ll
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto1-0/+5
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-1/+1
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov1-0/+5
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan1-2/+2
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf1-0/+6
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan1-0/+6
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple1-7/+0
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple1-0/+7
2024-08-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson1-2/+2
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple1-0/+7
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu1-0/+5
2024-04-15[ADT] In FoldingSet calulation for APInt add bit width to avoid crash (#88635)Andreas Jonson1-0/+5
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson1-0/+10
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer1-10/+0
2024-03-08[IR] Add new Range attribute using new ConstantRange Attribute type (#83171)Andreas Jonson1-0/+10
2023-12-14[IR] Add dead_on_unwind attribute (#74289)Nikita Popov1-0/+5
2023-11-01[IR] Add writable attributeNikita Popov1-2/+6
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer1-0/+7
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov1-1/+1
2022-12-13[Bitcode] Update test to use opaque pointers (NFC)Nikita Popov1-91/+64
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-6/+6
2022-08-04[InstrProf] Add the skipprofile attributeEllis Hoag1-0/+4
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+4
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang1-0/+7
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov1-0/+11
2022-01-03[IR] Allow the 'align' param attr on vectors of pointersFraser Cormack1-0/+6
2021-12-28[BitcodeReader] propagateAttributeTypes(): fix opaque pointer handlingRoman Lebedev1-22/+61
2021-12-07[IR] Remove unbounded as possible value for vscale_range minimumCullen Rhodes1-7/+0
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan1-1/+1
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko1-0/+7
2021-07-15[IR] Add elementtype attributeNikita Popov1-0/+7
2021-06-27[BitCode] Add noprofile to getAttrFromCode()Nathan Chancellor1-0/+7
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver1-0/+7
2021-05-14IR+AArch64: add a "swiftasync" argument attribute.Tim Northover1-0/+6
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault1-2/+2
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard1-2/+2
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault1-2/+2
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber1-2/+2
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault1-2/+2
2021-03-22[IR] Add vscale_range IR function attributeBradley Smith1-0/+28
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu1-0/+14
2020-12-16[IR] Fixed the typo in attributes testGulfem Savrun Yeniceri1-2/+2
2020-12-14[clang][IR] Add support for leaf attributeGulfem Savrun Yeniceri1-0/+7
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault1-1/+1
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault1-1/+1
2020-11-17Revert "[BitCode] decode nossp fn attr"Nick Desaulniers1-7/+0
2020-10-26[BitCode] decode nossp fn attrNick Desaulniers1-0/+7
2020-10-20[IR] Adds mustprogress as a LLVM IR attributeAtmn Patel1-0/+7
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault1-1/+1
2020-10-05[AttributeFuncs] Consider `align` in `typeIncompatible`Johannes Doerfert1-2/+2