summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()Dean Michael Berris2017-12-051-1/+1
* [XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris2017-12-052-54/+212
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-056-23/+186
* [libFuzzer] Remove const from ignoreRemainingArgs return value.Matt Morehouse2017-12-041-2/+2
* [libFuzzer] Remove FuzzerCommand.cpp from build sources.Matt Morehouse2017-12-041-1/+0
* [ASan] Disable invalid-pointer-pairs-threads.cc on Darwin.Alex Shlyapnikov2017-12-041-0/+3
* [libFuzzer] Encapsulate commands in a class.Matt Morehouse2017-12-049-43/+400
* [sanitizer] 64-bit allocator's PopulateFreeArray partial refactorKostya Kortchinsky2017-12-041-39/+47
* [ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-threads.ccAlex Shlyapnikov2017-12-041-1/+1
* Handle NetBSD symbol renaming in sanitizer_common_interceptors.incKamil Rytarowski2017-12-041-0/+40
* These tests require x86 80-bit doubles. Mark them so.Sterling Augustine2017-12-043-0/+3
* [ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov2017-12-0410-7/+410
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-0414-49/+47
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-015-2/+11
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-0113-22/+68
* [libFuzzer] remove stale flags; NFCKostya Serebryany2017-12-014-13/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-015-5/+18
* [compiler-rt] Remove out of date commentShoaib Meenai2017-12-011-4/+0
* [compiler-rt] Add install-*-stripped targetsShoaib Meenai2017-12-012-0/+17
* Add missing signal.h header:Ismail Donmez2017-12-011-0/+1
* Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev2017-12-0112-65/+21
* [ubsan] lit changes for lld testing, future lto testing.Roman Lebedev2017-12-0112-21/+65
* [msan] Fix return type of mbrtowcVitaly Buka2017-11-302-8/+11
* Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine2017-11-303-1/+21
* Move x86-specific sources to x86-specific source lists.Sterling Augustine2017-11-301-13/+22
* [PGO] Add a test case for infinite loopsXinliang David Li2017-11-301-0/+30
* Fix the MIPS baremetal buildAlexander Richardson2017-11-301-2/+2
* Linux needs to include sys/uio.h for readv, preadvStephan Bergmann2017-11-301-0/+3
* [XRay][compiler-rt][Darwin] Use dynamic initialisation as an alternativeDean Michael Berris2017-11-291-1/+8
* [sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek2017-11-293-0/+12
* [scudo] Allow for compile-time choice of the SizeClassMapKostya Kortchinsky2017-11-291-11/+12
* [compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to TARGET_OS_SIM...Kuba Mracek2017-11-291-1/+1
* [asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM mapKuba Mracek2017-11-291-0/+5
* [asan] Don't crash on fclose(NULL)Kuba Mracek2017-11-292-1/+14
* [asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek2017-11-292-1/+17
* [sanitizer] Refactor how assembly files are handledKuba Mracek2017-11-297-114/+100
* Defer StartBackgroundThread() and StopBackgroundThread() in TSanKamil Rytarowski2017-11-293-7/+19
* Revert change for LibFuzzer target archsYi Kong2017-11-291-1/+1
* [LibFuzzer] Add Android to LibFuzzer's supported OSesYi Kong2017-11-291-2/+2
* [compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]Weiming Zhao2017-11-281-1/+3
* [XRay][compiler-rt] Fix armhf buildDean Michael Berris2017-11-281-1/+2
* [XRay][compiler-rt] Fix runtime buildDean Michael Berris2017-11-281-20/+11
* [LSan] Fix one source of stale segments in the process memory mapping.Alex Shlyapnikov2017-11-282-29/+29
* [LibFuzzer] Improve comments on `CounterToFeature()` function.Dan Liew2017-11-281-1/+12
* Support the setjmp(3) family of functions in TSan/NetBSDKamil Rytarowski2017-11-282-26/+106
* [PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer2017-11-281-2/+2
* [XRay][compiler-rt][Darwin] Minimal XRay build support in DarwinDean Michael Berris2017-11-287-70/+109
* Correct mangled_sp on NetBSD/amd64 in TSanKamil Rytarowski2017-11-281-2/+4
* Handle symbol renaming of sigaction for NetBSDKamil Rytarowski2017-11-282-6/+12
* [msan] Avoid shadowing a variable in common interceptors.Evgeniy Stepanov2017-11-271-16/+15
OpenPOWER on IntegriCloud