summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/annotations-global.c
AgeCommit message (Expand)Author
2023-11-29[clang][CodeGen] Emit annotations for function declarations. (#66716)Brendan Dahl
2023-09-13Revert "[clang][CodeGen] Emit annotations for function declarations."Benjamin Kramer
2023-09-12[clang][CodeGen] Emit annotations for function declarations.Brendan Dahl
2022-12-08Simplify clang/test/CodeGen/annotations-global.c CHECK linesAlex Richardson
2022-12-07Overload all llvm.annotation intrinsics for globals argumentAlex Richardson
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
2021-10-21Revert "AddGlobalAnnotations for function with or without function body."Aaron Ballman
2021-10-11AddGlobalAnnotations for function with or without function body.Chris Bieneman
2021-08-26Fix __attribute__((annotate("")) with non-zero globals ASAlex Richardson
2020-10-26[Annotation] Allows annotation to carry some additional constant arguments.Tyker
2019-12-11CodeGen: Allow annotations on globals in non-zero address spaceNicolai Hähnle
2011-09-09Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge