summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Reduce the number of threads in gcov test to avoid failureCalixte Denizet2020-06-231-15/+5
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-072-0/+46
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-1/+1
* [profile] Support merge pool size >= 10Fangrui Song2020-01-121-0/+7
* [cfi][test] cross-dso/stats.cpp: don't assume the order of static constructorsFangrui Song2020-01-081-4/+4
* [msan] Fix underflow in qsort interceptor.Evgenii Stepanov2020-01-061-0/+7
* [msan] Check qsort input.Evgenii Stepanov2020-01-061-0/+5
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-1/+1
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-1/+1
* Reland "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-271-0/+73
* Revert "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-271-73/+0
* Revert "[msan] Check qsort input."Evgenii Stepanov2019-12-261-5/+0
* [msan] Check qsort input.Evgenii Stepanov2019-12-231-0/+5
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-231-0/+73
* Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."Jonas Devlieghere2019-12-201-78/+0
* [iOS sim] Ensure simulator device is booted in iossim_prepare.pyJulian Lettner2019-12-201-1/+13
* [compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSDMichał Górny2019-12-201-0/+3
* [msan] Check qsort input.Evgenii Stepanov2019-12-201-0/+5
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-201-0/+73
* [compiler-rt] [test] Disable MPROTECT on two builtin testsMichał Górny2019-12-204-8/+18
* [compiler-rt] [test] Add missing %run to fread_fwrite MSAN testMichał Górny2019-12-191-1/+1
* [compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSDKamil Rytarowski2019-12-191-1/+0
* [compiler-rt] [test] Disable ASLR on UBSAN+[AMT]SAN tests on NetBSDMichał Górny2019-12-181-0/+2
* [compiler-rt] [test] Disable ASLR on LSAN+ASAN tests on NetBSDMichał Górny2019-12-181-0/+2
* [compiler-rt] [test] Disable ASLR for fuzzer tests on NetBSDMichał Górny2019-12-181-0/+3
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-1710-10/+10
* Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so tha...Dan Liew2019-12-161-1/+1
* [ubsan] Enable testing of .m filesVedant Kumar2019-12-131-1/+1
* [LSAN] Increase stack space for guard-page.c testAlex Richardson2019-12-131-2/+2
* [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.Mitch Phillips2019-12-131-0/+4
* [iOS sim] Simplify iossim_run.py scriptJulian Lettner2019-12-121-3/+2
* [TSan] Pacify flaky test on DarwinJulian Lettner2019-12-111-7/+18
* [profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFCVedant Kumar2019-12-111-0/+1
* [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFCVedant Kumar2019-12-111-0/+2
* [profile] Add explanatory comments to instrprof-darwin-exports.c, NFCVedant Kumar2019-12-101-3/+11
* Remove unused Unit test directory for xray.Eric Christopher2019-12-092-43/+0
* [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSDMichał Górny2019-12-066-0/+21
* [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ONAlex Lorenz2019-12-034-0/+7
* Rename `tsan/race_range_pc.cc` to `test/tsan/race_range_pc.cpp`.Dan Liew2019-12-031-0/+0
* Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for i3...Yi Kong2019-11-272-2/+4
* [clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...Roman Lebedev2019-11-273-0/+364
* [profile] Fix file contention causing dropped counts on Windows under -fprofi...Hans Wennborg2019-11-273-0/+108
* Revert "[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decr...Roman Lebedev2019-11-273-364/+0
* [clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...Roman Lebedev2019-11-273-0/+364
* [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPCLei Huang2019-11-252-0/+1608
* [TSan] Make `mach_vm_allocate.c` test less flakyJulian Lettner2019-11-211-5/+8
* [Symbolizers] On Darwin compute function offset when possible.Dan Liew2019-11-193-2/+86
* Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64"Hans Wennborg2019-11-192-4/+2
* [profile] Support online merging with continuous sync modeVedant Kumar2019-11-181-0/+138