summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2018-10-02[sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka
2018-10-01[sanitizer] Small buffer tests for __sanitizer_symbolize_pcVitaly Buka
2018-10-01Remove a path-length limitation for the xray logfile.Douglas Yung
2018-10-01Switch syscall(2)/__syscall(2) calls to libc calls on NetBSDKamil Rytarowski
2018-10-01Unbreak linux cfi buildDavid Carlier
2018-10-01[Cfi] Compiling cfi library on FreeBSD and NetBSDDavid Carlier
2018-10-01[NFC] Fix `-Wcast-qual` warnings in Darwin `internal_sysctl(...)` implementat...Dan Liew
2018-09-29Switch sanitizer_procmaps_bsd to internal_sysctlKamil Rytarowski
2018-09-28Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg
2018-09-28[XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song
2018-09-28[XRay] Guard local variables with `static` and struct with unnamed namespacesFangrui Song
2018-09-27[XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song
2018-09-27[XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris
2018-09-27[sanitizer] Disable failing Android test after D52371Kostya Kortchinsky
2018-09-27[compiler-rt][ubsan][NFC] Slight test cleanup in preparation for D50902.Roman Lebedev
2018-09-27[sanitizer] Introduce a new SizeClassMap with minimal amount of cached entriesKostya Kortchinsky
2018-09-27[compiler-rt] [builtins] Restore tests from r342917 (disabled in r343095) on ...Jordan Rupprecht
2018-09-27[compiler-rt][cmake][mips] Use -mabi option to select target architectureSimon Atanasyan
2018-09-27[Coverage] Disable Linux/coverage-missing.cc in AddressSanitizer-i386-linux t...Fangrui Song
2018-09-26[sanitizer] AndroidGetApiLevel for static executables.Evgeniy Stepanov
2018-09-26[asan] [windows] Don't use CheckFailed in dynamic runtime thunk modeMartin Storsjo
2018-09-26[winasan] Pin the ASan DLL to prevent unloadingDavid Major
2018-09-26Disable tests from r342917 on Windows; -lm won't work thereHans Wennborg
2018-09-26[CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo
2018-09-26[ASan] [MinGW] Only try to export MSVC specific C++ symbols if building with ...Martin Storsjo
2018-09-25Try to fix cosmetics to keep lines below 80 chars. NFC.Martin Storsjo
2018-09-25[Sanitizers] [MinGW] Produce undecorated symbols for /export: directives when...Martin Storsjo
2018-09-25[ASan] [Windows] Avoid including windows.h in asan_malloc_win.ccMartin Storsjo
2018-09-25[Sanitizers] [MinGW] Check for __i386__ in addition to _M_IX86 for i386 speci...Martin Storsjo
2018-09-25[Profile] Fix gcov testsCalixte Denizet
2018-09-24[hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov
2018-09-24Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov
2018-09-24[hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov
2018-09-24[compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht
2018-09-24[profile] Revert commit https://reviews.llvm.org/rL342718Calixte Denizet
2018-09-24When running the ios/iossim prepare script show the script output when it ret...Dan Liew
2018-09-24Fix the configuration of the Primary allocator for Darwin ARM64 byDan Liew
2018-09-24[XRay] Clean up XRay build configurationDean Michael Berris
2018-09-21SafeStack: Fix flaky test (PR39001)Vlad Tsyrklevich
2018-09-21[sanitizer] Move __sanitizer_set_death_callback to a more appropriate fileKostya Kortchinsky
2018-09-21[XRay][compiler-rt] Update use of internal_mmapDean Michael Berris
2018-09-21[libfuzzer] Fix a test's run lineJeremy Morse
2018-09-21[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.Calixte Denizet
2018-09-20[fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAl...Jonathan Metzman
2018-09-20[Hwasan] interceptor macro / extra comma removalDavid Carlier
2018-09-20[profile] Fix tests in compiler-rt for patch in gcov (https://reviews.llvm.or...Calixte Denizet
2018-09-20Fix test after r342652David Major
2018-09-20[winasan] Unpoison the stack in NtTerminateThreadDavid Major
2018-09-20[sanitizer] Make __sanitizer::CheckFailed not publicKostya Kortchinsky
2018-09-20[winasan] Reduce hotpatch prefix check to 8 bytesDavid Major