summaryrefslogtreecommitdiff
path: root/lib/safestack
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-3/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+2
* [compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella2015-12-111-1/+6
* Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov2015-11-191-0/+1
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-1/+1
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-271-0/+1
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-13/+14
* Fix typo in lib/safestack/CMakeLists.txt that prevents safestack static libra...Kuba Brecka2015-08-191-1/+1
* [CMake] Backing out part of r245317. Turns out safestack and profile don't wo...Chris Bieneman2015-08-181-1/+1
* [CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman2015-08-181-7/+10
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-0/+1
* Revert r242975.Evgeniy Stepanov2015-07-231-1/+0
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-0/+1
* SafeStack: Add another missing header to try to fix FreeBSD build.Peter Collingbourne2015-06-241-0/+1
* SafeStack: Add #include of <stdint.h>.Peter Collingbourne2015-06-241-0/+1
* Update SafeStack TODO in the safestack.ccPeter Collingbourne2015-06-231-24/+32
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-152-0/+264