summaryrefslogtreecommitdiff
path: root/lib/gwp_asan
Commit message (Expand)AuthorAgeFilesLines
* Add GWP-ASan fuzz target to compiler-rt/tools.Mitch Phillips2019-08-272-72/+0
* [GWP_ASAN] Avoid using VERSION_GREATER_EQUAL in cmake filesBjorn Pettersson2019-08-261-1/+1
* [GWP-ASan] Split options_parser and backtrace_sanitizer_common.Mitch Phillips2019-08-236-19/+67
* Fix stack_trace_compressor builds for Clang < 6.0Mitch Phillips2019-08-231-3/+9
* Revert "[GWP-ASan] Remove c++ standard lib dependency."Petr Hosek2019-08-222-17/+17
* [GWP-ASan] Remove c++ standard lib dependency.Petr Hosek2019-08-222-17/+17
* [GWP-ASan] Add public-facing documentation [6].Mitch Phillips2019-08-212-3/+58
* [GWP-ASan] Build stack_trace_compressor_fuzzer.Mitch Phillips2019-08-211-17/+15
* [GWP-ASan] Fix typos.Mitch Phillips2019-08-201-3/+3
* Disable stack_trace_compressor_fuzzer.Mitch Phillips2019-08-161-13/+17
* Moved binary off add_llvm_executable.Mitch Phillips2019-08-151-1/+1
* Re-instate 369051.Mitch Phillips2019-08-151-1/+2
* Guard fuzzer build behind Clang-only flags.Mitch Phillips2019-08-151-11/+12
* Remove CMake >= v3.13 target_link_options.Mitch Phillips2019-08-151-1/+2
* [GWP-ASan] Implement stack frame compression.Mitch Phillips2019-08-157-19/+517
* [GWP-ASan] Update backtrace function signature.Mitch Phillips2019-08-126-57/+89
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-015-5/+5
* [GWP-ASan] Add thread ID to PRNG seed.Mitch Phillips2019-07-162-5/+7
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-161-2/+0
* Explicitly define __STDC_FORMAT_MACROS for PRIu64Mitch Phillips2019-07-111-0/+6
* [GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips2019-07-0212-116/+412
* [GWP-ASan] Guard against recursive allocs. Pack TLS for perf.Mitch Phillips2019-06-252-15/+51
* [GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips2019-06-171-1/+2
* Attempt to fix GWP-ASan build failure on sanitizer-android. Add -fPIC.Mitch Phillips2019-06-171-1/+1
* Change GWP-ASan build to use '-pthread' instead of '-lpthread' in orderMitch Phillips2019-06-061-1/+1
* Fixup files added in r362636 to build with gcc 5.4. NFCIDouglas Yung2019-06-062-13/+13
* [GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips2019-06-0511-3/+1111
* Changed force build of GWP-ASan options parser to be staticallyMitch Phillips2019-06-051-1/+1
* [GWP-ASan] Configuration options [3].Mitch Phillips2019-06-045-0/+253
* Attempt to fix test failure for armv8.Mitch Phillips2019-05-301-2/+2
* Attempt to fix 'mutex.h' not found when building mutex_posix.Mitch Phillips2019-05-301-1/+1
* [GWP-ASan] Mutex implementation [2].Mitch Phillips2019-05-306-1/+239
* Explicitly remove -stdlib=libc++, as we pass -nostdinc++ anyway. This should ...Mitch Phillips2019-05-171-0/+3
* [GWP-ASan] Fixed issue with c++ standard library dependency.Mitch Phillips2019-05-173-6/+6
* [GWP-ASan] Initial build files, implementation of PRNG [1].Mitch Phillips2019-05-143-0/+77