summaryrefslogtreecommitdiff
path: root/test/scudo
AgeCommit message (Expand)Author
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-15[scudo] Soft and hard RSS limit checksKostya Kortchinsky
2017-11-01[scudo] Fix standlone build -lrt requirementKostya Kortchinsky
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-09-27[scudo] Temporary disabling the valloc test on armhfKostya Kortchinsky
2017-09-18[scudo] Additional modifications for Android tests supportKostya Kortchinsky
2017-09-18[scudo] Android build supportKostya Kortchinsky
2017-09-14[scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky
2017-07-24[scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-19[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-03-23[scudo] Add test exercising pthreadsKostya Kortchinsky
2017-02-06[scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky
2017-02-03[scudo] Fix buildbot test error on ARMKostya Kortchinsky
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-01-25[scudo] Enabling AArch64 support for ScudoKostya Kortchinsky
2017-01-20[scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky
2016-12-23[scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky
2016-12-20[scudo] ARM32 supportKostya Kortchinsky
2016-12-14[scudo] Relax the memalign testKostya Kortchinsky
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-10-26[scudo] Lay the foundation for 32-bit supportKostya Kortchinsky
2016-09-30[scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky
2016-09-20[scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky
2016-09-19[scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-02[sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-07[scudo] trying to fix the bot: aligned_alloc is not known there; attempt 3Kostya Serebryany
2016-06-07[scudo] trying to fix the bot: aligned_alloc is not known there; attempt 2Kostya Serebryany
2016-06-07[scudo] trying to fix the bot: aligned_alloc is not known thereKostya Serebryany
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany