| Commit message (Expand) | Author | Age | Files | Lines |
* | Insert module constructors in a module pass | Vitaly Buka | 2019-10-11 | 1 | -7/+6 |
* | Revert 374481 "[tsan,msan] Insert module constructors in a module pass" | Nico Weber | 2019-10-11 | 1 | -6/+7 |
* | [tsan,msan] Insert module constructors in a module pass | Vitaly Buka | 2019-10-10 | 1 | -7/+6 |
* | [MSAN] Add unary FNeg visitor to the MemorySanitizer | Cameron McInally | 2019-06-05 | 1 | -0/+16 |
* | IR: Support parsing numeric block ids, and emit them in textual output. | James Y Knight | 2019-03-22 | 1 | -4/+4 |
* | [MSan] Apply the ctor creation scheme of TSan | Philip Pfaffe | 2019-01-16 | 1 | -2/+3 |
* | [NewPM] Port Msan | Philip Pfaffe | 2019-01-03 | 1 | -3/+7 |
* | [MSan] Shrink the register save area for non-SSE builds | Alexander Potapenko | 2018-08-10 | 1 | -0/+20 |
* | [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests | Joel E. Denny | 2018-07-11 | 1 | -2/+2 |
* | [msan] Don't check divisor shadow in fdiv. | Evgeniy Stepanov | 2018-05-18 | 1 | -0/+15 |
* | Remove alignment argument from memcpy/memmove/memset in favour of alignment a... | Daniel Neilson | 2018-01-19 | 1 | -9/+9 |
* | Add element-atomic mem intrinsic canary tests for Memory Sanitizer. | Daniel Neilson | 2017-07-18 | 1 | -0/+35 |
* | fix trivial typos, NFC | Hiroshi Inoue | 2017-07-01 | 1 | -2/+2 |
* | MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86 | Justin Bogner | 2017-05-13 | 1 | -64/+0 |
* | [X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them.... | Craig Topper | 2016-05-30 | 1 | -1/+1 |
* | [MSan] [X86] Fix vararg helper for fixed arguments in overflow area. | Marcin Koscielnicki | 2016-05-06 | 1 | -2/+1 |
* | [msan] Don't put module constructors in comdats. | Evgeniy Stepanov | 2016-03-15 | 1 | -3/+2 |
* | [msan] Put msan constructor in a comdat. | Evgeniy Stepanov | 2016-02-12 | 1 | -2/+3 |
* | Revert "Change memcpy/memset/memmove to have dest and source alignments." | Pete Cooper | 2015-11-19 | 1 | -9/+9 |
* | Change memcpy/memset/memmove to have dest and source alignments. | Pete Cooper | 2015-11-18 | 1 | -9/+9 |
* | [msan] Precise instrumentation for icmp sgt %x, -1. | Evgeniy Stepanov | 2015-08-25 | 1 | -10/+76 |
* | Use CHECK-LABEL in MSan IR tests. | Evgeniy Stepanov | 2015-08-25 | 1 | -44/+44 |
* | [msan] Fix handling of musttail calls. | Evgeniy Stepanov | 2015-08-14 | 1 | -0/+37 |
* | When checking msan.module_ctor, use CHECK-LABEL instead of CHECK | Ismail Pazarbasi | 2015-05-07 | 1 | -1/+1 |
* | MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init` | Ismail Pazarbasi | 2015-05-07 | 1 | -2/+4 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 1 | -3/+3 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -29/+29 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -2/+2 |
* | Revert r215415 which causse MSan to crash on a great deal of C++ code. | Chandler Carruth | 2014-08-13 | 1 | -13/+0 |
* | msan: Handle musttail calls | Reid Kleckner | 2014-08-12 | 1 | -0/+13 |
* | [msan] Avoid redundant origin stores. | Evgeniy Stepanov | 2014-07-17 | 1 | -0/+18 |
* | [msan] Fix handling of phi in blacklisted functions. | Evgeniy Stepanov | 2014-07-07 | 1 | -0/+23 |
* | [msan] Stop propagating shadow in blacklisted functions. | Evgeniy Stepanov | 2014-07-03 | 1 | -5/+3 |
* | [msan] Add missing attributes in MemorySanitizer tests. | Evgeniy Stepanov | 2014-07-03 | 1 | -1/+1 |
* | msan: Stop stripping the 'tail' modifier off of calls | Reid Kleckner | 2014-06-30 | 1 | -0/+14 |
* | [msan] Relax the test some more. | Evgeniy Stepanov | 2014-03-25 | 1 | -12/+12 |
* | [msan] Make some tests less strict. | Evgeniy Stepanov | 2014-03-25 | 1 | -8/+8 |
* | [msan] More precise instrumentation of select IR. | Evgeniy Stepanov | 2014-03-25 | 1 | -15/+33 |
* | [msan] Fix handling of byval arguments in VarArg calls. | Evgeniy Stepanov | 2014-03-13 | 1 | -0/+42 |
* | [msan] Propagate condition origin in select instruction. | Evgeniy Stepanov | 2013-11-21 | 1 | -0/+7 |
* | Use multiple filecheck prefixes in msan instrumentation tests. | Evgeniy Stepanov | 2013-11-21 | 1 | -72/+29 |
* | [msan] Propagate origin for insertvalue, extractvalue. | Evgeniy Stepanov | 2013-11-11 | 1 | -0/+26 |
* | [msan] Fix handling of scalar select of vectors. | Evgeniy Stepanov | 2013-10-14 | 1 | -0/+19 |
* | [msan] Handling of atomic load/store, atomic rmw, cmpxchg. | Evgeniy Stepanov | 2013-09-24 | 1 | -4/+4 |
* | [msan] Fix handling of select with struct arguments. | Evgeniy Stepanov | 2013-09-03 | 1 | -0/+13 |
* | [msan] Fix select instrumentation. | Evgeniy Stepanov | 2013-09-03 | 1 | -0/+9 |
* | [msan] Fix handling of va_arg overflow area on x86_64. | Evgeniy Stepanov | 2013-08-23 | 1 | -0/+25 |
* | [msan] Unpoison stack allocations and undef values in blacklisted functions. | Evgeniy Stepanov | 2013-07-03 | 1 | -0/+35 |
* | [msan] Handle mixed track-origins and keep-going settings (llvm part). | Evgeniy Stepanov | 2013-05-31 | 1 | -2/+3 |
* | [msan] Fix argument shadow alignment. | Evgeniy Stepanov | 2013-05-28 | 1 | -0/+40 |