summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/tbaa-pointers.c
AgeCommit message (Expand)Author
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-02-20[TBAA] Refine pointer-tbaa for void pointers by pointer depth (#126047)Bruno De Fraine
2025-01-31[TBAA] Don't emit pointer-tbaa for void pointers. (#122116)Florian Hahn
2025-01-08[TBAA] Simplify checks for unnamed struct case, where anyptr is used.Florian Hahn
2025-01-08[TBAA] Add Clang pointer TBAA test with void *.Florian Hahn
2024-12-04[Clang] Enable -fpointer-tbaa by default. (#117244)Florian Hahn
2024-11-21[TBAA] Don't emit pointer tbaa for unnamed structs or unions. (#116596)Florian Hahn
2024-11-18Relax clang/test/CodeGen/tbaa-pointers.c for -Asserts.NAKAMURA Takumi
2024-11-17[TBAA] Add test for generating pointer-tbaa for unnamed structs.Florian Hahn
2024-10-22[TBAA] Extend pointer TBAA to pointers of non-builtin types. (#110569)Florian Hahn
2024-09-30[TBAA] Add tests with pointers to structs to tbaa-pointers.c.Florian Hahn
2024-07-19[TBAA] Remove remaining entry BB in check lines for tbaa-pointers.c (2)Florian Hahn
2024-07-19[TBAA] Remove references to entry BB in check lines for tbaa-pointers.cFlorian Hahn
2024-07-19Recommit "[TBAA] Emit distinct TBAA tags for pointers with different depths,t...Florian Hahn
2024-07-12Revert "[TBAA] Emit distinct TBAA tags for pointers with different depths,typ...Florian Hahn
2024-07-12[TBAA] Emit distinct TBAA tags for pointers with different depths,types. (#76...Florian Hahn
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-27[Clang,TBAA] Add test cases for nested pointers and TBAA data.Florian Hahn