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
/
MemorySanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IRBuilder] Introduce helpers for and/or of multiple values at once
Philip Reames
2019-07-06
1
-3
/
+3
*
MSan: handle callbr instructions
Alexander Potapenko
2019-07-03
1
-21
/
+21
*
[MSAN] Add unary FNeg visitor to the MemorySanitizer
Cameron McInally
2019-06-05
1
-0
/
+2
*
[MemorySanitizer] getMMXVectorTy - assert valid element size. NFCI.
Simon Pilgrim
2019-05-14
1
-0
/
+2
*
MSan: handle llvm.lifetime.start intrinsic
Alexander Potapenko
2019-04-30
1
-8
/
+54
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-12
/
+12
*
[msan] Instrument x86 BMI intrinsics.
Evgeniy Stepanov
2019-03-04
1
-0
/
+31
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
1
-18
/
+12
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-25
/
+25
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-30
/
+44
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-20
/
+21
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-21
/
+20
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-20
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSan] Apply the ctor creation scheme of TSan
Philip Pfaffe
2019-01-16
1
-1
/
+23
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-2
/
+1
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
1
-95
/
+121
*
[MSan] Handle llvm.is.constant intrinsic
Alexander Potapenko
2018-12-31
1
-0
/
+6
*
[MSan] Don't emit __msan_instrument_asm_load() calls
Alexander Potapenko
2018-12-20
1
-10
/
+4
*
[KMSAN] Enable -msan-handle-asm-conservative by default
Alexander Potapenko
2018-12-03
1
-2
/
+5
*
[MSan] another take at instrumenting inline assembly - now with calls
Alexander Potapenko
2018-10-31
1
-22
/
+108
*
[MSan] don't access MsanCtorFunction when using KMSAN
Alexander Potapenko
2018-09-07
1
-1
/
+1
*
[MSan] Add KMSAN instrumentation to MSan pass
Alexander Potapenko
2018-09-07
1
-72
/
+310
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-4
/
+61
*
[MSan] revert r341528 to unbreak the bots
Alexander Potapenko
2018-09-06
1
-61
/
+4
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-4
/
+61
*
[MSan] Make sure variadic function arguments do not overflow __msan_va_arg_tls
Alexander Potapenko
2018-09-06
1
-23
/
+50
*
[MSan] Shrink the register save area for non-SSE builds
Alexander Potapenko
2018-08-10
1
-2
/
+16
*
[MSan] Hotfix compilation
Alexander Potapenko
2018-07-20
1
-0
/
+1
*
[MSan] run materializeChecks() before materializeStores()
Alexander Potapenko
2018-07-20
1
-7
/
+6
*
MSan: minor fixes, NFC
Alexander Potapenko
2018-07-16
1
-7
/
+6
*
[MSan] factor userspace-specific declarations into createUserspaceApi(). NFC
Alexander Potapenko
2018-07-16
1
-38
/
+53
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-2
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[msan] Don't check divisor shadow in fdiv.
Evgeniy Stepanov
2018-05-18
1
-7
/
+10
*
[msan] Instrument masked.store, masked.load intrinsics.
Evgeniy Stepanov
2018-05-15
1
-0
/
+87
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-33
/
+33
*
[X86] Remove and autoupgrade the cvtusi2sd intrinsic. Use uitofp+insertelemen...
Craig Topper
2018-05-14
1
-1
/
+0
*
[X86] Remove an autoupgrade legacy cvtss2sd intrinsics.
Craig Topper
2018-05-13
1
-1
/
+0
*
[X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsics to match what clang...
Craig Topper
2018-05-12
1
-4
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-91
/
+91
*
MSan: introduce the conservative assembly handling mode.
Alexander Potapenko
2018-04-03
1
-1
/
+49
*
Add msan custom mapping options.
Evgeniy Stepanov
2018-03-29
1
-49
/
+82
*
[MSan] Introduce ActualFnStart. NFC
Alexander Potapenko
2018-03-28
1
-8
/
+10
*
[MSan] Add an isStore argument to getShadowOriginPtr(). NFC
Alexander Potapenko
2018-03-28
1
-38
/
+47
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[MSan] fix the types of RegSaveAreaPtrPtr and OverflowArgAreaPtrPtr
Alexander Potapenko
2018-03-19
1
-6
/
+6
*
[MSan] Don't create zero offsets in getShadowPtrForArgument(). NFC
Alexander Potapenko
2018-03-19
1
-2
/
+4
*
[MSan] Introduce insertWarningFn(). NFC
Alexander Potapenko
2018-03-19
1
-15
/
+16
[next]