summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/attributes.ll
AgeCommit message (Expand)Author
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan
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-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu
2024-04-15[ADT] In FoldingSet calulation for APInt add bit width to avoid crash (#88635)Andreas Jonson
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer
2024-03-08[IR] Add new Range attribute using new ConstantRange Attribute type (#83171)Andreas Jonson
2023-12-14[IR] Add dead_on_unwind attribute (#74289)Nikita Popov
2023-11-01[IR] Add writable attributeNikita Popov
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov
2022-12-13[Bitcode] Update test to use opaque pointers (NFC)Nikita Popov
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-08-04[InstrProf] Add the skipprofile attributeEllis Hoag
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov
2022-01-03[IR] Allow the 'align' param attr on vectors of pointersFraser Cormack
2021-12-28[BitcodeReader] propagateAttributeTypes(): fix opaque pointer handlingRoman Lebedev
2021-12-07[IR] Remove unbounded as possible value for vscale_range minimumCullen Rhodes
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-07-15[IR] Add elementtype attributeNikita Popov
2021-06-27[BitCode] Add noprofile to getAttrFromCode()Nathan Chancellor
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-05-14IR+AArch64: add a "swiftasync" argument attribute.Tim Northover
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
2021-03-22[IR] Add vscale_range IR function attributeBradley Smith
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu
2020-12-16[IR] Fixed the typo in attributes testGulfem Savrun Yeniceri
2020-12-14[clang][IR] Add support for leaf attributeGulfem Savrun Yeniceri
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-11-17Revert "[BitCode] decode nossp fn attr"Nick Desaulniers
2020-10-26[BitCode] decode nossp fn attrNick Desaulniers
2020-10-20[IR] Adds mustprogress as a LLVM IR attributeAtmn Patel