summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/asan-globals.cpp
AgeCommit message (Expand)Author
2024-06-25CodeGen, IR: Add target-{cpu,features} attributes to functions created via cr...pcc
2022-07-13Add missing sanitizer metadata plumbing from CFE.Mitch Phillips
2022-06-28Allow mangled names in sanitizer clang IR gen tests.Mitch Phillips
2022-06-27Delete 'llvm.asan.globals' for global metadata.Mitch Phillips
2022-06-13Reland "Add sanitizer metadata attributes to clang IR gen."Mitch Phillips
2022-06-13Revert "Add sanitizer metadata attributes to clang IR gen."Mitch Phillips
2022-06-13Add sanitizer metadata attributes to clang IR gen.Mitch Phillips
2022-02-18[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2022-02-15Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Alexander Potapenko
2022-02-15[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov
2021-12-10Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Andrew Browne
2021-12-10[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-11-17[NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/Zarko Todorovski
2021-09-23Fix -fno-unwind-tables -fasynchronous-unwind-tables to emit unwind tablesFangrui Song
2021-05-19[sanitizer] Reduce redzone size for small size global objectsZhiwei Chen
2021-04-21[IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if...Fangrui Song
2020-06-10[ASan][Test] Fix expected strings for globals testMarco Elver
2020-06-10[ASan][Test] Split out global alias testMarco Elver
2020-06-10[KernelAddressSanitizer] Make globals constructors compatible with kernel [v2]Marco Elver
2020-06-08Revert "[KernelAddressSanitizer] Make globals constructors compatible with ke...Marco Elver
2020-06-06[ASan][Test] Fix globals test on 32-bit architecturesMarco Elver
2020-06-05[ASan][Test] Fix globals test for Mach-OMarco Elver
2020-06-05[KernelAddressSanitizer] Make globals constructors compatible with kernelMarco Elver
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2016-10-14Implement no_sanitize_address for global varsDouglas Katzman
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-17[ASan] Improve blacklisting of global variables.Alexey Samsonov
2014-08-02[ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov
2014-07-12[ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov
2014-07-07[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModuleAlexey Samsonov
2014-07-02[ASan] Print exact source location of global variables in error reports.Alexey Samsonov