aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Changed force build of GWP-ASan options parser to be staticallyMitch Phillips1-1/+1
2019-06-04Fixed GWP-ASan build breakage. When adding the optional flag parser, there wa...Mitch Phillips1-1/+2
2019-06-04[GWP-ASan] Configuration options [3].Mitch Phillips5-0/+253
2019-06-04[HWASAN] Make new/delete weakEugene Leviant2-8/+31
2019-06-04[builtins] Use libtool for builtins when building for Apple platformPetr Hosek3-52/+55
2019-06-03builtins: correct function name for AEABISaleem Abdulrasool1-2/+2
2019-05-30Attempt to fix test failure for armv8.Mitch Phillips1-2/+2
2019-05-30Attempt to fix 'mutex.h' not found when building mutex_posix.Mitch Phillips1-1/+1
2019-05-30[GWP-ASan] Mutex implementation [2].Mitch Phillips11-1/+339
2019-05-29mac: Make ubsan test config look more like asan test configNico Weber1-4/+1
2019-05-29[HWASAN] Remove unused codeEugene Leviant2-28/+0
2019-05-29[builtins] Move the compare2f definition outside of the macroPetr Hosek1-11/+19
2019-05-28[compiler-rt] Fix cmake warningsShoaib Meenai1-2/+6
2019-05-27[Driver] Change layout of per-target runtimes to resemble multiarchPetr Hosek1-2/+2
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany4-11/+18
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany4-156/+8
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany6-3/+53
2019-05-22[asan] Fix debug asan build link errorReid Kleckner2-26/+29
2019-05-22[X86] Add more icelake model numbers to compiler-rt implementation of __built...Craig Topper1-0/+8
2019-05-22[libFuzzer] Ignore synthetic exceptions on FuchsiaPetr Hosek1-42/+58
2019-05-22[Sanitizer] Add interceptor for wcsdupPavel Labath3-0/+34
2019-05-22[libFuzzer] Sleep after process exits in merge-sigusr.test.Matt Morehouse1-0/+1
2019-05-21[libFuzzer] Kill by session ID in merge-sigusr.test.Matt Morehouse1-3/+3
2019-05-21[libFuzzer] Ignore exit status of wait in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-21[libFuzzer] Reduce flakiness of merge-sigusr.test.Matt Morehouse1-3/+10
2019-05-21[asan] clang-format parent patchVitaly Buka1-3/+3
2019-05-21[asan] Replace assignments with internal_memcpy ErrorDescriptionVitaly Buka2-3/+5
2019-05-20[builtins] Deduplicate __eqsf2 and __gtsf2 via macroPetr Hosek1-77/+30
2019-05-20This change adds an API to allow setting the flag to indicate that the profil...Max Moroz2-0/+12
2019-05-20[libFuzzer] Disable fork-sigusr.test on AArch64.Matt Morehouse1-1/+1
2019-05-20[X86] Add icelake-client and tremont model numbers to compiler-rt's implement...Craig Topper1-0/+9
2019-05-20[scudo][standalone] Introduce the Primary(s) and LocalCacheKostya Kortchinsky7-9/+1128
2019-05-19Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek2-3/+4
2019-05-17[sanitizer] Update symbolizer/scripts/global_symbols.txtVitaly Buka1-0/+1
2019-05-17Explicitly remove -stdlib=libc++, as we pass -nostdinc++ anyway. This should ...Mitch Phillips1-0/+3
2019-05-17[libFuzzer] Dump input on failure for sigusr tests.Matt Morehouse2-2/+2
2019-05-17[hwasan] Limit try-catch tests to aarch64.Evgeniy Stepanov1-0/+3
2019-05-17[libFuzzer] Use SleepOneSecondTest.cpp for fork-sigusr.test.Matt Morehouse1-2/+2
2019-05-17[GWP-ASan] Fixed issue with c++ standard library dependency.Mitch Phillips3-6/+6
2019-05-16HWASan exception support.Evgeniy Stepanov1-0/+60
2019-05-16[sanitizer] Don't generate "failed to intercept" constants for each functionVitaly Buka2-18/+18
2019-05-16[TSan][libdispatch] Use FileCheck's --implicit-check-not=...Julian Lettner18-37/+18
2019-05-16[libFuzzer] Disable merge-sigusr.test on linux.Matt Morehouse1-1/+2
2019-05-16[crt] Mark dso_handle test as xfailing on ARM.Yvan Roux1-0/+2
2019-05-16[libFuzzer] Increase merge-sigusr sleep after sending signal.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Also kill parent process in merge-siguser.test.Matt Morehouse1-0/+1
2019-05-16[libFuzzer] Fix typo in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Use PID to send signals rather than process name.Matt Morehouse2-4/+4
2019-05-15[mips] Always use _LARGEFILE_SOURCE / _FILE_OFFSET_BITS for building MIPS 32-bitSimon Atanasyan1-2/+2
2019-05-15[libFuzzer] Echo fuzzer output on sigusr tests.Matt Morehouse2-2/+2