summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
...
* Reland "Make TracePcGuardController linker-initialized"Petr Hosek2018-01-191-6/+6
* Correct typo after r322829Kamil Rytarowski2018-01-191-2/+2
* [XRay] [compiler-rt] fix heap overflow by computing record pointers correctlyMartin Pelikan2018-01-191-22/+15
* [builtins] Use FlushInstructionCache on windows on aarch64 as wellMartin Storsjo2018-01-191-2/+2
* [scudo] Use -fsanitize=scudo rather than --whole-archive in testsKostya Kortchinsky2018-01-181-8/+5
* Enable sanitizer_common tests on NetBSDKamil Rytarowski2018-01-183-3/+14
* Break a line into two linesKamil Rytarowski2018-01-181-1/+2
* Add new NetBSD interceptors: getgrouplist(3) & getgroupmembership(3)Kamil Rytarowski2018-01-184-0/+101
* Add new interceptors: access(2), faccessat(2)Kamil Rytarowski2018-01-184-0/+41
* Add new interceptors for pwcache(3)-style functionsKamil Rytarowski2018-01-186-0/+138
* [Sanitizers] Changes in Hwasan allocator missed in D42198.Alex Shlyapnikov2018-01-181-5/+5
* [Sanitizers] Make common allocator agnostic to failure handling modes.Alex Shlyapnikov2018-01-1710-57/+60
* [scudo] Fix for the Scudo interface function scopeKostya Kortchinsky2018-01-171-2/+1
* [scudo] Limit by default the TSD pool to 2 on AndroidKostya Kortchinsky2018-01-171-1/+5
* Reland "[libFuzzer] Support using libc++"Petr Hosek2018-01-178-36/+126
* Revert "[libFuzzer] Support using libc++"Petr Hosek2018-01-178-127/+37
* Add new interceptor: acct(2)Kamil Rytarowski2018-01-172-0/+16
* Hotfix for test/asan/TestCases/alloca_constant_size.ccKamil Rytarowski2018-01-171-0/+1
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-1720-8/+71
* cfi: Add a blacklist entry for MSVC's std::get_temporary_buffer function.Peter Collingbourne2018-01-171-1/+3
* [libFuzzer] Support using libc++Petr Hosek2018-01-178-37/+127
* [hwasan] Build runtime library with -fPIC, not -fPIE.Evgeniy Stepanov2018-01-161-1/+1
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-142-4/+7
* [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCEFrancis Ricci2018-01-131-1/+8
* [hwasan] An LLVM flag to disable stack tag randomization.Evgeniy Stepanov2018-01-133-1/+12
* Revert "[SanitizerCoverage][Fuchsia] Make TracePcGuardController linker-initi...Petr Hosek2018-01-131-6/+6
* [SanitizerCoverage][Fuchsia] Make TracePcGuardController linker-initializedPetr Hosek2018-01-131-6/+6
* Switch from Bourne shell to simply base shell to build libfuzzerKamil Rytarowski2018-01-121-1/+1
* [libFuzzer] Fix bug introduced in r322380 that always links -lc++.Matt Morehouse2018-01-121-1/+1
* Correct the setitimer interceptor on NetBSDKamil Rytarowski2018-01-124-2/+48
* [scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBSKostya Kortchinsky2018-01-121-1/+2
* lib Fuzzer FreeBSD supportKamil Rytarowski2018-01-1228-16/+52
* [hwasan] Stack instrumentation.Evgeniy Stepanov2018-01-117-8/+83
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-112-4/+4
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-112-4/+4
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-112-3/+3
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-102-3/+3
* [MSan] Enable use-after-dtor instrumentation by default.Matt Morehouse2018-01-102-8/+13
* [hwasan] An option to disable tag randomization.Evgeniy Stepanov2018-01-103-7/+15
* Revert "[CMake] Install resource files into a share/ directory"Petr Hosek2018-01-102-2/+2
* [CMake] Install resource files into a share/ directoryPetr Hosek2018-01-102-2/+2
* o -fsanitize=function warning when calling noexcept function through non-noex...Stephan Bergmann2018-01-051-1/+41
* [asan] Fix build with Android NDK < 14.Evgeniy Stepanov2018-01-041-1/+1
* [scudo] Attempt to re-enable the valloc test on armhfKostya Kortchinsky2018-01-041-1/+1
* [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limitKostya Kortchinsky2018-01-043-5/+10
* [tsan] Separate the constants in libignore and bump the maximum for instrumen...Kuba Mracek2018-01-042-5/+7
* [msan] Intercept sendmmsg, recvmmsg.Evgeniy Stepanov2018-01-035-42/+167
* Add MSan interceptor for fstat(2)Kamil Rytarowski2018-01-032-0/+30
* [hwasan] Add heap tag randomization.Evgeniy Stepanov2018-01-033-8/+56
* [cmake] Fix typo in test/asan/CMakeLists.txtAzharuddin Mohammed2018-01-031-1/+1
OpenPOWER on IntegriCloud