summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-7/+7
* Revert the new EH instructionsDavid Majnemer2015-07-101-34/+0
* Address Reid's review feedback.David Majnemer2015-07-101-8/+12
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+30
* Teach LLVM about the PPC64 memory sanitizer implementation.Jay Foad2015-06-251-0/+17
* AVX-512: cvtusi2ss/d intrinsics.Igor Breger2015-06-171-0/+2
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-33/+34
* MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init`Ismail Pazarbasi2015-05-071-3/+12
* [opaque pointer type] More GEP IRBuilder API migrationsDavid Blaikie2015-04-031-4/+6
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-23/+31
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-4/+1
* [MSan][MIPS] VarArgHelper for MIPS64Mohit K. Bhakkad2015-02-181-0/+104
* [X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented y...Craig Topper2015-02-181-6/+0
* [X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...Craig Topper2015-02-181-8/+0
* Transforms: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-2/+1
* [msan] Fix "missing origin" in atomic store.Evgeniy Stepanov2015-02-061-1/+1
* [msan] Update origin for the entire destination range on memory store.Evgeniy Stepanov2015-01-211-9/+49
* [msan] Optimize -msan-check-constant-shadow.Evgeniy Stepanov2015-01-201-8/+26
* [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPSMohit K. Bhakkad2015-01-201-25/+52
* [Msan] Generalize instrumentation code to support FreeBSD mappingViktor Kutuzov2014-12-181-27/+106
* [msan] Avoid extra origin address realignment.Evgeniy Stepanov2014-12-051-21/+24
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm partKostya Serebryany2014-12-031-1/+1
* msan] Add compile-time checks for missing origins.Evgeniy Stepanov2014-12-031-10/+13
* Revert r222997. The newly added compile-time checks are finding missing origi...Nick Lewycky2014-12-031-10/+9
* [msan] Add compile-time checks for missing origins.Evgeniy Stepanov2014-12-011-9/+10
* [msan] Fix origin propagation for select of floats.Evgeniy Stepanov2014-11-281-3/+4
* [msan] Remove indirect call wrapping code.Evgeniy Stepanov2014-11-271-89/+1
* Fix 80 cols caught by the linter...David Blaikie2014-11-141-2/+3
* Use nullptr instead of NULL for variadic sentinelsReid Kleckner2014-11-131-11/+11
* [msan] Make -msan-check-constant-shadow a bit stronger.Evgeniy Stepanov2014-10-241-3/+10
* [msan] Emit checks for constant shadow values under an experimental flag.Evgeniy Stepanov2014-10-231-3/+12
* [msan] Handle param-tls overflow.Evgeniy Stepanov2014-10-221-14/+34
* IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignmentDavid Majnemer2014-10-201-4/+4
* [msan] Fix handling of byval arguments with large alignment.Evgeniy Stepanov2014-10-171-1/+2
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Revert r215415 which causse MSan to crash on a great deal of C++ code.Chandler Carruth2014-08-131-10/+0
* msan: Handle musttail callsReid Kleckner2014-08-121-0/+10
* [msan] Fix handling of array types.Evgeniy Stepanov2014-07-311-5/+16
* [msan] Avoid redundant origin stores.Evgeniy Stepanov2014-07-171-1/+4
* [msan] Fix handling of phi in blacklisted functions.Evgeniy Stepanov2014-07-071-2/+5
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-9/+11
* Revert of r212265.Evgeniy Stepanov2014-07-031-11/+9
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-9/+11
* msan: Stop stripping the 'tail' modifier off of callsReid Kleckner2014-06-301-6/+0
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-251-1/+1
* [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov2014-06-181-0/+55
* [msan] Fix a comment.Evgeniy Stepanov2014-06-171-2/+2
* [msan] Fix handling of multiplication by a constant with a number of trailing...Evgeniy Stepanov2014-06-171-1/+49
OpenPOWER on IntegriCloud