summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-counted-by.c
AgeCommit message (Expand)Author
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-01[InstCombine] Strip leading zero indices from GEP (#155415)Nikita Popov
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-08-01[CodeGen][counted_by] Support use of the comma operator (#151776)Bill Wendling
2025-05-13[Clang][counted_by] Add support for 'counted_by' on struct pointers (#137250)Bill Wendling
2025-04-18Revert "[Reland][Clang][CodeGen][UBSan] Add more precise attributes to recove...Vitaly Buka
2025-04-17[Reland][Clang][CodeGen][UBSan] Add more precise attributes to recoverable ub...Yingwei Zheng
2025-04-10Revert "[Clang][CodeGen][UBSan] Add more precise attributes to recoverable ub...Yingwei Zheng
2025-04-10[Clang][CodeGen][UBSan] Add more precise attributes to recoverable ubsan hand...Yingwei Zheng
2025-03-12[CVP] Infer `nuw`/`nsw` flags for TruncInst (#130504)Veera
2025-02-04[Clang][counted-by] Bail out of visitor for LValueToRValue cast (#125571)Bill Wendling
2025-01-30[Clang][counted_by] Refactor __builtin_dynamic_object_size on FAMs (#122198)Bill Wendling
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-20[Clang] Regenerate test checks (NFC)Nikita Popov
2024-12-18Revert "[InstCombine] Infer nuw for gep inbounds from base of object" (#120460)Alexander Kornienko
2024-12-10[InstCombine] Infer nuw for gep inbounds from base of object (#119225)Nikita Popov
2024-12-06[SCCP] Infer nuw for gep nusw with non-negative offsets (#118819)Nikita Popov
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-12-04[Clang] Enable -fpointer-tbaa by default. (#117244)Florian Hahn
2024-12-02[InstCombine] Fold `X Pred C2 ? X BOp C1 : C2 BOp C1` to `min/max(X, C2) BOp ...Veera
2024-10-17[Clang] Disable use of the counted_by attribute for whole struct pointers (#1...Bill Wendling
2024-10-03[Clang] Fix 'counted_by' for nested struct pointers (#110497)Jan Hendrik Farr
2024-09-13[InstCombine] Preserve nuw flags when merging gepsNikita Popov
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-09-02[SCCP] Infer return attributes in SCCP as well (#106732)Nikita Popov
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-21[InstCombine] Remove some of the complexity-based canonicalization (#91185)Nikita Popov
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-08-01[Clang][NFC] Improve generation of GEP and RecordDecl loop (#101434)Bill Wendling
2024-07-23[Clang] Ignore empty FieldDecls when asking for the field number (#100040)Bill Wendling
2024-07-18[Clang] Loop over FieldDecls instead of all Decls (#99574)Bill Wendling
2024-05-20[ConstantFolding] Canonicalize constexpr GEPs to i8 (#89872)Nikita Popov
2024-04-26[SCCP] Swap out range metadata to range attribute (#90134)Andreas Jonson
2024-03-21[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2023-12-18Revert counted_by attribute feature (#75857)Bill Wendling
2023-11-28[Clang] Regenerate test checks (NFC)Nikita Popov
2023-11-20[Clang] Correct handling of negative and out-of-bounds indices (#71877)Bill Wendling
2023-11-09[CodeGen] Revamp counted_by calculations (#70606)Bill Wendling
2023-10-14[Clang] Implement the 'counted_by' attribute (#68750)Bill Wendling
2023-10-09Revert "[Clang] Implement the 'counted_by' attribute" (#68603)alexfh
2023-10-04[Clang] Implement the 'counted_by' attributeBill Wendling