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
*
[msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov
2020-01-27
1
-0
/
+43
*
Don't use dyn_cast_or_null if we know the pointer is nonnull.
Simon Pilgrim
2020-01-10
1
-4
/
+2
*
Fix "use of uninitialized variable" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-07
1
-2
/
+2
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-33
/
+34
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-34
/
+33
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-33
/
+34
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Rollback assumeAligned in MemorySanitizer
Guillaume Chatelet
2019-12-11
1
-18
/
+22
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-102
/
+108
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[msan] Remove more attributes from sanitized functions.
Evgenii Stepanov
2019-10-28
1
-2
/
+8
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
1
-20
/
+30
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
1
-30
/
+20
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
1
-20
/
+30
*
[msan, NFC] Move option parsing into constructor
Vitaly Buka
2019-10-10
1
-10
/
+12
*
Handle llvm.launder.invariant.group in msan.
Evgeniy Stepanov
2019-10-02
1
-0
/
+9
*
MemorySanitizer - silence static analyzer dyn_cast<> null dereference warning...
Simon Pilgrim
2019-09-26
1
-3
/
+3
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[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
[next]