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
...
*
Revert r173678.
Evgeniy Stepanov
2013-01-28
1
-1
/
+1
*
[msan] Make msan-handle-icmp-exact=0 by default.
Evgeniy Stepanov
2013-01-28
1
-1
/
+1
*
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
1
-0
/
+3
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
1
-0
/
+70
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-4
/
+7
*
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
2013-01-22
1
-0
/
+3
*
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
1
-4
/
+1
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
1
-1
/
+1
*
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-15
1
-6
/
+9
*
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
1
-2
/
+2
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-9
/
+9
*
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-28
1
-8
/
+14
*
[msan] Raise alignment of origin stores/loads when possible.
Evgeniy Stepanov
2012-12-26
1
-5
/
+11
*
[msan] Expand the file comment with track-origins info.
Evgeniy Stepanov
2012-12-26
1
-5
/
+27
*
[msan] Fix handling of vectors of pointers.
Evgeniy Stepanov
2012-12-25
1
-2
/
+7
*
[msan] Fix handling of select with vector condition.
Evgeniy Stepanov
2012-12-25
1
-2
/
+11
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+8
*
[msan] Add track-origins argument to the pass constructor.
Evgeniy Stepanov
2012-12-19
1
-24
/
+31
*
[msan] Heuristically instrument unknown intrinsics.
Evgeniy Stepanov
2012-12-19
1
-1
/
+143
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-7
/
+7
*
[msan] Fix lint warning.
Evgeniy Stepanov
2012-12-17
1
-1
/
+2
*
Fix lint warnings in MemorySanitizer.cpp.
Evgeniy Stepanov
2012-12-14
1
-9
/
+12
*
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-14
1
-9
/
+8
*
[msan] Refactor default shadow propagation and origin tracking.
Evgeniy Stepanov
2012-12-14
1
-52
/
+117
*
[msan] Use explicitely aligned stores and loads with function argument shadow.
Evgeniy Stepanov
2012-12-11
1
-8
/
+13
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-2
/
+2
*
[msan] Remove readonly/readnone attributes from all called functions.
Evgeniy Stepanov
2012-12-07
1
-0
/
+13
*
MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-06
1
-0
/
+1
*
[msan] Fix a typo in a comment.
Evgeniy Stepanov
2012-12-06
1
-1
/
+1
*
[msan] Do not store origin for clean values.
Evgeniy Stepanov
2012-12-06
1
-17
/
+57
*
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
1
-6
/
+21
*
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
1
-37
/
+49
*
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-05
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+7
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.
Matt Beaumont-Gay
2012-11-29
1
-2
/
+7
*
[msan] Handle vector manipulation instructions.
Evgeniy Stepanov
2012-11-29
1
-0
/
+25
*
[msan] Fix getOriginForNaryOp.
Evgeniy Stepanov
2012-11-29
1
-2
/
+3
*
[msan] Basic handling of inline asm.
Evgeniy Stepanov
2012-11-29
1
-1
/
+10
*
[msan] Propagate shadow through (x<0) and (x>=0) comparisons.
Evgeniy Stepanov
2012-11-29
1
-0
/
+30
*
[msan] Fix shadow & origin store & load alignment.
Evgeniy Stepanov
2012-11-29
1
-4
/
+4
*
[msan] Optimize getOriginPtr.
Evgeniy Stepanov
2012-11-29
1
-3
/
+4
*
[msan] Fix a few compilation warnings.
Evgeniy Stepanov
2012-11-29
1
-2
/
+4
*
[msan] Transform memcpy and memset to library calls.
Evgeniy Stepanov
2012-11-29
1
-34
/
+35
*
[msan] Make sure that report callbacks do not get merged.
Evgeniy Stepanov
2012-11-29
1
-0
/
+8
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
1
-0
/
+1419
[prev]