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
*
Add an explicit insert point argument to SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2013-12-19
1
-7
/
+5
*
[msan] Propagate condition origin in select instruction.
Evgeniy Stepanov
2013-11-21
1
-5
/
+12
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
1
-12
/
+65
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
1
-2
/
+2
*
[msan] Use zero-extension in shadow cast by default.
Evgeniy Stepanov
2013-10-17
1
-7
/
+8
*
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2013-10-14
1
-28
/
+149
*
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2013-10-14
1
-4
/
+4
*
[msan] Fix -Wreturn-type warnings in non-self-hosted build.
Evgeniy Stepanov
2013-09-25
1
-0
/
+2
*
[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
Evgeniy Stepanov
2013-09-24
1
-2
/
+96
*
[msan] Wrap indirect functions.
Evgeniy Stepanov
2013-09-19
1
-7
/
+43
*
[msan] Check return value of main().
Evgeniy Stepanov
2013-09-16
1
-4
/
+13
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-6
/
+8
*
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2013-09-03
1
-3
/
+14
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
1
-3
/
+6
*
[msan] Fix handling of va_arg overflow area on x86_64.
Evgeniy Stepanov
2013-08-23
1
-2
/
+1
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-1
/
+1
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
1
-10
/
+14
*
[msan] Handle mixed track-origins and keep-going settings (llvm part).
Evgeniy Stepanov
2013-05-31
1
-4
/
+6
*
[msan] Fix argument shadow alignment.
Evgeniy Stepanov
2013-05-28
1
-4
/
+11
*
[msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
2013-05-21
1
-2
/
+23
*
[msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
2013-05-16
1
-7
/
+7
*
Fix a documentation warning: \bried -> \brief
Dmitri Gribenko
2013-05-09
1
-1
/
+1
*
[msan] Add an option to disable poisoning of shadow for undef values.
Evgeniy Stepanov
2013-03-21
1
-2
/
+13
*
[msan] Implement sanitize_memory attribute.
Evgeniy Stepanov
2013-02-28
1
-14
/
+38
*
Remove unused leftover declarations.
Evgeniy Stepanov
2013-02-28
1
-5
/
+0
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
1
-0
/
+1
*
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
1
-6
/
+24
*
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
[next]