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] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
2014-12-18
1
-27
/
+106
*
[msan] Avoid extra origin address realignment.
Evgeniy Stepanov
2014-12-05
1
-21
/
+24
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
1
-1
/
+1
*
msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-03
1
-10
/
+13
*
Revert r222997. The newly added compile-time checks are finding missing origi...
Nick Lewycky
2014-12-03
1
-10
/
+9
*
[msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-01
1
-9
/
+10
*
[msan] Fix origin propagation for select of floats.
Evgeniy Stepanov
2014-11-28
1
-3
/
+4
*
[msan] Remove indirect call wrapping code.
Evgeniy Stepanov
2014-11-27
1
-89
/
+1
*
Fix 80 cols caught by the linter...
David Blaikie
2014-11-14
1
-2
/
+3
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-11
/
+11
*
[msan] Make -msan-check-constant-shadow a bit stronger.
Evgeniy Stepanov
2014-10-24
1
-3
/
+10
*
[msan] Emit checks for constant shadow values under an experimental flag.
Evgeniy Stepanov
2014-10-23
1
-3
/
+12
*
[msan] Handle param-tls overflow.
Evgeniy Stepanov
2014-10-22
1
-14
/
+34
*
IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment
David Majnemer
2014-10-20
1
-4
/
+4
*
[msan] Fix handling of byval arguments with large alignment.
Evgeniy Stepanov
2014-10-17
1
-1
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Revert r215415 which causse MSan to crash on a great deal of C++ code.
Chandler Carruth
2014-08-13
1
-10
/
+0
*
msan: Handle musttail calls
Reid Kleckner
2014-08-12
1
-0
/
+10
*
[msan] Fix handling of array types.
Evgeniy Stepanov
2014-07-31
1
-5
/
+16
*
[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
[next]