summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [scudo] Add some logs for AndroidKostya Kortchinsky2018-07-061-0/+3
* [scudo] Read ARM feature bits using Fuchsia APIs.Kostya Kortchinsky2018-04-231-1/+12
* [scudo] Make logging more consistentKostya Kortchinsky2018-03-071-1/+4
* [scudo] Workaround for uninitialized Bionic globalsKostya Kortchinsky2017-11-271-1/+11
* [scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky2017-11-221-94/+46
* [scudo] Bump the Android API level requirement to 21 for getauxvalKostya Kortchinsky2017-11-101-3/+3
* [sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky2017-11-081-4/+2
* [scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky2017-10-161-2/+2
* [scudo] getauxval alternative for AndroidKostya Kortchinsky2017-09-061-12/+44
* [scudo] PRNG makeoverKostya Kortchinsky2017-07-121-36/+0
* [scudo] Move thread local variables into their own filesKostya Kortchinsky2017-04-271-2/+2
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-201-54/+0
* [scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky2017-01-181-3/+23
* [scudo] Eliminate the runtime dependency on libc++abiPetr Hosek2017-01-171-1/+1
* [scudo] Separate hardware CRC32 routinesKostya Kortchinsky2017-01-101-2/+1
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-081-1/+3
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-301-44/+106
* [scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky2016-09-301-2/+2
* [sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany2016-08-021-1/+1
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+133