summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix array sizes used for path in testsVitaly Buka2018-02-012-17/+5
* Update readlink.c and readlinkat.c to use larger buffers on Darwin.Kuba Mracek2018-02-012-5/+17
* [sanitizer] Implement NanoTime & MonotonicNanoTime for WindowsKostya Kortchinsky2018-02-012-5/+13
* [scudo] Minor Secondary changesKostya Kortchinsky2018-02-011-8/+8
* Make detect_invalid_pointer_pairs option to be tristate.Alex Shlyapnikov2018-02-018-10/+56
* [CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld2018-02-012-0/+5
* [XRay][compiler-rt+llvm] Update XRay register stashing semanticsDean Michael Berris2018-02-011-41/+49
* [sanitizer] Move readlinkat.c test from Linux to PosixVitaly Buka2018-01-311-0/+0
* [sanitizer] Fix tests on Android and DarwinVitaly Buka2018-01-304-10/+18
* [fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek2018-01-302-4/+4
* [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka2018-01-309-10/+221
* [libFuzzer] Fix sizeof(ptr) bug.Matt Morehouse2018-01-301-1/+1
* [scudo] Add default implementations for weak functionsKostya Kortchinsky2018-01-303-2/+22
* [XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan2018-01-301-1/+1
* [scudo] Add support for Fuchsia OS.Kostya Kortchinsky2018-01-291-1/+1
* tsan: deflake a testDmitry Vyukov2018-01-292-7/+12
* Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...Don Hinton2018-01-291-1/+1
* [cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.Don Hinton2018-01-291-1/+1
* [xray] Don't try to run XRay unit tests on DarwinKuba Mracek2018-01-281-5/+7
* [sanitizer] Update from zx_time_get to zx_clock_getPetr Hosek2018-01-271-2/+2
* [cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-271-0/+3
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [scudo] Overhaul malloc related interceptorsKostya Kortchinsky2018-01-253-72/+85
* [sanitizer] Implement GetNumberOfCPUs for WindowsKostya Kortchinsky2018-01-251-2/+3
* Correct typo in TSan codeKamil Rytarowski2018-01-251-3/+3
* [scudo] Remove SANITIZER_LINUX requirement for the malloc interceptorsKostya Kortchinsky2018-01-241-6/+1
* [builtins] Align addresses to cache lines in __clear_cache for aarch64Martin Storsjo2018-01-241-2/+4
* Break a line into <= 80 charactersKamil Rytarowski2018-01-231-1/+2
* [scudo] Allow for weak hooks, gated by a defineKostya Kortchinsky2018-01-232-2/+10
* Add a new interceptor: paccept(2)Kamil Rytarowski2018-01-233-0/+99
* [ubsan] Add preinit initializer for ubsanFrancis Ricci2018-01-233-2/+48
* [PowerPC][asan] Fix asan tests to handle changed memory layoutsBill Seurer2018-01-231-5/+13
* Small fixes for detect_invalid_pointer_pairs.Alex Shlyapnikov2018-01-222-1/+5
* [ubsan] Disable signal handling on Android.Evgeniy Stepanov2018-01-221-4/+19
* [lsan] Respect log_path option in standalone LSanMaxim Ostapenko2018-01-222-0/+28
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-222-2/+2
* [sanitizer] Pass the CMake compiler to custom libc++ buildPetr Hosek2018-01-211-0/+3
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-215-25/+38
* [compiler-rt] Implement __clear_cache() on OpenBSD/mips64Kamil Rytarowski2018-01-201-0/+7
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-205-42/+17
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-205-17/+42
* Reland "Fix syntax error introduced in r322991"Petr Hosek2018-01-201-2/+2
* Revert "[sanitizer] Fix syntax error introduced in r322991"Petr Hosek2018-01-201-2/+2
* [sanitizer] Fix syntax error introduced in r322991Petr Hosek2018-01-201-2/+2
* Force lit to execute the ASan and TSan tests on iOS devicesDan Liew2018-01-203-4/+18
* Support the localtime interceptor for NetBSDKamil Rytarowski2018-01-201-0/+1
* Intercept accept4() on NetBSDKamil Rytarowski2018-01-201-1/+1
* [TSan][MIPS] Expand sanitizer memory space to lower addressesPetar Jovanovic2018-01-201-13/+15
* [sanitizer] Allow Fuchsia to use getauxvalKostya Kortchinsky2018-01-191-3/+4
* [scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared library LINK_FLAGSKostya Kortchinsky2018-01-191-0/+3
OpenPOWER on IntegriCloud