summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [hwasan] print all threads in a bug reportKostya Serebryany2018-10-102-1/+6
* [hwasan] print more tags around the buggy address, and do it with a single Pr...Kostya Serebryany2018-10-101-4/+3
* [sanitizers] [windows] Use a linker directive pragma for psapiMartin Storsjo2018-10-102-1/+4
* [libFuzzer] Disable value profiling tests on ARMGeorge Karpenkov2018-10-107-2/+7
* [libFuzzer] Generalize the code for getting the previous offset for different...George Karpenkov2018-10-104-16/+36
* [compiler-rt] Remove unused formal parameters from allocateOneNode. NFC.Matt Davis2018-10-091-3/+2
* Mark intercept-rethrow-exception.cc as XFAIL on NetBSDKamil Rytarowski2018-10-091-0/+4
* Disable failing tests lib/asan/tests on NetBSDKamil Rytarowski2018-10-092-0/+4
* Skip unsupported MSan tests on NetBSDKamil Rytarowski2018-10-091-0/+4
* Mark 4 MSan tests as XFAIL for NetBSDKamil Rytarowski2018-10-094-0/+12
* Mark MSan fork test as UNSUPPORTED on NetBSDKamil Rytarowski2018-10-091-0/+3
* Reflect the current reality and disable lsan tests on NetBSDKamil Rytarowski2018-10-091-0/+1
* Use PTHREAD_STACK_MIN conditionally in a testKamil Rytarowski2018-10-091-0/+2
* Remove remnant code of using indirect syscall on NetBSDKamil Rytarowski2018-10-085-66/+31
* Don't harcode -ldl test/sanitizer_common/TestCasesKamil Rytarowski2018-10-084-3/+9
* Disable TestCases/pthread_mutexattr_get on NetBSDKamil Rytarowski2018-10-081-0/+3
* Fix Posix/devname_r for NetBSDKamil Rytarowski2018-10-081-0/+5
* [Sanitizer] fix internal_sysctlbyname build for FreeBSD.David Carlier2018-10-081-1/+1
* Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner2018-10-052-12/+1
* Unwind local macro DEFINE_INTERNAL()Kamil Rytarowski2018-10-051-47/+43
* Introduce internal_sysctlbyname in place of sysctlbynameKamil Rytarowski2018-10-055-6/+33
* Esan for FreeBSD, forgotten file.David Carlier2018-10-041-0/+35
* [Esan] Port cache frag to FreeBSDDavid Carlier2018-10-0414-9/+39
* Mark two tests, which require too much available VM, as "UNSUPPORTED: ios".Kuba Mracek2018-10-032-0/+6
* [hwasan] Fix top PC in error stack trace being off by 1 instruction.Evgeniy Stepanov2018-10-021-4/+4
* [lib/fuzzer] Fix logging for FuchsiaPetr Hosek2018-10-022-8/+17
* Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"David Major2018-10-022-1/+12
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-023-5/+57
* [Arm builtins] Remove non-necessary IS checkKristina Brooks2018-10-022-10/+2
* Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"Jessica Paquette2018-10-023-55/+5
* [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines2018-10-024-8/+24
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-023-5/+55
* [sanitizer] Small buffer tests for __sanitizer_symbolize_pcVitaly Buka2018-10-011-3/+20
* Remove a path-length limitation for the xray logfile.Douglas Yung2018-10-011-3/+2
* Switch syscall(2)/__syscall(2) calls to libc calls on NetBSDKamil Rytarowski2018-10-014-51/+351
* Unbreak linux cfi buildDavid Carlier2018-10-011-0/+1
* [Cfi] Compiling cfi library on FreeBSD and NetBSDDavid Carlier2018-10-014-9/+36
* [NFC] Fix `-Wcast-qual` warnings in Darwin `internal_sysctl(...)` implementat...Dan Liew2018-10-011-2/+2
* Switch sanitizer_procmaps_bsd to internal_sysctlKamil Rytarowski2018-09-291-4/+4
* Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg2018-09-282-12/+1
* [XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song2018-09-281-11/+8
* [XRay] Guard local variables with `static` and struct with unnamed namespacesFangrui Song2018-09-282-6/+11
* [XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song2018-09-271-1/+1
* [XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris2018-09-273-5/+14
* [sanitizer] Disable failing Android test after D52371Kostya Kortchinsky2018-09-271-4/+5
* [compiler-rt][ubsan][NFC] Slight test cleanup in preparation for D50902.Roman Lebedev2018-09-272-90/+605
* [sanitizer] Introduce a new SizeClassMap with minimal amount of cached entriesKostya Kortchinsky2018-09-272-0/+22
* [compiler-rt] [builtins] Restore tests from r342917 (disabled in r343095) on ...Jordan Rupprecht2018-09-273-9/+3
* [compiler-rt][cmake][mips] Use -mabi option to select target architectureSimon Atanasyan2018-09-271-4/+4
* [Coverage] Disable Linux/coverage-missing.cc in AddressSanitizer-i386-linux t...Fangrui Song2018-09-271-1/+9
OpenPOWER on IntegriCloud