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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[hwasan] Offline symbolization script.
Evgenii Stepanov
2019-12-09
3
-0
/
+286
*
Make memory dump same as the one in asan.
Martin Liska
2019-11-27
1
-1
/
+2
*
[hwasan] Remove lazy thread-initialisation
David Spickett
2019-11-04
2
-16
/
+19
*
Sort HWASAN_RTL_SOURCES alphabetically (NFC).
Evgenii Stepanov
2019-10-31
1
-1
/
+1
*
[compiler-rt] libhwasan interceptor ABI intercept longjmp/setjmp
David Tellenbach
2019-10-30
5
-0
/
+221
*
[hwasan] Fix typo in the error type.
Evgenii Stepanov
2019-10-28
1
-1
/
+1
*
[compiler-rt] Expose __hwasan_tag_mismatch_stub
David Tellenbach
2019-10-24
3
-17
/
+26
*
Revert "Expose __hwasan_tag_mismatch_stub"
David Tellenbach
2019-10-24
3
-26
/
+17
*
Expose __hwasan_tag_mismatch_stub
David Tellenbach
2019-10-24
3
-17
/
+26
*
hwasan: Add missing SANITIZER_INTERFACE_ATTRIBUTE on __hwasan_personality_wra...
Peter Collingbourne
2019-10-18
1
-4
/
+7
*
[hwasan] Remove system allocator fallback.
Evgeniy Stepanov
2019-10-18
3
-37
/
+0
*
libhwasan initialisation include kernel syscall ABI relaxation
Evgeniy Stepanov
2019-10-17
3
-0
/
+42
*
hwasan: Compatibility fixes for short granules.
Peter Collingbourne
2019-09-27
1
-2
/
+48
*
[compiler-rt] Better lint output for .inc files
Vitaly Buka
2019-09-12
1
-1
/
+1
*
Remove NOLINTs from compiler-rt
Vitaly Buka
2019-09-11
1
-1
/
+1
*
hwasan: Align n_namesz and n_descsz to 4 when reading notes.
Peter Collingbourne
2019-08-23
1
-2
/
+2
*
hwasan: Untag unwound stack frames by wrapping personality functions.
Peter Collingbourne
2019-08-23
2
-0
/
+65
*
hwasan: Add a code model check for tagged globals.
Peter Collingbourne
2019-08-08
1
-4
/
+34
*
hwasan: Instrument globals.
Peter Collingbourne
2019-08-06
4
-20
/
+138
*
[Sanitizer] Linux refactor shadow huge page mode handling
David Carlier
2019-08-05
1
-2
/
+1
*
compiler-rt: Call a generated c++ file in hwasan .cpp instead of .cc
Nico Weber
2019-08-01
1
-3
/
+3
*
hwasan: Improve precision of checks using short granule tags.
Peter Collingbourne
2019-07-09
5
-127
/
+135
*
hwasan: Fix an off-by-one error in PrintTagsAroundAddr.
Peter Collingbourne
2019-06-27
1
-1
/
+1
*
hwasan: Teach the runtime to identify the local variable being accessed in UA...
Peter Collingbourne
2019-06-27
3
-60
/
+78
*
hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.
Peter Collingbourne
2019-06-17
1
-0
/
+5
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
1
-5
/
+2
*
[HWASAN] Make new/delete weak
Eugene Leviant
2019-06-04
1
-8
/
+8
*
[HWASAN] Remove unused code
Eugene Leviant
2019-05-29
2
-28
/
+0
*
Fix some gcc warnings in compiler-rt
Nico Weber
2019-05-10
1
-2
/
+2
*
[hwasan] Fix HWASAN_WITH_INTERCEPTORS=OFF build on not-android.
Evgeniy Stepanov
2019-05-03
1
-1
/
+11
*
[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
Vitaly Buka
2019-05-01
1
-2
/
+1
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
1
-3
/
+2
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
4
-0
/
+20
*
[HWASan] Fixed slow DWARF unwinding.
Mitch Phillips
2019-04-16
1
-3
/
+3
*
[HWASan] Use less Printf() calls in register dump.
Mitch Phillips
2019-03-14
1
-16
/
+22
*
[HWASan] Remove address significance from tag_mismatch.
Mitch Phillips
2019-03-11
1
-6
/
+0
*
[HWASan] Fixed minor AArch64/GCC build error.
Mitch Phillips
2019-03-11
1
-0
/
+4
*
[HWASan] Save + print registers when tag mismatch occurs in AArch64.
Mitch Phillips
2019-03-08
6
-8
/
+158
*
[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace
Julian Lettner
2019-03-01
1
-10
/
+8
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
2
-11
/
+9
*
Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"
Julian Lettner
2019-03-01
2
-9
/
+11
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
2
-11
/
+9
*
[hwasan] Disable vfork code when building w/o interceptors.
Evgeniy Stepanov
2019-03-01
1
-1
/
+1
*
[hwasan] Fix vfork handling with large stack limit.
Evgeniy Stepanov
2019-02-28
1
-3
/
+1
*
[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_common
Julian Lettner
2019-02-27
2
-23
/
+22
*
[hwasan, asan] Intercept vfork.
Evgeniy Stepanov
2019-02-27
6
-1
/
+50
*
[NFC][Sanitizer] Hard-code fast/slow unwinder at call site
Julian Lettner
2019-02-27
1
-2
/
+5
*
hwasan: Rename source files from cc to cpp
Nico Weber
2019-02-27
12
-20
/
+21
*
Revert "[asan] Fix vfork handling.", +1
Evgeniy Stepanov
2019-02-21
6
-46
/
+0
*
[hwasan,asan] Intercept vfork.
Evgeniy Stepanov
2019-02-21
6
-0
/
+46
[next]