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
/
asan
/
asan_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-535
/
+0
*
sanitizers: Introduce ThreadType enum
Dmitry Vyukov
2019-02-07
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[asan] Support running without /proc
Evgeniy Stepanov
2019-01-08
1
-6
/
+14
*
Revert "[asan] Support running without /proc.", +1
Evgeniy Stepanov
2018-12-28
1
-35
/
+14
*
[asan] Fix build on windows.
Evgeniy Stepanov
2018-12-27
1
-1
/
+9
*
[asan] Support running without /proc.
Evgeniy Stepanov
2018-12-27
1
-14
/
+27
*
Remove pointless casts.
Evgeniy Stepanov
2018-12-20
1
-2
/
+2
*
[asan] Make GetCurrentThread RTEMS-friendly
Walter Lee
2018-05-21
1
-0
/
+3
*
Align ClearShadowForThreadStackAndTLS for NetBSD/i386
Kamil Rytarowski
2018-05-19
1
-2
/
+7
*
[sanitizer] Trivial portion of the port to Myriad RTEMS
Walter Lee
2018-05-18
1
-4
/
+5
*
[asan] Initialize fake stack during thread init
Walter Lee
2018-05-10
1
-1
/
+3
*
[lsan] Report unsuspended threads
Vitaly Buka
2018-05-09
1
-0
/
+5
*
[ASan] Enhance libsanitizer support for invalid-pointer-pair.
Alex Shlyapnikov
2017-12-04
1
-1
/
+24
*
[asan] Refactor thread creation bookkeeping
Vitaly Buka
2017-08-09
1
-9
/
+18
*
[asan] Complete the Fuchsia port
Vitaly Buka
2017-08-09
1
-0
/
+6
*
[asan] Remove check for stack size
Jonas Hahnfeld
2017-07-05
1
-1
/
+0
*
[asan] fix one more case where stack-use-after-return is not async-signal-saf...
Kostya Serebryany
2017-06-02
1
-4
/
+8
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-4
/
+4
*
[Asan] Eliminate SHADOW_TO_MEM() macro
Ivan A. Kosarev
2017-04-10
1
-1
/
+4
*
[tsan] Properly describe GCD worker threads in reports
Kuba Mracek
2017-02-02
1
-1
/
+2
*
[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiber
Dmitry Vyukov
2016-09-28
1
-3
/
+13
*
[asan] Fix a crash in GetCurrentThread() before init.
Evgeniy Stepanov
2016-09-07
1
-1
/
+1
*
[asan] add primitives that allow coroutine implementations
Dmitry Vyukov
2016-06-21
1
-3
/
+102
*
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Alexey Samsonov
2016-01-14
1
-2
/
+4
*
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
Vedant Kumar
2015-10-01
1
-10
/
+10
*
[asan] Remove AsanPlatformThreadInit
Reid Kleckner
2015-07-21
1
-1
/
+0
*
[ASan] Refactor thread starting code.
Sergey Matveev
2014-12-05
1
-2
/
+11
*
[ASan, LSan] Improve tracking of thread creation.
Sergey Matveev
2014-12-05
1
-1
/
+5
*
Change StackDepot interface to use StackTrace more extensively
Alexey Samsonov
2014-10-26
1
-1
/
+1
*
[ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
2014-10-01
1
-10
/
+11
*
[asan] initialize fake_stack_ to 0 before we call SetThreadStackAndTls, becau...
Kostya Serebryany
2014-06-06
1
-1
/
+3
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
1
-1
/
+1
*
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...
Reid Kleckner
2014-02-22
1
-1
/
+1
*
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
Joerg Sonnenberger
2014-02-21
1
-1
/
+1
*
[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...
Kostya Serebryany
2014-01-29
1
-0
/
+2
*
[ASan] Move the signal handling-related flags to sanitizer_common.
Alexander Potapenko
2014-01-28
1
-2
/
+2
*
[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...
Kostya Serebryany
2013-12-16
1
-2
/
+5
*
[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...
Kostya Serebryany
2013-12-11
1
-3
/
+4
*
[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.
Sergey Matveev
2013-12-05
1
-15
/
+8
*
[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...
Alexey Samsonov
2013-11-27
1
-1
/
+0
*
[asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...
Kostya Serebryany
2013-11-13
1
-2
/
+2
*
Introduce an operator new for LowLevelAllocator, and convert most users to it.
Peter Collingbourne
2013-10-24
1
-2
/
+1
*
[asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...
Kostya Serebryany
2013-10-18
1
-1
/
+5
*
[asan] reduce the size of AsanThreadContext by storing the stack trace in the...
Kostya Serebryany
2013-10-18
1
-3
/
+3
*
tsan: move verbosity flag to CommonFlags
Dmitry Vyukov
2013-10-15
1
-4
/
+4
*
[lsan] Support ASan's stack-use-after-return mode in LSan.
Sergey Matveev
2013-10-14
1
-4
/
+15
*
[asan] Improve thread lifetime tracking on POSIX systems.
Sergey Matveev
2013-10-14
1
-1
/
+7
*
[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...
Kostya Serebryany
2013-09-27
1
-5
/
+2
[next]