summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [hwasan] rename two .cc tests into .cKostya Serebryany2018-09-082-6/+6
* [hwasan] Disable print-memory-usage-android test.Evgeniy Stepanov2018-09-081-0/+5
* Switch to using a reserved identifier for this internal compiler-rt function.Richard Smith2018-09-082-7/+7
* [hwasan] Export memory stats through /proc/$PID/maps.Evgeniy Stepanov2018-09-085-7/+59
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-075-101/+144
* [MSan] Define %clang_kmsan for KMSAN testsAlexander Potapenko2018-09-071-0/+6
* [libfuzzer] Enable trace-malloc-unballanced.test on Windows.Jonathan Metzman2018-09-071-5/+7
* [hwasan] relax the rint-memory-usage.c test furtherKostya Serebryany2018-09-071-5/+5
* [libfuzzer] Use cl driver mode for tests and enable another test on WindowsJonathan Metzman2018-09-072-7/+11
* [hwasan] make the print-memory-usage.c less agressive: do not assume that mal...Kostya Serebryany2018-09-071-3/+4
* [hwasan] Fix malloc overflow detection.Evgeniy Stepanov2018-09-072-7/+89
* [hwasan] change the thread list so that main_thread can also be removedKostya Serebryany2018-09-072-8/+12
* [hwasan] Remove allocator interceptors.Evgeniy Stepanov2018-09-063-93/+93
* [hwasan] fix pthread_exitKostya Serebryany2018-09-062-1/+6
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-069-7/+133
* [libfuzzer] Correct typo in comment (test commit).Jonathan Metzman2018-09-061-1/+1
* [libfuzzer] Fix fuzzer-oom.test on windows and reenable it.Max Moroz2018-09-061-10/+13
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-062-0/+66
* [MSan] revert r341528 to unbreak the botsAlexander Potapenko2018-09-062-61/+0
* ARM: wrap call to __clzsi2 so that the name is correct on MachO.Tim Northover2018-09-061-1/+1
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-062-0/+61
* [libfuzzer] Temporarily disable unittests failing on Windows.Max Moroz2018-09-064-1/+4
* [hwasan] when verbose_threads==1, print the memory usage per threadKostya Serebryany2018-09-053-1/+11
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-054-21/+8
* [hwasan] Don't handle signals on Android.Evgeniy Stepanov2018-09-051-0/+11
* [libfuzzer] Replace memmem with strstr.Matt Morehouse2018-09-052-4/+3
* [hwasan] deflake a test Kostya Serebryany2018-09-051-2/+2
* Enable symbolize-deadlock.test on WindowsMax Moroz2018-09-052-3/+0
* [Xray] Darwin providing defined value for weak symbols to fix linkage issueDavid Carlier2018-09-051-0/+9
* Add glibc_prereq to platform limits mmsghdrBrian Cain2018-09-051-4/+5
* [hwasan] revert r341435 as it breaks the bot on aarch64Kostya Serebryany2018-09-051-11/+7
* [hwasan] fix colored outputKostya Serebryany2018-09-051-0/+1
* [hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...Kostya Serebryany2018-09-056-36/+80
* [hwasan] use real TLS on linux to store the current thread -- this way we can...Kostya Serebryany2018-09-051-7/+11
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-054-16/+8
* [hwasan] remove stale Thread:: data members. While doing so noticed that GetT...Kostya Serebryany2018-09-045-14/+14
* [hwasan] add a unique id to a thread and add debug prints for thread creation...Kostya Serebryany2018-09-044-1/+24
* [sanitizer] optimize internal_memset for the most performance critical case (...Kostya Serebryany2018-09-041-0/+12
* [libFuzzer] Enable tests on WindowsMatt Morehouse2018-09-0429-29/+75
* [TSan] Update assembly test again.Matt Morehouse2018-09-041-4/+4
* [TSan] Update assembly code check.Matt Morehouse2018-09-041-2/+2
* [asan] Clean up some confusing code inDan Liew2018-09-031-4/+1
* [UBSan] Add CMake and lit support for configuring and running UBSanDan Liew2018-09-033-0/+69
* Give a better error message when trying to run the iossim tests and `SANITIZE...Dan Liew2018-09-031-1/+5
* [UBSan] Propagate `UBSAN_OPTIONS` environment variable when running ios simul...Dan Liew2018-09-031-1/+1
* [UBSan] Add missing `%run` prefixes to Pointer tests.Dan Liew2018-09-032-4/+4
* Fix buildbot testDavid Carlier2018-09-021-1/+1
* [Sanitizer] openbsd build fixDavid Carlier2018-09-021-0/+6
* [hwasan] Fix new[] with zero size.Evgeniy Stepanov2018-08-313-10/+32
* Try to unbreak internal_sysctl() for MacOSXKamil Rytarowski2018-08-311-1/+2
OpenPOWER on IntegriCloud