summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_utils.h
AgeCommit message (Expand)Author
2017-12-08[scudo] Minor code generation improvementKostya Kortchinsky
2017-12-05[scudo] Get rid of the thread local PRNG & header saltKostya Kortchinsky
2017-11-22[scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky
2017-11-03[scudo] Rearrange #include orderKostya Kortchinsky
2017-08-14[sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky
2017-07-12[scudo] PRNG makeoverKostya Kortchinsky
2017-05-09[scudo] CRC32 optimizationsKostya Kortchinsky
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-04-20[scudo] Minor changes and refactoringKostya Kortchinsky
2017-01-18[scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky
2017-01-10[scudo] Separate hardware CRC32 routinesKostya Kortchinsky
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-08-02[scudo] add NORETURN to the declaration of dieWithMessage; this should fix a ...Kostya Serebryany
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany