summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
...
* [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)Kostya Serebryany2013-02-11
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-29
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-28
* Revert r173678.Evgeniy Stepanov2013-01-28
* [msan] Make msan-handle-icmp-exact=0 by default.Evgeniy Stepanov2013-01-28
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-25
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-25
* [asan] fix 32-bit buildsKostya Serebryany2013-01-24
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-24
* [asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...Kostya Serebryany2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-22
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-22
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* 80 columnsAlexey Samsonov2013-01-18
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-18
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-17
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-16
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-15
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-10
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-28
* [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov2012-12-27
* [msan] Raise alignment of origin stores/loads when possible.Evgeniy Stepanov2012-12-26
* [msan] Expand the file comment with track-origins info.Evgeniy Stepanov2012-12-26
* [msan] Fix handling of vectors of pointers.Evgeniy Stepanov2012-12-25
* [msan] Fix handling of select with vector condition.Evgeniy Stepanov2012-12-25
* ASan: initialize callbacks from ASan module pass in a separate function for c...Alexey Samsonov2012-12-25
* ASan: move stack poisoning logic into FunctionStackPoisoner structAlexey Samsonov2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Remove duplicate includes.Roman Divacky2012-12-21
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-21
* [msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov2012-12-19
* [msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Initialize NoRedZone and remove unused default values.Rafael Espindola2012-12-18
* [msan] Fix lint warning.Evgeniy Stepanov2012-12-17
* Fix lint warnings in MemorySanitizer.cpp.Evgeniy Stepanov2012-12-14
* [msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov2012-12-14
* [msan] Refactor default shadow propagation and origin tracking.Evgeniy Stepanov2012-12-14
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* [msan] Use explicitely aligned stores and loads with function argument shadow.Evgeniy Stepanov2012-12-11
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-10
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* [msan] Remove readonly/readnone attributes from all called functions.Evgeniy Stepanov2012-12-07
* MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-06