summaryrefslogtreecommitdiff
path: root/lib/safestack
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cppNico Weber2019-08-012-2/+4
* [safestack] Explain why tinfo at the end of the bufferVitaly Buka2019-02-071-0/+2
* [safestack] Remove pageSizeVitaly Buka2019-02-071-9/+2
* [safestack] Don't crash if stack size is not aligned as expectedVitaly Buka2019-02-071-1/+1
* Enhance support for NetBSD in SafeStackKamil Rytarowski2019-01-251-5/+37
* [safestack] Return syscalls for mmap, munmap and mprotectVitaly Buka2019-01-222-4/+31
* [safestack] Remove unsupported platformsVitaly Buka2019-01-211-12/+6
* [safestack] Fix FreeBSD runtime buildVitaly Buka2019-01-211-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [safestack] Add ThreadId type as uint64_tVitaly Buka2019-01-182-4/+11
* [safestack] Remove dependency of SafeStack on sanitizer_commonVitaly Buka2019-01-184-35/+138
* [safestack] Replace statics with unnamed namespaceVitaly Buka2019-01-181-29/+33
* SafeStack: Fix thread liveness check on *BSDVlad Tsyrklevich2018-08-281-1/+4
* SafeStack: Use correct unsafe stack sizesVlad Tsyrklevich2018-08-211-1/+3
* Reland "SafeStack: Delay thread stack clean-up""Vlad Tsyrklevich2018-08-141-21/+57
* SafeStack: Disable Darwin supportVlad Tsyrklevich2018-08-141-21/+6
* Revert "SafeStack: Delay thread stack clean-up"Vlad Tsyrklevich2018-08-101-57/+21
* SafeStack: Delay thread stack clean-upVlad Tsyrklevich2018-08-091-21/+57
* Fix for Darwin buildbot failure due to r337037Vlad Tsyrklevich2018-07-131-2/+3
* SafeStack: Add builtins to read unsafe stack top/bottomVlad Tsyrklevich2018-07-131-1/+10
* [safestack] Lazy initialization of interceptorsVitaly Buka2018-05-261-4/+16
* [sanitizer] Remove unneeded blank linesVitaly Buka2018-05-091-1/+0
* [sanitizer] Update .clang-format in compiler-rtVitaly Buka2018-05-091-0/+2
* Enable SafeStack on NetBSDKamil Rytarowski2017-08-101-0/+2
* [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