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
...
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-23
/
+31
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+1
*
[MSan][MIPS] VarArgHelper for MIPS64
Mohit K. Bhakkad
2015-02-18
1
-0
/
+104
*
[X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented y...
Craig Topper
2015-02-18
1
-6
/
+0
*
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...
Craig Topper
2015-02-18
1
-8
/
+0
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
[msan] Fix "missing origin" in atomic store.
Evgeniy Stepanov
2015-02-06
1
-1
/
+1
*
[msan] Update origin for the entire destination range on memory store.
Evgeniy Stepanov
2015-01-21
1
-9
/
+49
*
[msan] Optimize -msan-check-constant-shadow.
Evgeniy Stepanov
2015-01-20
1
-8
/
+26
*
[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Mohit K. Bhakkad
2015-01-20
1
-25
/
+52
*
[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
[prev]
[next]