summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/hwasan/hwasan_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* hwasan: Rename source files from cc to cppNico Weber2019-02-271-122/+0
* hwasan: Add __hwasan_init_static() function.Peter Collingbourne2019-01-311-1/+4
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-17/+8
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-1/+1
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-1/+1
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-84/+32
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-241-32/+84
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-84/+32
* [hwasan] change the thread list so that main_thread can also be removedKostya Serebryany2018-09-071-6/+10
* [hwasan] fix pthread_exitKostya Serebryany2018-09-061-1/+1
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-061-3/+15
* [hwasan] when verbose_threads==1, print the memory usage per threadKostya Serebryany2018-09-051-1/+6
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-1/+1
* [hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...Kostya Serebryany2018-09-051-6/+7
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-6/+4
* [hwasan] remove stale Thread:: data members. While doing so noticed that GetT...Kostya Serebryany2018-09-041-6/+9
* [hwasan] add a unique id to a thread and add debug prints for thread creation...Kostya Serebryany2018-09-041-0/+11
* [hwasan] use thread-local ring buffers to properly report heap-use-after-freeKostya Serebryany2018-08-301-2/+2
* [hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...Kostya Serebryany2018-08-301-35/+35
* [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to ThreadKostya Serebryany2018-08-301-10/+42
* [hwasan] get rid of some macros, remove the fixed shadow mappingKostya Serebryany2018-08-291-4/+4
* Add a thread-local ring buffer of heap allocationsKostya Serebryany2018-08-291-1/+4
* [hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov2018-08-201-17/+1
* [hwasan] Handle missing /proc/self/maps.Evgeniy Stepanov2018-08-131-7/+20
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-231-0/+1
* Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner2018-04-231-1/+0
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-201-0/+1
* [hwasan] An option to disable tag randomization.Evgeniy Stepanov2018-01-101-6/+10
* [hwasan] Add heap tag randomization.Evgeniy Stepanov2018-01-031-0/+34
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+75
OpenPOWER on IntegriCloud