summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-191-7/+5
* [msan] Propagate condition origin in select instruction.Evgeniy Stepanov2013-11-211-5/+12
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
* [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-171-7/+8
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-141-28/+149
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-4/+4
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-251-0/+2
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-241-2/+96
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-7/+43
* [msan] Check return value of main().Evgeniy Stepanov2013-09-161-4/+13
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-031-3/+14
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-031-3/+6
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-231-2/+1
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-1/+1
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-3/+3
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-031-10/+14
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-4/+6
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-4/+11
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-211-2/+23
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-161-7/+7
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-091-1/+1
* [msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov2013-03-211-2/+13
* [msan] Implement sanitize_memory attribute.Evgeniy Stepanov2013-02-281-14/+38
* Remove unused leftover declarations.Evgeniy Stepanov2013-02-281-5/+0
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-291-0/+1
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-281-6/+24
* Revert r173678.Evgeniy Stepanov2013-01-281-1/+1
* [msan] Make msan-handle-icmp-exact=0 by default.Evgeniy Stepanov2013-01-281-1/+1
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-251-0/+3
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-251-0/+70
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-4/+7
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-221-0/+3
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-221-4/+1
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-181-1/+1
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-151-6/+9
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-101-2/+2
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-021-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-9/+9
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-281-8/+14
* [msan] Raise alignment of origin stores/loads when possible.Evgeniy Stepanov2012-12-261-5/+11
* [msan] Expand the file comment with track-origins info.Evgeniy Stepanov2012-12-261-5/+27
* [msan] Fix handling of vectors of pointers.Evgeniy Stepanov2012-12-251-2/+7
* [msan] Fix handling of select with vector condition.Evgeniy Stepanov2012-12-251-2/+11
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+8
* [msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov2012-12-191-24/+31
* [msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov2012-12-191-1/+143
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-7/+7
OpenPOWER on IntegriCloud