summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [SanitizerCommon] Reduce wasting memory in LowLevelAllocator.Igor Kudrin2019-12-112-1/+12
* scudo: Tweak how we align UserPtr. NFCI.Peter Collingbourne2019-12-101-5/+6
* scudo: Move getChunkFromBlock() allocated check into caller. NFCI.Peter Collingbourne2019-12-101-17/+9
* [scudo][standalone] Define hasHardwareCRC32 for other archsKostya Kortchinsky2019-12-101-1/+3
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Akira Hatanaka2019-12-091-24/+1
* [hwasan] Offline symbolization script.Evgenii Stepanov2019-12-093-0/+286
* scudo: Add a basic malloc/free benchmark.Peter Collingbourne2019-12-095-0/+126
* [GWP-ASan] 32-bit test pointers, allow multi-init for test.Mitch Phillips2019-12-092-13/+15
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-091-1/+24
* scudo: Fix one of the C wrapper tests on Android.Peter Collingbourne2019-12-051-2/+11
* scudo: Fix the build of wrappers_c_test.cpp on Android.Peter Collingbourne2019-12-051-0/+2
* [scudo][standalone] Add chunk ownership functionKostya Kortchinsky2019-12-033-7/+27
* Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for i3...Yi Kong2019-11-272-0/+46
* scudo: Limit the number of bytes tested in a realloc test.Peter Collingbourne2019-11-271-1/+1
* scudo: Replace a couple of macros with their expansions.Peter Collingbourne2019-11-2716-67/+64
* scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests.Peter Collingbourne2019-11-271-0/+1
* Make memory dump same as the one in asan.Martin Liska2019-11-271-1/+2
* [scudo][standalone] Make tests work on FuchsiaKostya Kortchinsky2019-11-2725-90/+157
* [profile] Fix file contention causing dropped counts on Windows under -fprofi...Hans Wennborg2019-11-271-2/+7
* Fix sanitizer-common build with glibc 2.31Evgenii Stepanov2019-11-252-19/+4
* [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPCLei Huang2019-11-252-0/+39
* [GWP-ASan] Add GWP_ASAN_ prefix to macros.Mitch Phillips2019-11-253-21/+9
* [scudo][standalone] Fix for releaseToOS prior to initKostya Kortchinsky2019-11-252-1/+19
* Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-228-767/+15
* Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-227-12/+766
* [CMake] Support installation of InstrProfData.incPetr Hosek2019-11-227-766/+12
* Don't forward __pthread_mutex_* interceptors to pthread_mutex_* versionVitaly Buka2019-11-221-2/+18
* [libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti2019-11-218-18/+42
* [libFuzzer] Fix unwinding for FuchsiaMarco Vanotti2019-11-211-16/+48
* [libFuzzer] Fix fd check in DupAndCloseStderr.Marco Vanotti2019-11-211-1/+1
* [scudo][standalone] Minor optimization & improvementsKostya Kortchinsky2019-11-213-11/+31
* [compiler-rt] Don't check XCR0 when detecting avx512 on Darwin.Florian Hahn2019-11-211-0/+8
* scudo: Only use the Android reserved TLS slot when building libc's copy of th...Peter Collingbourne2019-11-203-4/+10
* scudo: Switch from std::random_shuffle to std::shuffle in a test.Peter Collingbourne2019-11-191-1/+2
* [profile] Address unused function warnings on Windows after D69586Vedant Kumar2019-11-191-0/+2
* [profile] Unbreak Fuchsia/Windows after D68351Vedant Kumar2019-11-191-3/+3
* [Symbolizers] On Darwin compute function offset when possible.Dan Liew2019-11-191-1/+21
* Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64"Hans Wennborg2019-11-192-40/+0
* [profile] Support online merging with continuous sync modeVedant Kumar2019-11-183-44/+95
* [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...Craig Topper2019-11-181-2/+2
* [builtins] Implement rounding mode support for i386/x86_64Yi Kong2019-11-182-0/+40
* [scudo][standalone] Enabled SCUDO_DEBUG for tests + fixesKostya Kortchinsky2019-11-156-10/+13
* [SanitizerCommon] Print the current value of options when printing out help.Dan Liew2019-11-144-3/+71
* [profile] Factor out logic for mmap'ing merged profile, NFCVedant Kumar2019-11-131-22/+51
* Add a shim for setenv on PS4 since it does not exist.Douglas Yung2019-11-121-1/+3
* Fix include guard and properly order __deregister_frame_info.Sterling Augustine2019-11-122-4/+9
* [scudo][standalone] Match function name change to bionic name change.Christopher Ferris2019-11-111-9/+1
* [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPCLei Huang2019-11-081-2/+12
* [GWP-ASan] Respect compiler-rt's -fno-ltoMitch Phillips2019-11-071-1/+2
* Remove unused variables, as suggested by @mcgov.Alexandre Ganea2019-11-041-3/+0
OpenPOWER on IntegriCloud