summaryrefslogtreecommitdiff
path: root/test/scudo
Commit message (Expand)AuthorAgeFilesLines
...
* [scudo] Fix buildbot test error on ARMKostya Kortchinsky2017-02-031-2/+2
* [scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky2017-02-0315-115/+120
* [scudo] Enabling AArch64 support for ScudoKostya Kortchinsky2017-01-251-1/+1
* [scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky2017-01-204-5/+3
* [scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky2016-12-231-10/+1
* [scudo] ARM32 supportKostya Kortchinsky2016-12-201-1/+1
* [scudo] Relax the memalign testKostya Kortchinsky2016-12-141-2/+18
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-3013-39/+93
* [scudo] Lay the foundation for 32-bit supportKostya Kortchinsky2016-10-261-1/+1
* [scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky2016-09-303-15/+29
* [scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky2016-09-201-42/+47
* [scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky2016-09-191-0/+54
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+23
* [sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany2016-08-021-0/+25
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-1/+1
* [scudo] trying to fix the bot: aligned_alloc is not known there; attempt 3Kostya Serebryany2016-06-071-1/+1
* [scudo] trying to fix the bot: aligned_alloc is not known there; attempt 2Kostya Serebryany2016-06-071-2/+3
* [scudo] trying to fix the bot: aligned_alloc is not known thereKostya Serebryany2016-06-071-0/+2
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-0714-0/+547