summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/hwasan/hwasan_thread.h
Commit message (Expand)AuthorAgeFilesLines
* [HWASAN] Remove unused codeEugene Leviant2019-05-291-5/+0
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-0/+3
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-211-3/+0
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-211-0/+3
* hwasan: Add __hwasan_init_static() function.Peter Collingbourne2019-01-311-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-32/+10
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-241-10/+32
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-32/+10
* [hwasan] change the thread list so that main_thread can also be removedKostya Serebryany2018-09-071-2/+2
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-061-0/+14
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-2/+2
* [hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...Kostya Serebryany2018-09-051-9/+7
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-4/+2
* [hwasan] remove stale Thread:: data members. While doing so noticed that GetT...Kostya Serebryany2018-09-041-4/+2
* [hwasan] add a unique id to a thread and add debug prints for thread creation...Kostya Serebryany2018-09-041-0/+3
* [hwasan] fix the linux-only pthread_create interceptor and reinstate the two ...Kostya Serebryany2018-08-301-0/+11
* [hwasan] use thread-local ring buffers to properly report heap-use-after-freeKostya Serebryany2018-08-301-0/+12
* [hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...Kostya Serebryany2018-08-301-32/+3
* [hwasan] add a simple threaded UAF test, make it work on x86 (need to disable...Kostya Serebryany2018-08-301-0/+10
* [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to ThreadKostya Serebryany2018-08-301-5/+37
* [hwasan] formatting change, NFCKostya Serebryany2018-08-291-1/+1
* Add a thread-local ring buffer of heap allocationsKostya Serebryany2018-08-291-0/+4
* [hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov2018-08-201-2/+1
* [hwasan] Add heap tag randomization.Evgeniy Stepanov2018-01-031-0/+5
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+81
OpenPOWER on IntegriCloud