aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2019-12-05[profile] Fix file contention causing dropped counts on Windows under -fprofi...llvmorg-9.0.1-rc2Hans Wennborg3-0/+108
2019-08-13Merging r368516:Hans Wennborg3-1/+21
2019-08-09Merge r368103 '[TSAN] Fix tsan on FreeBSD after D54889'Hans Wennborg1-1/+1
2019-08-01Merging r367442:Hans Wennborg3-6/+0
2019-07-22Revert r366413 on LLVM 9 branchUlrich Weigand1-42/+0
2019-07-18Fix asan infinite loop on undefined symbolSerge Guelton1-0/+42
2019-07-17hwasan: Use C++ driver for cfi.cc test.Peter Collingbourne1-1/+1
2019-07-17[ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner1-0/+16
2019-07-16Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann1-3/+64
2019-07-15[libFuzzer] Disable fork.test on AArch64Diana Picus1-1/+1
2019-07-12Enable compiler-rt on SPARCRainer Orth2-5/+7
2019-07-12NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev1-2/+2
2019-07-11Use clang driver for libfuzzer tests on WindowsReid Kleckner2-5/+3
2019-07-11[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth3-2/+24
2019-07-11Add NetBSD LSan supportKamil Rytarowski1-1/+2
2019-07-11Change another test I missed in r365724Nico Weber1-1/+1
2019-07-11clang-cl: Remove -O0 optionNico Weber89-121/+121
2019-07-10[ubsan][test] Restore float-divide-by-zero testFangrui Song1-0/+1
2019-07-09hwasan: Improve precision of checks using short granule tags.Peter Collingbourne4-64/+27
2019-07-09[sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern14-14/+14
2019-07-09[sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern22-4/+746
2019-07-08Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien22-746/+4
2019-07-08[sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern22-4/+746
2019-07-08Revert "[TSan] Attempt to fix iOS on-device test"Julian Lettner1-4/+7
2019-07-08[ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2-2/+1
2019-07-08[ubsan][test] Fix several UBSan-* :: TestCases/ImplicitConversion tests on So...Rainer Orth6-120/+120
2019-07-08[ubsan][test] Don't disable ubsan testing on 64-bit Solaris/x86Rainer Orth2-8/+4
2019-07-06[TSan] Attempt to fix iOS on-device testJulian Lettner1-4/+4
2019-07-05XFAIL a few failing TSan-fiber tests for iOSJulian Lettner5-0/+5
2019-07-05Remove `XFAIL: ios` from test that passes in CIJulian Lettner1-1/+0
2019-07-02[GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips12-21/+22
2019-06-27hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne3-13/+53
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner102-113/+113
2019-06-26[compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on SolarisRainer Orth1-1/+1
2019-06-26Follow up fix for r364366.Dan Liew1-1/+1
2019-06-26Add USan+ASan and UBSan+TSan tests to shadow-memory lit parallelism group.Dan Liew1-0/+4
2019-06-25[sanitizer] Enabled getpw_getgr.cc on iOSVitaly Buka1-1/+0
2019-06-24(Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2-0/+74
2019-06-21[asan] Quote the path to the Python exe in case it has spacesReid Kleckner1-2/+10
2019-06-21[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany3-4/+7
2019-06-20[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2-5/+10
2019-06-19Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg4-71/+35
2019-06-18Disable recently added Darwin symbolization tests for iOS.Dan Liew2-0/+2
2019-06-18[NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.Dan Liew2-20/+42
2019-06-18[asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew1-0/+54
2019-06-17hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne3-13/+16
2019-06-17[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew4-35/+71
2019-06-17[GWP-ASan] Integration with Scudo [5].Mitch Phillips19-5/+279
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany1-1/+1
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany3-48/+96