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
/
MemorySanitizer
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
1
-1
/
+1
*
[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
1
-7
/
+6
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
1
-6
/
+7
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
1
-7
/
+6
*
Handle llvm.launder.invariant.group in msan.
Evgeniy Stepanov
2019-10-02
2
-0
/
+59
*
MSan: handle callbr instructions
Alexander Potapenko
2019-07-03
1
-0
/
+31
*
[MSAN] Add unary FNeg visitor to the MemorySanitizer
Cameron McInally
2019-06-05
1
-0
/
+16
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-18
/
+0
*
MSan: handle llvm.lifetime.start intrinsic
Alexander Potapenko
2019-04-30
1
-0
/
+129
*
IR: Support parsing numeric block ids, and emit them in textual output.
James Y Knight
2019-03-22
5
-52
/
+52
*
[msan] Instrument x86 BMI intrinsics.
Evgeniy Stepanov
2019-03-04
1
-0
/
+147
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
2
-0
/
+4
*
[MSan] Apply the ctor creation scheme of TSan
Philip Pfaffe
2019-01-16
3
-2
/
+24
*
[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
*
[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
*
[KMSAN] Enable -msan-handle-asm-conservative by default
Alexander Potapenko
2018-12-03
2
-32
/
+72
*
[MSan] another take at instrumenting inline assembly - now with calls
Alexander Potapenko
2018-10-31
2
-13
/
+251
*
[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
*
[MSan] Shrink the register save area for non-SSE builds
Alexander Potapenko
2018-08-10
1
-0
/
+20
*
[MSan] run materializeChecks() before materializeStores()
Alexander Potapenko
2018-07-20
1
-0
/
+3
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
1
-2
/
+2
*
[msan] Don't check divisor shadow in fdiv.
Evgeniy Stepanov
2018-05-18
1
-0
/
+15
*
[msan] Instrument masked.store, masked.load intrinsics.
Evgeniy Stepanov
2018-05-15
1
-0
/
+124
*
[X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsics to match what clang...
Craig Topper
2018-05-12
1
-22
/
+0
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics
Chandler Carruth
2018-04-26
1
-5
/
+5
*
Lowering x86 adds/addus/subs/subus intrinsics (llvm part)
Alexander Ivchenko
2018-04-19
1
-5
/
+5
*
MSan: introduce the conservative assembly handling mode.
Alexander Potapenko
2018-04-03
1
-0
/
+83
*
Add msan custom mapping options.
Evgeniy Stepanov
2018-03-29
1
-0
/
+43
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
9
-27
/
+27
*
[MSan] Move the access address check before the shadow access for that address
Alexander Potapenko
2017-11-23
1
-0
/
+22
*
[msan] Don't sanitize "nosanitize" instructions
Vitaly Buka
2017-11-20
2
-16
/
+48
*
Update some code.google.com links
Hans Wennborg
2017-11-13
1
-2
/
+2
*
[MSan] Disable sanitization for __sanitizer_dtor_callback.
Matt Morehouse
2017-09-20
1
-0
/
+16
*
Add element-atomic mem intrinsic canary tests for Memory Sanitizer.
Daniel Neilson
2017-07-18
1
-0
/
+35
*
[msan] Only check shadow memory for operands that are sized.
Evgeniy Stepanov
2017-07-11
1
-0
/
+22
*
fix trivial typos, NFC
Hiroshi Inoue
2017-07-01
1
-2
/
+2
*
[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...
Craig Topper
2017-06-04
7
-7
/
+7
*
Update three tests I missed in r302979 and r302990
Justin Bogner
2017-05-18
1
-0
/
+1
*
MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86
Justin Bogner
2017-05-13
7
-64
/
+73
*
[msan] Fix PR32842
Alexander Potapenko
2017-05-11
1
-0
/
+20
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
5
-20
/
+20
[next]