index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
tsan
/
rtl
/
tsan_new_delete.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-199
/
+0
*
tsan: Introduce in_symbolizer() function for Thread sanitizer
Dmitry Vyukov
2019-02-12
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-18
1
-2
/
+10
*
[MSan,TSan] Add aligned new/delete interceptors.
Alex Shlyapnikov
2017-12-22
1
-0
/
+97
*
[Sanitizers] Operator new() interceptors always die on allocation error
Alex Shlyapnikov
2017-06-28
1
-5
/
+8
*
[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently used
Kuba Brecka
2016-06-06
1
-6
/
+2
*
[tsan] Use REAL(malloc) instead of __libc_malloc for Android.
Yabin Cui
2015-12-09
1
-1
/
+1
*
Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.
Kuba Brecka
2015-11-11
1
-1
/
+1
*
[tsan] Enable new/delete C++ interceptors for OS X
Kuba Brecka
2015-11-06
1
-0
/
+8
*
-Wdeprecated: Use noexcept rather than throw() where supported
David Blaikie
2015-08-10
1
-4
/
+4
*
[TSan] Move new/delete interceptors into a separate source file. NFC.
Alexey Samsonov
2015-04-27
1
-0
/
+88
*
[TSan] move replacement for new/delete back into tsan_interceptors
Alexey Samsonov
2012-09-27
1
-70
/
+0
*
[TSan] Provide replacements for operators new/delete instead of declaring ext...
Alexey Samsonov
2012-09-24
1
-0
/
+70