[SimplifyLibCalls] Library call simplification doen't work if the call site
[oota-llvm.git] / lib / Transforms / Instrumentation /
2013-01-29 Edwin VaneFixing warnings revealed by gcc release build
2013-01-28 Evgeniy Stepanov[msan] Mostly disable msan-handle-icmp-exact.
2013-01-28 Evgeniy StepanovRevert r173678.
2013-01-28 Evgeniy Stepanov[msan] Make msan-handle-icmp-exact=0 by default.
2013-01-25 Evgeniy Stepanov[msan] A comment on ICmp handling logic.
2013-01-25 Evgeniy Stepanov[msan] Implement exact shadow propagation for relationa...
2013-01-24 Kostya Serebryany[asan] fix 32-bit builds
2013-01-24 Kostya Serebryany[asan] adaptive redzones for globals (the larger the...
2013-01-23 Kostya Serebryany[asan] use ADD instead of OR when applying shadow offse...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-22 Evgeniy Stepanov[msan] Export the value of msan-keep-going flag for...
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Alexey Samsonov80 columns
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-15 Evgeniy Stepanov[msan] Fix handling of equality comparison of pointer...
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
2012-12-27 Alexey Samsonov[ASan] Fix lifetime intrinsics handling. Now for each...
2012-12-26 Evgeniy Stepanov[msan] Raise alignment of origin stores/loads when...
2012-12-26 Evgeniy Stepanov[msan] Expand the file comment with track-origins info.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of vectors of pointers.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of select with vector condition.
2012-12-25 Alexey SamsonovASan: initialize callbacks from ASan module pass in...
2012-12-25 Alexey SamsonovASan: move stack poisoning logic into FunctionStackPois...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-19 Evgeniy Stepanov[msan] Add track-origins argument to the pass constructor.
2012-12-19 Evgeniy Stepanov[msan] Heuristically instrument unknown intrinsics.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Rafael EspindolaInitialize NoRedZone and remove unused default values.
2012-12-17 Evgeniy Stepanov[msan] Fix lint warning.
2012-12-14 Evgeniy StepanovFix lint warnings in MemorySanitizer.cpp.
2012-12-14 Evgeniy Stepanov[msan] Origin stores and loads do not need explicit...
2012-12-14 Evgeniy Stepanov[msan] Refactor default shadow propagation and origin...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-11 Evgeniy Stepanov[msan] Use explicitely aligned stores and loads with...
2012-12-10 Bill WendlingDon't use a red zone for code coverage if the user...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Evgeniy Stepanov[msan] Remove readonly/readnone attributes from all...
2012-12-06 NAKAMURA TakumiMemorySanitizer.cpp: Suppress a warning. [-Wunused...
2012-12-06 Evgeniy Stepanov[msan] Fix a typo in a comment.
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-05 Evgeniy Stepanov[msan] Instrument bswap intrinsic.
2012-12-05 Evgeniy Stepanov[msan] Initialize callbacks in runOnFunction as opposed...
2012-12-05 Evgeniy Stepanov[msan] Change linkage type of __msan_track_origins.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Nuno Lopesfix stats for added checks
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Alexey Samsonov[ASan] Simplify check added in r168861. Bail out from...
2012-11-29 Matt Beaumont-GayApply Takumi's patch to suppress unused-variable warnin...
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Evgeniy Stepanov[msan] Handle vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Fix getOriginForNaryOp.
2012-11-29 Evgeniy Stepanov[msan] Basic handling of inline asm.
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Optimize getOriginPtr.
2012-11-29 Evgeniy Stepanov[msan] Fix a few compilation warnings.
2012-11-29 Evgeniy Stepanov[msan] Transform memcpy and memset to library calls.
2012-11-29 Evgeniy Stepanov[msan] Make sure that report callbacks do not get merged.
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Nick LewyckyIssue a fatal error if the line doesn't have a regular...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-26 Matt Beaumont-GayRemove stray trailing backslash
2012-11-26 Dmitry Vyukovtsan: fix lint warnings
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-11-22 NAKAMURA Takumillvm/lib/Transforms/Instrumentation/AddressSanitizer...
2012-11-22 Kostya Serebryany[asan] rip off the creation of global redzones from...
2012-11-20 Kostya Serebryany[asan] use names of globals instead of an external...
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-17 Benjamin KramerPlug a memory leak in the GCOV profiling emitter, which...
2012-11-14 Alexey Samsonov[TSan] fix indentation
2012-11-12 Alexey Samsonov[ASan] fixup for r167725: Don't fetch name of StructTyp...
2012-11-12 Alexey Samsonov[ASan]: Add minimalistic support for turning off initia...
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-11-07 Kostya Serebryany[asan] fix bug 14277 (asan needs to fail with fata...
2012-11-02 Alexey SamsonovFix whitespaces
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
next