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] Hotfix compilation
Alexander Potapenko
2017-12-11
1
-2
/
+2
*
[MSan] introduce getShadowOriginPtr(). NFC.
Alexander Potapenko
2017-12-11
1
-129
/
+191
*
Register NetBSD/x86_64 in MemorySanitizer.cpp
Kamil Rytarowski
2017-12-09
1
-0
/
+22
*
[msan] Add a fixme note for a minor deficiency.
Evgeniy Stepanov
2017-12-04
1
-0
/
+2
*
MSan: remove an unnecessary cast. NFC for userspace instrumenetation.
Alexander Potapenko
2017-11-23
1
-3
/
+3
*
[MSan] Move the access address check before the shadow access for that address
Alexander Potapenko
2017-11-23
1
-2
/
+1
*
[msan] Don't sanitize "nosanitize" instructions
Vitaly Buka
2017-11-20
1
-2
/
+14
*
Update some code.google.com links
Hans Wennborg
2017-11-13
1
-1
/
+1
*
[PowerPC][msan] Update msan to handle changed memory layouts in newer kernels
Bill Seurer
2017-11-13
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-255
/
+311
*
[MSan] Disable sanitization for __sanitizer_dtor_callback.
Matt Morehouse
2017-09-20
1
-0
/
+1
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-2
/
+2
*
[msan] Only check shadow memory for operands that are sized.
Evgeniy Stepanov
2017-07-11
1
-2
/
+5
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[msan] Fix PR32842
Alexander Potapenko
2017-05-11
1
-2
/
+5
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-7
/
+2
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-2
/
+7
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-7
/
+2
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-2
/
+2
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-3
/
+3
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-9
/
+9
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-9
/
+9
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-9
/
+9
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-20
/
+21
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-21
/
+20
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-7
/
+7
*
[msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
Evgeniy Stepanov
2017-03-03
1
-4
/
+46
*
[msan] Remove stale comments.
Evgeniy Stepanov
2017-03-03
1
-2
/
+0
*
[msan] Fix instrumentation of array allocas.
Evgeniy Stepanov
2017-02-24
1
-6
/
+7
*
[AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.
Craig Topper
2016-11-15
1
-0
/
+31
*
Use -fsanitize-recover instead of -mllvm -msan-keep-going.
Evgeniy Stepanov
2016-11-07
1
-9
/
+11
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
1
-2
/
+2
*
[msan] Fix __msan_maybe_ for non-standard type sizes.
Evgeniy Stepanov
2016-07-01
1
-1
/
+1
*
[msan] Tighten up type in StoreList. NFC.
Benjamin Kramer
2016-06-27
1
-13
/
+13
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-3
/
+14
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
[X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intr...
Simon Pilgrim
2016-05-25
1
-2
/
+0
*
[MSan] [PowerPC] Implement PowerPC64 vararg helper.
Marcin Koscielnicki
2016-05-13
1
-0
/
+161
*
[MSan] [AArch64] Fix vararg helper for >1 or non-int fixed arguments.
Marcin Koscielnicki
2016-05-09
1
-3
/
+13
*
[MSan] [X86] Fix vararg helper for fixed arguments in overflow area.
Marcin Koscielnicki
2016-05-06
1
-0
/
+11
*
[MSan] [MIPS64] Fix vararg helper for >1 fixed argument.
Marcin Koscielnicki
2016-05-05
1
-1
/
+2
*
Fix build by casting to the proper int type.
Ivan Krasin
2016-04-29
1
-1
/
+1
*
[msan] Handle vector compare x86 intrinsics.
Evgeniy Stepanov
2016-04-29
1
-0
/
+69
*
[Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's.
Marcin Koscielnicki
2016-04-19
1
-6
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-22
/
+22
*
[msan] Add a comment with a bug link.
Evgeniy Stepanov
2016-03-16
1
-0
/
+3
*
[msan] Don't put module constructors in comdats.
Evgeniy Stepanov
2016-03-15
1
-3
/
+10
*
[msan] Put msan constructor in a comdat.
Evgeniy Stepanov
2016-02-12
1
-1
/
+3
[next]