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
...
*
[asan] Reduce binary size by using unnamed private aliases
Vitaly Buka
2018-12-04
1
-1
/
+1
*
[KMSAN] Enable -msan-handle-asm-conservative by default
Alexander Potapenko
2018-12-03
2
-32
/
+72
*
[sancov] Put .SCOV* sections into the right comdat groups on COFF
Reid Kleckner
2018-11-08
1
-0
/
+85
*
[MSan] another take at instrumenting inline assembly - now with calls
Alexander Potapenko
2018-10-31
2
-13
/
+251
*
Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...
Leonard Chan
2018-10-26
1
-2
/
+0
*
[hwasan] add stack frame descriptions.
Kostya Serebryany
2018-10-23
3
-0
/
+29
*
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...
Leonard Chan
2018-10-11
1
-0
/
+2
*
[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
*
[SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse
2018-09-13
5
-7
/
+7
*
Revert "[SanitizerCoverage] Create comdat for global arrays."
Matt Morehouse
2018-09-11
5
-7
/
+7
*
[SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse
2018-09-11
5
-7
/
+7
*
Revert "[SanitizerCoverage] Create comdat for global arrays."
Matt Morehouse
2018-09-11
5
-7
/
+7
*
[SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse
2018-09-11
5
-7
/
+7
*
[MSan] Add KMSAN instrumentation to MSan pass
Alexander Potapenko
2018-09-07
3
-6
/
+439
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+117
*
[MSan] revert r341528 to unbreak the bots
Alexander Potapenko
2018-09-06
1
-110
/
+0
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+110
*
[MSan] Make sure variadic function arguments do not overflow __msan_va_arg_tls
Alexander Potapenko
2018-09-06
6
-0
/
+169
*
[libFuzzer] Port to Windows
Matt Morehouse
2018-08-30
1
-0
/
+12
*
Revert "[libFuzzer] Port to Windows"
Matt Morehouse
2018-08-29
1
-12
/
+0
*
[libFuzzer] Port to Windows
Matt Morehouse
2018-08-29
1
-0
/
+12
*
Revert "[libFuzzer] Port to Windows"
Matt Morehouse
2018-08-28
1
-12
/
+0
*
[libFuzzer] Port to Windows
Matt Morehouse
2018-08-28
1
-0
/
+12
*
Fix global_metadata_external_comdat.ll test
Reid Kleckner
2018-08-21
1
-2
/
+2
*
Re-land r334313 "[asan] Instrument comdat globals on COFF targets"
Reid Kleckner
2018-08-20
2
-0
/
+55
*
[InstrProf] Use atomic profile counter updates for TSan
Vedant Kumar
2018-08-16
1
-0
/
+14
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
1
-1
/
+1
*
[hwasan] Add -hwasan-with-ifunc flag.
Evgeniy Stepanov
2018-08-10
1
-0
/
+30
*
[MSan] Shrink the register save area for non-SSE builds
Alexander Potapenko
2018-08-10
1
-0
/
+20
*
Fix crash in bounds checking.
Joel Galenson
2018-08-03
1
-0
/
+65
*
[ASAN] Use the correct shadow offset for ASAN on FreeBSD/mips64.
John Baldwin
2018-08-01
1
-0
/
+12
*
[InstrProf] Don't register __llvm_profile_runtime_user
Reid Kleckner
2018-07-27
2
-30
/
+40
*
[InstrProf] Use comdats on COFF for available_externally functions
Reid Kleckner
2018-07-26
1
-0
/
+7
*
Use SCEV to avoid inserting some bounds checks.
Joel Galenson
2018-07-24
1
-0
/
+358
*
[MSan] run materializeChecks() before materializeStores()
Alexander Potapenko
2018-07-20
1
-0
/
+3
*
Rename __asan_gen_* symbols to ___asan_gen_*.
Peter Collingbourne
2018-07-18
4
-9
/
+9
*
Recommit r335794 "Add support for generating a call graph profile from Branch...
Michael J. Spencer
2018-07-16
1
-0
/
+41
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
1
-2
/
+2
*
[HWASan] Do not retag allocas before return from the function.
Alex Shlyapnikov
2018-06-29
2
-14
/
+30
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
1
-41
/
+0
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
1
-0
/
+41
*
Revert "[asan] Instrument comdat globals on COFF targets"
Evgeniy Stepanov
2018-06-26
1
-46
/
+0
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
1
-28
/
+0
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
1
-0
/
+28
*
[WinASan] Don't instrument globals in sections containing '$'
Reid Kleckner
2018-06-13
1
-0
/
+53
*
[asan] Instrument comdat globals on COFF targets
Reid Kleckner
2018-06-08
1
-0
/
+46
*
[msan] Don't check divisor shadow in fdiv.
Evgeniy Stepanov
2018-05-18
1
-0
/
+15
*
[asan] Add instrumentation support for Myriad
Walter Lee
2018-05-18
1
-0
/
+84
[prev]
[next]