summaryrefslogtreecommitdiff
path: root/lib/safestack
AgeCommit message (Expand)Author
2017-08-10Enable SafeStack on NetBSDKamil Rytarowski
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2015-12-11[compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-19Fix typo in lib/safestack/CMakeLists.txt that prevents safestack static libra...Kuba Brecka
2015-08-18[CMake] Backing out part of r245317. Turns out safestack and profile don't wo...Chris Bieneman
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-24SafeStack: Add another missing header to try to fix FreeBSD build.Peter Collingbourne
2015-06-24SafeStack: Add #include of <stdint.h>.Peter Collingbourne
2015-06-23Update SafeStack TODO in the safestack.ccPeter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne