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
/
llvm
/
test
/
Instrumentation
/
HWAddressSanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-0
/
+61
*
[hwasan] Remove lazy thread-initialisation
David Spickett
2019-11-04
1
-39
/
+0
*
hwasan: Compatibility fixes for short granules.
Peter Collingbourne
2019-09-27
4
-22
/
+52
*
hwasan: Untag unwound stack frames by wrapping personality functions.
Peter Collingbourne
2019-08-23
2
-4
/
+96
*
hwasan: Instrument globals.
Peter Collingbourne
2019-08-06
1
-0
/
+37
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
2
-2
/
+2
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-4
/
+4
*
hwasan: Pad arrays with non-1 size correctly.
Peter Collingbourne
2019-07-16
4
-9
/
+24
*
hwasan: Improve precision of checks using short granule tags.
Peter Collingbourne
2019-07-09
4
-10
/
+65
*
hwasan: Remove the old frame descriptor mechanism.
Peter Collingbourne
2019-06-28
3
-30
/
+0
*
hwasan: Use llvm.read_register intrinsic to read the PC on aarch64 instead of...
Peter Collingbourne
2019-06-27
1
-0
/
+3
*
hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.
Peter Collingbourne
2019-06-17
2
-6
/
+9
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-0
/
+50
*
HWASan exception support.
Evgeniy Stepanov
2019-05-16
1
-0
/
+37
*
[NewPM] Port HWASan and Kernel HWASan
Leonard Chan
2019-05-14
1
-0
/
+6
*
hwasan: Enable -hwasan-allow-ifunc by default.
Peter Collingbourne
2019-04-09
2
-6
/
+6
*
hwasan: If we split the entry block, move static allocas back into the entry ...
Peter Collingbourne
2019-01-25
1
-2
/
+5
*
hwasan: Read shadow address from ifunc if we don't need a frame record.
Peter Collingbourne
2019-01-23
2
-23
/
+27
*
hwasan: Move memory access checks into small outlined functions on aarch64.
Peter Collingbourne
2019-01-23
5
-170
/
+171
*
Revert "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SA...
Evgeniy Stepanov
2019-01-05
1
-2
/
+2
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
1
-0
/
+25
*
[HWASAN] Instrument memorty intrinsics by default
Eugene Leviant
2018-12-24
1
-1
/
+1
*
[HWASAN] Add support for memory intrinsics
Eugene Leviant
2018-12-20
1
-0
/
+40
*
hwasan: Move ctor into a comdat.
Peter Collingbourne
2018-12-17
2
-2
/
+5
*
Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"
Evgeniy Stepanov
2018-12-13
1
-2
/
+2
*
[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)
Ryan Prichard
2018-12-12
1
-2
/
+2
*
[hwasan] add stack frame descriptions.
Kostya Serebryany
2018-10-23
3
-0
/
+29
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
4
-35
/
+92
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
4
-92
/
+35
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
4
-35
/
+92
*
[hwasan] Add -hwasan-with-ifunc flag.
Evgeniy Stepanov
2018-08-10
1
-0
/
+30
*
[HWASan] Do not retag allocas before return from the function.
Alex Shlyapnikov
2018-06-29
2
-14
/
+30
*
[HWASan] Introduce non-zero based and dynamic shadow memory (LLVM).
Alex Shlyapnikov
2018-04-20
2
-15
/
+43
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
2
-7
/
+7
*
hwasan: add -hwasan-match-all-tag flag
Evgeniy Stepanov
2018-04-04
1
-5
/
+11
*
[HWASan] Port HWASan to Linux x86-64 (LLVM)
Alex Shlyapnikov
2018-03-23
4
-0
/
+256
*
[hwasan] Fix inline instrumentation.
Evgeniy Stepanov
2018-02-21
4
-35
/
+50
*
asan: add kernel inline instrumentation test (retry)
Vedant Kumar
2018-02-21
1
-0
/
+28
*
[hwasan] Fix kernel instrumentation of stack.
Evgeniy Stepanov
2018-02-09
1
-0
/
+29
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
[hwasan] LLVM-level flags for linux kernel-compatible hwasan instrumentation.
Evgeniy Stepanov
2018-01-17
1
-0
/
+27
*
[hwasan] Rename sized load/store callbacks to be consistent with ASan.
Evgeniy Stepanov
2018-01-16
2
-10
/
+10
*
[hwasan] An LLVM flag to disable stack tag randomization.
Evgeniy Stepanov
2018-01-13
1
-0
/
+7
*
[hwasan] Stack instrumentation.
Evgeniy Stepanov
2018-01-11
1
-0
/
+45
*
[hwasan] Implement -fsanitize-recover=hwaddress.
Evgeniy Stepanov
2017-12-20
2
-37
/
+74
*
[hwasan] Inline instrumentation & fixed shadow.
Evgeniy Stepanov
2017-12-13
3
-31
/
+347
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
2
-0
/
+216