summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [asan] Use linker initialization for the allocatorKuba Mracek2017-12-141-3/+3
* [sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OSKuba Mracek2017-12-142-1/+7
* [libFuzzer] Add dummy call of LLVMFuzzerTestOneInput to afl_driver.Matt Morehouse2017-12-131-1/+7
* [scudo] Adding a public Scudo interfaceKostya Kortchinsky2017-12-136-3/+123
* [sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky2017-12-1312-7/+72
* [scudo] Inline getScudoChunk function.Kostya Kortchinsky2017-12-131-1/+1
* [XRay][compiler-rt] Reduce XRay log spamDean Michael Berris2017-12-131-1/+2
* [hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov2017-12-136-93/+136
* [libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany2017-12-125-13/+9
* [msan] LIT: Add lld testing configRoman Lebedev2017-12-122-6/+26
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-126-15/+13
* [sanitizer] Revert rL320409Kostya Kortchinsky2017-12-1112-59/+6
* [sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky2017-12-1112-6/+59
* Update another sanitizer test for C++14.Ahmed Bougacha2017-12-101-1/+1
* [libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany2017-12-092-2/+13
* Update sanitizer tests for C++14 default in ClangTim Northover2017-12-092-4/+4
* [libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany2017-12-091-1/+1
* Revert change in test/msan/textdomain.cc for NetBSDKamil Rytarowski2017-12-091-1/+1
* Correct handling of the TLS/NetBSD block of the main programKamil Rytarowski2017-12-091-3/+47
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-0928-1/+2453
* Fix test/msan/iconv.cc on NetBSDKamil Rytarowski2017-12-091-2/+2
* Fix test/msan/textdomain.cc on NetBSDKamil Rytarowski2017-12-091-1/+1
* Disable test/msan/tsearch.cc on NetBSDKamil Rytarowski2017-12-091-0/+3
* Disable test/msan/pvalloc.cc on NetBSDKamil Rytarowski2017-12-091-1/+1
* Fix test/msan/ifaddrs.cc for NetBSDKamil Rytarowski2017-12-091-1/+1
* Disable test/msan/ftime.cc on NetBSDKamil Rytarowski2017-12-091-2/+2
* NetBSD ships with POSIX strerror_r(3)Kamil Rytarowski2017-12-091-1/+1
* Add NetBSD/x86_64 mapping in MSanKamil Rytarowski2017-12-092-2/+3
* [libFuzzer] Add support for Fuchsia OS.Matt Morehouse2017-12-086-2/+279
* [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany2017-12-083-8/+18
* Update test case for r320180Xinliang David Li2017-12-081-2/+2
* [scudo] Minor code generation improvementKostya Kortchinsky2017-12-082-11/+9
* [ubsan] Test for pass_object_size bounds checksVedant Kumar2017-12-081-0/+16
* [PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer2017-12-072-7/+14
* Test case update for D40873Xinliang David Li2017-12-071-2/+2
* [sanitizer] Simplify android_run.py.Evgeniy Stepanov2017-12-071-1/+1
* [libFuzzer] Decrease stack usage in unit testsKostya Serebryany2017-12-061-26/+26
* Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich2017-12-062-2/+2
* Revert SVN r, 319967Kamil Rytarowski2017-12-061-63/+3
* Fix broken windows sanitizer buildbotVlad Tsyrklevich2017-12-061-1/+1
* [libFuzzer] fix a minor regression in printingKostya Serebryany2017-12-061-1/+1
* Correct atexit(3) support in MSan/NetBSDKamil Rytarowski2017-12-061-3/+63
* Handle NetBSD symbol renaming in msan_interceptors.ccKamil Rytarowski2017-12-063-17/+25
* [compiler-rt] Set up .arcconfig to point to new Diffusion CRT repositoryBen Hamilton2017-12-061-1/+1
* [TSan] Make more TSan interceptors symbolizer-aware.Alex Shlyapnikov2017-12-061-9/+25
* [Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski2017-12-068-45/+46
* [scudo] Correct performance regression in SecondaryKostya Kortchinsky2017-12-061-8/+10
* [compiler-rt][xray][cmake] Fix a build issue caused by set/item mixupSimon Dardis2017-12-061-1/+1
* Fix typo fcvr -> fcvt and attempt to unbreak MSan/!NetBSDKamil Rytarowski2017-12-061-1/+1
* Fix typo gcvr -> gcvt and attempt to unbreak MSan/!NetBSDKamil Rytarowski2017-12-061-1/+1