summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-535/+0
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-6/+14
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-35/+14
* [asan] Fix build on windows.Evgeniy Stepanov2018-12-271-1/+9
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-14/+27
* Remove pointless casts.Evgeniy Stepanov2018-12-201-2/+2
* [asan] Make GetCurrentThread RTEMS-friendlyWalter Lee2018-05-211-0/+3
* Align ClearShadowForThreadStackAndTLS for NetBSD/i386Kamil Rytarowski2018-05-191-2/+7
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-4/+5
* [asan] Initialize fake stack during thread initWalter Lee2018-05-101-1/+3
* [lsan] Report unsuspended threadsVitaly Buka2018-05-091-0/+5
* [ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov2017-12-041-1/+24
* [asan] Refactor thread creation bookkeepingVitaly Buka2017-08-091-9/+18
* [asan] Complete the Fuchsia portVitaly Buka2017-08-091-0/+6
* [asan] Remove check for stack sizeJonas Hahnfeld2017-07-051-1/+0
* [asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany2017-06-021-4/+8
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-4/+4
* [Asan] Eliminate SHADOW_TO_MEM() macroIvan A. Kosarev2017-04-101-1/+4
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-1/+2
* [ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov2016-09-281-3/+13
* [asan] Fix a crash in GetCurrentThread() before init.Evgeniy Stepanov2016-09-071-1/+1
* [asan] add primitives that allow coroutine implementationsDmitry Vyukov2016-06-211-3/+102
* [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov2016-01-141-2/+4
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-10/+10
* [asan] Remove AsanPlatformThreadInitReid Kleckner2015-07-211-1/+0
* [ASan] Refactor thread starting code.Sergey Matveev2014-12-051-2/+11
* [ASan, LSan] Improve tracking of thread creation.Sergey Matveev2014-12-051-1/+5
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-1/+1
* [ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov2014-10-011-10/+11
* [asan] initialize fake_stack_ to 0 before we call SetThreadStackAndTls, becau...Kostya Serebryany2014-06-061-1/+3
* Fix typosAlp Toker2014-05-151-1/+1
* Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger2014-02-261-1/+1
* Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner2014-02-221-1/+1
* Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger2014-02-211-1/+1
* [asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany2014-01-291-0/+2
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-2/+2
* [asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany2013-12-161-2/+5
* [asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany2013-12-111-3/+4
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-15/+8
* [ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov2013-11-271-1/+0
* [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...Kostya Serebryany2013-11-131-2/+2
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-2/+1
* [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...Kostya Serebryany2013-10-181-1/+5
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-181-3/+3
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-4/+4
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-4/+15
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-1/+7
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-271-5/+2
OpenPOWER on IntegriCloud