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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[HWASAN] Remove unused code
Eugene Leviant
2019-05-29
1
-5
/
+0
*
[hwasan, asan] Intercept vfork.
Evgeniy Stepanov
2019-02-27
1
-0
/
+3
*
Revert "[asan] Fix vfork handling.", +1
Evgeniy Stepanov
2019-02-21
1
-3
/
+0
*
[hwasan,asan] Intercept vfork.
Evgeniy Stepanov
2019-02-21
1
-0
/
+3
*
hwasan: Add __hwasan_init_static() function.
Peter Collingbourne
2019-01-31
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-32
/
+10
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
1
-10
/
+32
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-32
/
+10
*
[hwasan] change the thread list so that main_thread can also be removed
Kostya Serebryany
2018-09-07
1
-2
/
+2
*
[hwasan] introduce __hwasan_print_memory_usage
Kostya Serebryany
2018-09-06
1
-0
/
+14
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
1
-2
/
+2
*
[hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...
Kostya Serebryany
2018-09-05
1
-9
/
+7
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
1
-4
/
+2
*
[hwasan] remove stale Thread:: data members. While doing so noticed that GetT...
Kostya Serebryany
2018-09-04
1
-4
/
+2
*
[hwasan] add a unique id to a thread and add debug prints for thread creation...
Kostya Serebryany
2018-09-04
1
-0
/
+3
*
[hwasan] fix the linux-only pthread_create interceptor and reinstate the two ...
Kostya Serebryany
2018-08-30
1
-0
/
+11
*
[hwasan] use thread-local ring buffers to properly report heap-use-after-free
Kostya Serebryany
2018-08-30
1
-0
/
+12
*
[hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...
Kostya Serebryany
2018-08-30
1
-32
/
+3
*
[hwasan] add a simple threaded UAF test, make it work on x86 (need to disable...
Kostya Serebryany
2018-08-30
1
-0
/
+10
*
[hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to Thread
Kostya Serebryany
2018-08-30
1
-5
/
+37
*
[hwasan] formatting change, NFC
Kostya Serebryany
2018-08-29
1
-1
/
+1
*
Add a thread-local ring buffer of heap allocations
Kostya Serebryany
2018-08-29
1
-0
/
+4
*
[hwasan] Add a (almost) no-interceptor mode.
Evgeniy Stepanov
2018-08-20
1
-2
/
+1
*
[hwasan] Add heap tag randomization.
Evgeniy Stepanov
2018-01-03
1
-0
/
+5
*
Hardware-assisted AddressSanitizer (compiler-rt)
Evgeniy Stepanov
2017-12-09
1
-0
/
+81