| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [scudo] Add some logs for Android | Kostya Kortchinsky | 2018-07-06 | 1 | -0/+3 |
| * | [scudo] Read ARM feature bits using Fuchsia APIs. | Kostya Kortchinsky | 2018-04-23 | 1 | -1/+12 |
| * | [scudo] Make logging more consistent | Kostya Kortchinsky | 2018-03-07 | 1 | -1/+4 |
| * | [scudo] Workaround for uninitialized Bionic globals | Kostya Kortchinsky | 2017-11-27 | 1 | -1/+11 |
| * | [scudo] Overhaul hardware CRC32 feature detection | Kostya Kortchinsky | 2017-11-22 | 1 | -94/+46 |
| * | [scudo] Bump the Android API level requirement to 21 for getauxval | Kostya Kortchinsky | 2017-11-10 | 1 | -3/+3 |
| * | [sanitizer] Add Scudo to the sanitizer lint checks. | Kostya Kortchinsky | 2017-11-08 | 1 | -4/+2 |
| * | [scudo] Do not include sanitizer_posix.h if not on a Posix platform | Kostya Kortchinsky | 2017-10-16 | 1 | -2/+2 |
| * | [scudo] getauxval alternative for Android | Kostya Kortchinsky | 2017-09-06 | 1 | -12/+44 |
| * | [scudo] PRNG makeover | Kostya Kortchinsky | 2017-07-12 | 1 | -36/+0 |
| * | [scudo] Move thread local variables into their own files | Kostya Kortchinsky | 2017-04-27 | 1 | -2/+2 |
| * | [scudo] Minor changes and refactoring | Kostya Kortchinsky | 2017-04-20 | 1 | -54/+0 |
| * | [scudo] Refactor of CRC32 and ARM runtime CRC32 detection | Kostya Kortchinsky | 2017-01-18 | 1 | -3/+23 |
| * | [scudo] Eliminate the runtime dependency on libc++abi | Petr Hosek | 2017-01-17 | 1 | -1/+1 |
| * | [scudo] Separate hardware CRC32 routines | Kostya Kortchinsky | 2017-01-10 | 1 | -2/+1 |
| * | [sanitizer] Do not use the alignment-rounded-up size when using the secondary | Kostya Kortchinsky | 2016-12-08 | 1 | -1/+3 |
| * | [scudo] 32-bit and hardware agnostic support | Kostya Kortchinsky | 2016-11-30 | 1 | -44/+106 |
| * | [scudo] Fix an edge case in the secondary allocator | Kostya Kortchinsky | 2016-09-30 | 1 | -2/+2 |
| * | [sanitizer] Implement a __asan_default_options() equivalent for Scudo | Kostya Serebryany | 2016-08-02 | 1 | -1/+1 |
| * | [sanitizer] Initial implementation of a Hardened Allocator | Kostya Serebryany | 2016-06-07 | 1 | -0/+133 |