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
/
lib
/
Transforms
/
Instrumentation
/
HWAddressSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-12
/
+17
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[hwasan] Remove lazy thread-initialisation
David Spickett
2019-11-04
1
-27
/
+2
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-2
/
+2
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-2
/
+2
*
hwasan: Compatibility fixes for short granules.
Peter Collingbourne
2019-09-27
1
-5
/
+18
*
[Instruction] Add hasMetadata(Kind) helper [NFC]
Philip Reames
2019-09-04
1
-1
/
+1
*
[hwasan] Fix test failure in r369721.
Evgeniy Stepanov
2019-08-26
1
-2
/
+3
*
hwasan: Fix use of uninitialized memory.
Peter Collingbourne
2019-08-23
1
-11
/
+12
*
hwasan: Untag unwound stack frames by wrapping personality functions.
Peter Collingbourne
2019-08-23
1
-8
/
+102
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
hwasan: Instrument globals.
Peter Collingbourne
2019-08-06
1
-10
/
+219
*
hwasan: Remove unused field CurModuleUniqueId. NFCI.
Peter Collingbourne
2019-08-02
1
-2
/
+0
*
[IR] Value: add replaceUsesWithIf() utility
Roman Lebedev
2019-08-01
1
-5
/
+2
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-4
/
+7
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-6
/
+19
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
hwasan: Pad arrays with non-1 size correctly.
Peter Collingbourne
2019-07-16
1
-5
/
+9
*
hwasan: Improve precision of checks using short granule tags.
Peter Collingbourne
2019-07-09
1
-14
/
+84
*
hwasan: Remove the old frame descriptor mechanism.
Peter Collingbourne
2019-06-28
1
-81
/
+0
*
hwasan: Use llvm.read_register intrinsic to read the PC on aarch64 instead of...
Peter Collingbourne
2019-06-27
1
-8
/
+17
*
hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.
Peter Collingbourne
2019-06-17
1
-18
/
+32
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-3
/
+20
*
HWASan exception support.
Evgeniy Stepanov
2019-05-16
1
-1
/
+36
*
[NewPM] Port HWASan and Kernel HWASan
Leonard Chan
2019-05-14
1
-46
/
+87
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-4
/
+4
*
hwasan: Enable -hwasan-allow-ifunc by default.
Peter Collingbourne
2019-04-09
1
-5
/
+1
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-28
/
+27
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-27
/
+28
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-28
/
+27
*
hwasan: If we split the entry block, move static allocas back into the entry ...
Peter Collingbourne
2019-01-25
1
-0
/
+15
*
hwasan: Read shadow address from ifunc if we don't need a frame record.
Peter Collingbourne
2019-01-23
1
-10
/
+21
*
hwasan: Move memory access checks into small outlined functions on aarch64.
Peter Collingbourne
2019-01-23
1
-24
/
+45
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SA...
Evgeniy Stepanov
2019-01-05
1
-1
/
+3
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
1
-2
/
+27
*
[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
/
+42
*
hwasan: Move ctor into a comdat.
Peter Collingbourne
2018-12-17
1
-12
/
+20
*
Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"
Evgeniy Stepanov
2018-12-13
1
-3
/
+1
*
[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)
Ryan Prichard
2018-12-12
1
-1
/
+3
*
[sancov] Put .SCOV* sections into the right comdat groups on COFF
Reid Kleckner
2018-11-08
1
-1
/
+2
*
[hwasan] add stack frame descriptions.
Kostya Serebryany
2018-10-23
1
-1
/
+75
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-35
/
+147
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
1
-147
/
+35
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
1
-35
/
+147
[next]