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] 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
*
[MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC)
Daniel Neilson
2018-02-08
1
-19
/
+24
*
[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
[prev]
[next]