summaryrefslogtreecommitdiff
path: root/lib/msan/msan_new_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-081-2/+3
* [MSan,TSan] Add aligned new/delete interceptors.Alex Shlyapnikov2017-12-221-1/+43
* [Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov2017-07-181-1/+1
* [Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov2017-06-281-6/+14
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-101-2/+2
* [MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov2015-04-271-7/+0
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+1
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-081-2/+2
* [msan] Add missing visibility attribute to MSan new/delete interceptors.Evgeniy Stepanov2013-12-201-0/+9
* [msan] Fix origin of deallocated memory.Evgeniy Stepanov2013-09-161-1/+2
* [msan] Really disable replacement new and delete.Evgeniy Stepanov2013-04-151-0/+4
* [msan] MemorySanitizer runtime.Evgeniy Stepanov2012-12-111-0/+51