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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov
2020-01-27
1
-0
/
+72
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
7
-10
/
+10
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-0
/
+61
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-2
/
+0
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-0
/
+2
*
[asan] Remove debug locations from alloca prologue instrumentation
Johannes Altmanninger
2019-12-03
2
-2
/
+77
*
[hwasan] Remove lazy thread-initialisation
David Spickett
2019-11-04
1
-39
/
+0
*
[AddressSanitizer] Only instrument globals of default address space
Karl-Johan Karlsson
2019-10-30
1
-0
/
+31
*
[msan] Remove more attributes from sanitized functions.
Evgenii Stepanov
2019-10-28
1
-0
/
+47
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
2
-8
/
+7
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
2
-7
/
+8
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
2
-8
/
+7
*
Handle llvm.launder.invariant.group in msan.
Evgeniy Stepanov
2019-10-02
2
-0
/
+59
*
[PGO] Don't group COMDAT variables for compiler generated profile variables i...
Rong Xu
2019-09-30
3
-8
/
+8
*
hwasan: Compatibility fixes for short granules.
Peter Collingbourne
2019-09-27
4
-22
/
+52
*
[PGO] Don't use comdat groups for counters & data on COFF
Reid Kleckner
2019-09-17
3
-4
/
+4
*
[PGO] Use linkonce_odr linkage for __profd_ variables in comdat groups
Reid Kleckner
2019-09-16
3
-8
/
+8
*
[NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
Leonard Chan
2019-09-04
31
-42
/
+42
*
[ASan] Version mismatch check follow-up
Julian Lettner
2019-08-29
1
-2
/
+2
*
[ASan] Make insertion of version mismatch guard configurable
Julian Lettner
2019-08-28
1
-0
/
+12
*
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
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
3
-7
/
+7
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
31
-26
/
+74
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
3
-4
/
+4
*
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
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
31
-74
/
+26
*
[NewPM] Port Sancov
Leonard Chan
2019-07-11
31
-26
/
+74
*
hwasan: Improve precision of checks using short granule tags.
Peter Collingbourne
2019-07-09
4
-10
/
+65
*
[PoisonCheker] Support for out of bounds operands on shifts + insert/extracte...
Philip Reames
2019-07-09
1
-0
/
+121
*
[PoisonChecking] Add validation rules for "exact" on sdiv/udiv
Philip Reames
2019-07-09
1
-0
/
+43
*
Add a transform pass to make the executable semantics of poison explicit in t...
Philip Reames
2019-07-09
2
-0
/
+295
*
Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"
Petr Hosek
2019-07-07
1
-0
/
+2
*
[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS
Philip Reames
2019-07-06
1
-2
/
+0
*
MSan: handle callbr instructions
Alexander Potapenko
2019-07-03
1
-0
/
+31
*
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
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
1
-0
/
+28
*
[profile] Solaris ld supports __start___llvm_prof_data etc. labels
Rainer Orth
2019-06-20
1
-5
/
+2
*
[DFSan] Add UnaryOperator visitor to DataFlowSanitizer
Cameron McInally
2019-06-19
1
-0
/
+10
*
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
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
2
-2
/
+0
*
[MSAN] Add unary FNeg visitor to the MemorySanitizer
Cameron McInally
2019-06-05
1
-0
/
+16
*
HWASan exception support.
Evgeniy Stepanov
2019-05-16
1
-0
/
+37
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
2
-19
/
+1
*
[NewPM] Port HWASan and Kernel HWASan
Leonard Chan
2019-05-14
1
-0
/
+6
*
[SanitizerCoverage] Use different module ctor names for trace-pc-guard and in...
Fangrui Song
2019-05-07
3
-4
/
+15
[next]