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
*
IR: Support parsing numeric block ids, and emit them in textual output.
James Y Knight
2019-03-22
10
-78
/
+78
*
[SanitizerCoverage] Avoid splitting critical edges when destination is a basi...
Craig Topper
2019-03-12
1
-0
/
+46
*
Remove ASan asm instrumentation.
Evgeniy Stepanov
2019-03-11
8
-531
/
+0
*
Remove esan.
Nico Weber
2019-03-11
7
-1086
/
+0
*
Fix invalid target triples in tests. (NFC)
Florian Hahn
2019-03-04
1
-1
/
+1
*
[msan] Instrument x86 BMI intrinsics.
Evgeniy Stepanov
2019-03-04
1
-0
/
+147
*
[sancov] Instrument reachable blocks that end in unreachable
Reid Kleckner
2019-02-28
1
-0
/
+27
*
Add a module pass for order file instrumentation
Manman Ren
2019-02-28
1
-0
/
+24
*
[InstrProf] Use separate comdat group for data and counters
Reid Kleckner
2019-02-27
2
-4
/
+4
*
[NewPM] Second attempt at porting ASan
Leonard Chan
2019-02-13
1
-0
/
+4
*
[InstrProf] Implement static profdata registration
Reid Kleckner
2019-02-08
4
-28
/
+71
*
[Sanitizers] UBSan unreachable incompatible with Kernel ASan
Julian Lettner
2019-02-04
1
-0
/
+9
*
[SanitizerCoverage] Clang crashes if user declares `__sancov_lowest_stack` va...
Julian Lettner
2019-02-04
1
-0
/
+12
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
2
-0
/
+4
*
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Julian Lettner
2019-02-02
1
-21
/
+29
*
[sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...
Kostya Serebryany
2019-01-31
1
-0
/
+32
*
hwasan: If we split the entry block, move static allocas back into the entry ...
Peter Collingbourne
2019-01-25
1
-2
/
+5
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-28
/
+20
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-20
/
+28
*
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
*
[MSan] Apply the ctor creation scheme of TSan
Philip Pfaffe
2019-01-16
3
-2
/
+24
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-1
/
+1
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Mandeep Singh Grang
2019-01-16
2
-4
/
+4
*
[SanitizerCoverage] Don't create comdat for interposable functions.
Matt Morehouse
2019-01-15
1
-0
/
+37
*
[SanitizerCoverage][NFC] Use appendToUsed instead of include
Jonathan Metzman
2019-01-14
1
-0
/
+11
*
Revert r350647: "[NewPM] Port tsan"
Florian Hahn
2019-01-09
1
-2
/
+4
*
[NewPM] Port tsan
Philip Pfaffe
2019-01-08
1
-4
/
+2
*
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
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
42
-21
/
+142
*
[MSan] Handle llvm.is.constant intrinsic
Alexander Potapenko
2018-12-31
1
-0
/
+21
*
[HWASAN] Instrument memorty intrinsics by default
Eugene Leviant
2018-12-24
1
-1
/
+1
*
[X86] Change 'simple nonmem' intrinsic test to not use PADDSW
Simon Pilgrim
2018-12-20
1
-5
/
+5
*
[MSan] Don't emit __msan_instrument_asm_load() calls
Alexander Potapenko
2018-12-20
1
-6
/
+0
*
[HWASAN] Add support for memory intrinsics
Eugene Leviant
2018-12-20
1
-0
/
+40
*
[asan] Undo special treatment of linkonce_odr and weak_odr
Vitaly Buka
2018-12-20
1
-1
/
+1
*
[asan] Prevent folding of globals with redzones
Vitaly Buka
2018-12-20
5
-10
/
+10
*
[asan] Restore ODR-violation detection on vtables
Vitaly Buka
2018-12-18
1
-1
/
+1
*
[asan] In llvm.asan.globals, allow entries to be non-GlobalVariable and skip ...
Kuba Mracek
2018-12-18
1
-0
/
+13
*
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
*
[asan] Don't check ODR violations for particular types of globals
Vitaly Buka
2018-12-13
5
-4
/
+30
*
[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)
Ryan Prichard
2018-12-12
1
-2
/
+2
*
[asan] Split -asan-use-private-alias to -asan-use-odr-indicator
Vitaly Buka
2018-12-04
1
-3
/
+8
*
[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
[next]