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] Avoid redundant origin stores.
Evgeniy Stepanov
2014-07-17
1
-1
/
+4
*
[msan] Fix handling of phi in blacklisted functions.
Evgeniy Stepanov
2014-07-07
1
-2
/
+5
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
Revert of r212265.
Evgeniy Stepanov
2014-07-03
1
-11
/
+9
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
msan: Stop stripping the 'tail' modifier off of calls
Reid Kleckner
2014-06-30
1
-6
/
+0
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
[msan] Fix bad interaction between with-calls mode and chained origin tracking.
Evgeniy Stepanov
2014-06-25
1
-1
/
+1
*
[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
Evgeniy Stepanov
2014-06-18
1
-0
/
+55
*
[msan] Fix a comment.
Evgeniy Stepanov
2014-06-17
1
-2
/
+2
*
[msan] Fix handling of multiplication by a constant with a number of trailing...
Evgeniy Stepanov
2014-06-17
1
-1
/
+49
*
[msan] Workaround for invalid origins in shufflevector.
Evgeniy Stepanov
2014-06-09
1
-4
/
+8
*
[msan] Fix vector pack intrinsic handling.
Evgeniy Stepanov
2014-06-09
1
-8
/
+72
*
Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
2014-06-02
1
-19
/
+5
*
[msan] Remove an out-of-date comment.
Evgeniy Stepanov
2014-06-02
1
-2
/
+0
*
[msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
2014-06-02
1
-0
/
+36
*
Use range-based for loops in ASan, TSan and MSan
Alexey Samsonov
2014-05-29
1
-30
/
+28
*
[msan] Fix -fsanitize=memory -fno-integrated-as.
Evgeniy Stepanov
2014-05-07
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-28
/
+30
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[msan] Enable out-of-line instrumentation for large functions by default.
Evgeniy Stepanov
2014-04-21
1
-1
/
+1
*
[msan] Add -msan-instrumentation-with-call-threshold.
Evgeniy Stepanov
2014-04-18
1
-42
/
+110
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-4
/
+2
*
[msan] More precise instrumentation of select IR.
Evgeniy Stepanov
2014-03-25
1
-19
/
+41
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2014-03-19
1
-2
/
+1
*
[msan] Origin tracking with history.
Evgeniy Stepanov
2014-03-18
1
-10
/
+20
*
[msan] Kill -msan-store-clean-origin flag.
Evgeniy Stepanov
2014-03-18
1
-5
/
+1
*
[msan] Remove unused code.
Evgeniy Stepanov
2014-03-18
1
-5
/
+0
*
[msan] Fix handling of byval arguments in VarArg calls.
Evgeniy Stepanov
2014-03-13
1
-21
/
+34
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-11
/
+11
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[msan] Handle X86 SIMD bitshift intrinsics.
Evgeniy Stepanov
2014-03-03
1
-0
/
+119
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+4
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-16
/
+16
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
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
[next]