summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Bug fixes for FDR custom event and arg-loggingDean Michael Berris2018-09-131-18/+47
* [TSan] Update test valuesVlad Tsyrklevich2018-09-121-4/+4
* [hwasan] On every use-after-free print a developer note: the index of this he...Kostya Serebryany2018-09-122-5/+39
* [hwasan] tests for a buffer overflow with a large allocationKostya Serebryany2018-09-121-1/+6
* [libFuzzer] [Windows] Include windows.h and psapi.h with lowercaseMartin Storsjo2018-09-112-3/+3
* [gcov] Fix branch counters with switch statements (fix PR38821)Vedant Kumar2018-09-112-4/+4
* [Msan] Fix unit test linkage issue on FreeBSDDavid Carlier2018-09-111-1/+1
* [ASan] [Windows] Remove const from _msize function declaration parameterMartin Storsjo2018-09-111-1/+1
* [hwasan] Re-enable print-memory-usage-android test.Evgeniy Stepanov2018-09-101-3/+6
* [Windows] Include BaseTsd.h with lowercaseMartin Storsjo2018-09-101-1/+1
* [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
OpenPOWER on IntegriCloud