summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-199/+0
* tsan: Introduce in_symbolizer() function for Thread sanitizerDmitry Vyukov2019-02-121-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-181-2/+10
* [MSan,TSan] Add aligned new/delete interceptors.Alex Shlyapnikov2017-12-221-0/+97
* [Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov2017-06-281-5/+8
* [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka2016-06-061-6/+2
* [tsan] Use REAL(malloc) instead of __libc_malloc for Android.Yabin Cui2015-12-091-1/+1
* Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.Kuba Brecka2015-11-111-1/+1
* [tsan] Enable new/delete C++ interceptors for OS XKuba Brecka2015-11-061-0/+8
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-101-4/+4
* [TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov2015-04-271-0/+88
* [TSan] move replacement for new/delete back into tsan_interceptorsAlexey Samsonov2012-09-271-70/+0
* [TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov2012-09-241-0/+70
OpenPOWER on IntegriCloud