summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Insert module constructors in a module passVitaly Buka2019-10-111-7/+6
* Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber2019-10-111-6/+7
* [tsan,msan] Insert module constructors in a module passVitaly Buka2019-10-101-7/+6
* [MSAN] Add unary FNeg visitor to the MemorySanitizerCameron McInally2019-06-051-0/+16
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-4/+4
* [MSan] Apply the ctor creation scheme of TSanPhilip Pfaffe2019-01-161-2/+3
* [NewPM] Port MsanPhilip Pfaffe2019-01-031-3/+7
* [MSan] Shrink the register save area for non-SSE buildsAlexander Potapenko2018-08-101-0/+20
* [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny2018-07-111-2/+2
* [msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov2018-05-181-0/+15
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-9/+9
* Add element-atomic mem intrinsic canary tests for Memory Sanitizer.Daniel Neilson2017-07-181-0/+35
* fix trivial typos, NFCHiroshi Inoue2017-07-011-2/+2
* MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86Justin Bogner2017-05-131-64/+0
* [X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them....Craig Topper2016-05-301-1/+1
* [MSan] [X86] Fix vararg helper for fixed arguments in overflow area.Marcin Koscielnicki2016-05-061-2/+1
* [msan] Don't put module constructors in comdats.Evgeniy Stepanov2016-03-151-3/+2
* [msan] Put msan constructor in a comdat.Evgeniy Stepanov2016-02-121-2/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-9/+9
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-9/+9
* [msan] Precise instrumentation for icmp sgt %x, -1.Evgeniy Stepanov2015-08-251-10/+76
* Use CHECK-LABEL in MSan IR tests.Evgeniy Stepanov2015-08-251-44/+44
* [msan] Fix handling of musttail calls.Evgeniy Stepanov2015-08-141-0/+37
* When checking msan.module_ctor, use CHECK-LABEL instead of CHECKIsmail Pazarbasi2015-05-071-1/+1
* MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init`Ismail Pazarbasi2015-05-071-2/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-29/+29
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* Revert r215415 which causse MSan to crash on a great deal of C++ code.Chandler Carruth2014-08-131-13/+0
* msan: Handle musttail callsReid Kleckner2014-08-121-0/+13
* [msan] Avoid redundant origin stores.Evgeniy Stepanov2014-07-171-0/+18
* [msan] Fix handling of phi in blacklisted functions.Evgeniy Stepanov2014-07-071-0/+23
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-5/+3
* [msan] Add missing attributes in MemorySanitizer tests.Evgeniy Stepanov2014-07-031-1/+1
* msan: Stop stripping the 'tail' modifier off of callsReid Kleckner2014-06-301-0/+14
* [msan] Relax the test some more.Evgeniy Stepanov2014-03-251-12/+12
* [msan] Make some tests less strict.Evgeniy Stepanov2014-03-251-8/+8
* [msan] More precise instrumentation of select IR.Evgeniy Stepanov2014-03-251-15/+33
* [msan] Fix handling of byval arguments in VarArg calls.Evgeniy Stepanov2014-03-131-0/+42
* [msan] Propagate condition origin in select instruction.Evgeniy Stepanov2013-11-211-0/+7
* Use multiple filecheck prefixes in msan instrumentation tests.Evgeniy Stepanov2013-11-211-72/+29
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-0/+26
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-0/+19
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-241-4/+4
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-031-0/+13
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-031-0/+9
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-231-0/+25
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-031-0/+35
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-2/+3
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-0/+40
OpenPOWER on IntegriCloud