summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-219-37/+37
* [CMake] Allow passing extra CMake arguments to custom libc++Petr Hosek2017-12-211-1/+2
* Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis2017-12-213-125/+73
* [mips][compiler-rt] Provide 64bit atomic add and subSimon Dardis2017-12-213-73/+125
* [ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar2017-12-213-4/+24
* [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction().Max Moroz2017-12-201-0/+1
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-204-36/+154
* [builtins] Implement __chkstk for arm64 windowsMartin Storsjo2017-12-202-0/+40
* [hwasan] Remove --check-prefix=CHECK (NFC)Evgeniy Stepanov2017-12-201-1/+1
* [hwasan] Fix handling of store errors.Evgeniy Stepanov2017-12-192-10/+21
* [hwasan] Remove unused -check-prefix in tests.Evgeniy Stepanov2017-12-192-5/+5
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-1/+1
* [PGO] Test case changes for D41059Xinliang David Li2017-12-183-6/+42
* [asan] Add interceptor for printf_chkMaxim Ostapenko2017-12-187-0/+144
* Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-183-89/+10
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-183-10/+89
* [sanitizer] Define __sanitizer_clockid_t on FreeBSDKostya Kortchinsky2017-12-161-1/+1
* [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the libraryFilipe Cabecinhas2017-12-151-0/+5
* Added a separate install target for compilert-rt-headersIlya Biryukov2017-12-151-1/+19
* [libFuzzer] make the tests depend on ubsanKostya Serebryany2017-12-151-1/+1
* [scudo] Refactor ScudoChunkKostya Kortchinsky2017-12-141-119/+117
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-1427-120/+1450
* [profile] Port the runtime to Solaris (retry)Vedant Kumar2017-12-1415-50/+117
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-1415-116/+49
* [profile] Port the runtime to SolarisVedant Kumar2017-12-1415-49/+116
* [scudo] Disabling the interface test on armhfKostya Kortchinsky2017-12-141-0/+1
* [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris2017-12-144-137/+195
* Set of corrections for MSan/NetBSDKamil Rytarowski2017-12-144-11/+34
* [asan] Use linker initialization for the allocatorKuba Mracek2017-12-141-3/+3
* [sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OSKuba Mracek2017-12-142-1/+7
* [libFuzzer] Add dummy call of LLVMFuzzerTestOneInput to afl_driver.Matt Morehouse2017-12-131-1/+7
* [scudo] Adding a public Scudo interfaceKostya Kortchinsky2017-12-136-3/+123
* [sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky2017-12-1312-7/+72
* [scudo] Inline getScudoChunk function.Kostya Kortchinsky2017-12-131-1/+1
* [XRay][compiler-rt] Reduce XRay log spamDean Michael Berris2017-12-131-1/+2
* [hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov2017-12-136-93/+136
* [libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany2017-12-125-13/+9
* [msan] LIT: Add lld testing configRoman Lebedev2017-12-122-6/+26
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-126-15/+13
* [sanitizer] Revert rL320409Kostya Kortchinsky2017-12-1112-59/+6
* [sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky2017-12-1112-6/+59
* Update another sanitizer test for C++14.Ahmed Bougacha2017-12-101-1/+1
* [libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany2017-12-092-2/+13
* Update sanitizer tests for C++14 default in ClangTim Northover2017-12-092-4/+4
* [libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany2017-12-091-1/+1
* Revert change in test/msan/textdomain.cc for NetBSDKamil Rytarowski2017-12-091-1/+1
* Correct handling of the TLS/NetBSD block of the main programKamil Rytarowski2017-12-091-3/+47
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-0928-1/+2453
* Fix test/msan/iconv.cc on NetBSDKamil Rytarowski2017-12-091-2/+2
* Fix test/msan/textdomain.cc on NetBSDKamil Rytarowski2017-12-091-1/+1