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_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwasan: Rename source files from cc to cpp
Nico Weber
2019-02-27
1
-436
/
+0
*
hwasan: Add __hwasan_init_static() function.
Peter Collingbourne
2019-01-31
1
-2
/
+5
*
[hwasan] Implement print_module_map flag.
Evgeniy Stepanov
2019-01-25
1
-2
/
+2
*
hwasan: Move memory access checks into small outlined functions on aarch64.
Peter Collingbourne
2019-01-23
1
-8
/
+26
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
1
-1
/
+6
*
hwasan: Use system allocator to realloc and free untagged pointers in interce...
Peter Collingbourne
2019-01-04
1
-0
/
+1
*
[hwasan] Verify Android TLS slot at startup.
Evgeniy Stepanov
2018-12-12
1
-0
/
+17
*
[hwasan] Add entire report to abort message on Android.
Evgeniy Stepanov
2018-11-09
1
-4
/
+3
*
[hwasan] Fix top PC in error stack trace being off by 1 instruction.
Evgeniy Stepanov
2018-10-02
1
-4
/
+4
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-26
/
+44
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
1
-44
/
+26
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-26
/
+44
*
[hwasan] revert r341435 as it breaks the bot on aarch64
Kostya Serebryany
2018-09-05
1
-11
/
+7
*
[hwasan] use real TLS on linux to store the current thread -- this way we can...
Kostya Serebryany
2018-09-05
1
-7
/
+11
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
1
-3
/
+1
*
[hwasan] remove stale Thread:: data members. While doing so noticed that GetT...
Kostya Serebryany
2018-09-04
1
-1
/
+1
*
[hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...
Kostya Serebryany
2018-08-30
1
-0
/
+1
*
[hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to Thread
Kostya Serebryany
2018-08-30
1
-10
/
+10
*
[hwasan] remove even more stale code
Kostya Serebryany
2018-08-29
1
-13
/
+2
*
[hwasan] remove more stale code
Kostya Serebryany
2018-08-29
1
-50
/
+23
*
[hwasan] get rid of some macros, remove the fixed shadow mapping
Kostya Serebryany
2018-08-29
1
-7
/
+7
*
[hwasan] Add a (almost) no-interceptor mode.
Evgeniy Stepanov
2018-08-20
1
-13
/
+38
*
[hwasan] Allow optional early shadow setup.
Evgeniy Stepanov
2018-08-13
1
-2
/
+13
*
sanitizers: consistently check result of MmapFixedNoReserve
Dmitry Vyukov
2018-07-20
1
-2
/
+1
*
[HWASan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-07
1
-0
/
+1
*
[sanitizer] Replace InternalScopedBuffer with InternalMmapVector
Vitaly Buka
2018-05-07
1
-1
/
+1
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-23
1
-51
/
+147
*
Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...
Reid Kleckner
2018-04-23
1
-147
/
+51
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-20
1
-51
/
+147
*
Remove duplicated const qualifier.
Alex Shlyapnikov
2018-03-24
1
-1
/
+1
*
[HWASan] Port HWASan to Linux x86-64 (compiler-rt)
Alex Shlyapnikov
2018-03-23
1
-32
/
+51
*
[hwasan] Fix inline instrumentation.
Evgeniy Stepanov
2018-02-21
1
-5
/
+5
*
[hwasan] Stack instrumentation.
Evgeniy Stepanov
2018-01-11
1
-7
/
+16
*
[hwasan] Implement -fsanitize-recover=hwaddress.
Evgeniy Stepanov
2017-12-20
1
-2
/
+6
*
[hwasan] Fix handling of store errors.
Evgeniy Stepanov
2017-12-19
1
-1
/
+1
*
[hwasan] Inline instrumentation & fixed shadow.
Evgeniy Stepanov
2017-12-13
1
-50
/
+107
*
Hardware-assisted AddressSanitizer (compiler-rt)
Evgeniy Stepanov
2017-12-09
1
-0
/
+194