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_mman.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
-396
/
+0
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+10
*
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
-11
/
+39
*
[Sanitizers] Make common allocator agnostic to failure handling modes.
Alex Shlyapnikov
2018-01-17
1
-7
/
+7
*
[sanitizer] Move the errno/ENOMEM allocator checks logic to separate .cc
Kostya Kortchinsky
2017-10-11
1
-0
/
+1
*
[tsan] Check for pvalloc overlow
Kostya Kortchinsky
2017-08-02
1
-0
/
+4
*
[Sanitizers] TSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-24
1
-18
/
+68
*
[Sanitizers] ASan/MSan/LSan allocators set errno on failure.
Alex Shlyapnikov
2017-07-18
1
-0
/
+1
*
tsan: prepare clock for future changes
Dmitry Vyukov
2017-07-12
1
-0
/
+2
*
Merge
Alex Shlyapnikov
2017-06-29
1
-1
/
+1
*
[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator
Alex Shlyapnikov
2017-06-20
1
-5
/
+4
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
1
-1
/
+2
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-1
/
+3
*
Don't use internal symbolizer if we are in process of reporting Out-of-Memory.
Vitaly Buka
2016-09-29
1
-2
/
+2
*
[asan] first attempt at releasing free-d memory back to the system using madv...
Kostya Serebryany
2016-08-26
1
-1
/
+1
*
[tsan] Fix behavior of realloc(nullptr, 0) on Darwin
Kuba Brecka
2016-08-02
1
-11
/
+7
*
[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...
Kostya Serebryany
2016-06-16
1
-0
/
+2
*
tsan: fix another crash due to processors
Dmitry Vyukov
2016-05-10
1
-18
/
+33
*
tsan: fix a crash
Dmitry Vyukov
2016-05-06
1
-0
/
+37
*
[tsan] Return 0 from malloc_size for non-malloc'd pointers
Kuba Brecka
2016-04-30
1
-1
/
+5
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-8
/
+8
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-14
/
+14
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-14
/
+14
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-14
/
+14
*
[tsan] Fix weakly imported functions on OS X
Kuba Brecka
2015-11-30
1
-2
/
+4
*
tsan: speed up race deduplication
Dmitry Vyukov
2015-09-03
1
-5
/
+5
*
tsan: fix unbounded memory consumption for large mallocs
Dmitry Vyukov
2015-06-24
1
-0
/
+17
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-2
/
+11
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-3
/
+3
*
tsan: fix false positive related to signals
Dmitry Vyukov
2014-10-15
1
-4
/
+6
*
tsan: fix crash when a program registers zillions of atexit callbacks
Dmitry Vyukov
2014-09-17
1
-1
/
+0
*
tsan: restructure signal handling to allow recursive handling
Dmitry Vyukov
2014-09-02
1
-1
/
+2
*
[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...
Alexey Samsonov
2014-08-12
1
-30
/
+0
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
1
-8
/
+39
*
[TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...
Alexey Samsonov
2014-07-01
1
-6
/
+3
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-74
/
+29
*
tsan: refactor suppressions machinery
Dmitry Vyukov
2014-05-28
1
-2
/
+2
*
tsan: do not use 64-bit atomics in allocator code
Dmitry Vyukov
2014-05-28
1
-8
/
+4
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-5
/
+2
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
1
-9
/
+3
*
tsan: allow to ignore memory accesses in malloc and free
Dmitry Vyukov
2013-09-20
1
-4
/
+10
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
1
-1
/
+1
*
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...
Alexey Samsonov
2013-05-29
1
-2
/
+6
*
tsan: fix crash when data race happens on out-of-bounds accesses.
Dmitry Vyukov
2013-04-24
1
-2
/
+4
*
tsan: return 0 on malloc() failure instead of crashing
Dmitry Vyukov
2013-03-22
1
-0
/
+2
*
tsan: smaller memory block headers (32b->16b)
Dmitry Vyukov
2013-03-18
1
-19
/
+38
*
tsan: add support for idle threads
Dmitry Vyukov
2013-03-18
1
-0
/
+5
*
tsan: mark shadow for thread stack as "don't need" when thread exits
Dmitry Vyukov
2013-03-18
1
-4
/
+1
*
tsan: move implementation out of h file
Dmitry Vyukov
2013-03-18
1
-0
/
+12
[next]