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
/
hwasan
/
hwasan_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwasan: Rename source files from cc to cpp
Nico Weber
2019-02-27
1
-122
/
+0
*
hwasan: Add __hwasan_init_static() function.
Peter Collingbourne
2019-01-31
1
-1
/
+4
*
[asan] Support running without /proc
Evgeniy Stepanov
2019-01-08
1
-17
/
+8
*
Revert "[asan] Support running without /proc.", +1
Evgeniy Stepanov
2018-12-28
1
-1
/
+1
*
[asan] Support running without /proc.
Evgeniy Stepanov
2018-12-27
1
-1
/
+1
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-84
/
+32
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
1
-32
/
+84
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-84
/
+32
*
[hwasan] change the thread list so that main_thread can also be removed
Kostya Serebryany
2018-09-07
1
-6
/
+10
*
[hwasan] fix pthread_exit
Kostya Serebryany
2018-09-06
1
-1
/
+1
*
[hwasan] introduce __hwasan_print_memory_usage
Kostya Serebryany
2018-09-06
1
-3
/
+15
*
[hwasan] when verbose_threads==1, print the memory usage per thread
Kostya Serebryany
2018-09-05
1
-1
/
+6
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
1
-1
/
+1
*
[hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...
Kostya Serebryany
2018-09-05
1
-6
/
+7
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
1
-6
/
+4
*
[hwasan] remove stale Thread:: data members. While doing so noticed that GetT...
Kostya Serebryany
2018-09-04
1
-6
/
+9
*
[hwasan] add a unique id to a thread and add debug prints for thread creation...
Kostya Serebryany
2018-09-04
1
-0
/
+11
*
[hwasan] use thread-local ring buffers to properly report heap-use-after-free
Kostya Serebryany
2018-08-30
1
-2
/
+2
*
[hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...
Kostya Serebryany
2018-08-30
1
-35
/
+35
*
[hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to Thread
Kostya Serebryany
2018-08-30
1
-10
/
+42
*
[hwasan] get rid of some macros, remove the fixed shadow mapping
Kostya Serebryany
2018-08-29
1
-4
/
+4
*
Add a thread-local ring buffer of heap allocations
Kostya Serebryany
2018-08-29
1
-1
/
+4
*
[hwasan] Add a (almost) no-interceptor mode.
Evgeniy Stepanov
2018-08-20
1
-17
/
+1
*
[hwasan] Handle missing /proc/self/maps.
Evgeniy Stepanov
2018-08-13
1
-7
/
+20
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-23
1
-0
/
+1
*
Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...
Reid Kleckner
2018-04-23
1
-1
/
+0
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-20
1
-0
/
+1
*
[hwasan] An option to disable tag randomization.
Evgeniy Stepanov
2018-01-10
1
-6
/
+10
*
[hwasan] Add heap tag randomization.
Evgeniy Stepanov
2018-01-03
1
-0
/
+34
*
Hardware-assisted AddressSanitizer (compiler-rt)
Evgeniy Stepanov
2017-12-09
1
-0
/
+75