Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
[oota-llvm.git] / test / Instrumentation /
2013-12-25 Alexander Potapenko[ASan] Fix the tests broken by r198018 to check for...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-14 Matt ArsenaultTeach MemoryBuiltins about address spaces
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-05 Kostya Serebryany[tsan] fix PR18146: sometimes a variable written into...
2013-12-02 Kostya Serebryany[tsan] fix instrumentation of vector vptr updates ...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-11-21 Evgeniy Stepanov[msan] Propagate condition origin in select instruction.
2013-11-21 Evgeniy StepanovUse multiple filecheck prefixes in msan instrumentation...
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-11-14 Evgeniy Stepanov[msan] Use CHECK-DAG instead of CHECK where order of...
2013-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-11 Evgeniy Stepanov[msan] Propagate origin for insertvalue, extractvalue.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-17 Dmitry Vyukovtsan: implement no_sanitize_thread attribute
2013-10-16 Kostya Serebryany[asan] Optimize accesses to global arrays with constant...
2013-10-14 Evgeniy Stepanov[msan] Instrument x86.*_cvt* intrinsics.
2013-10-14 Evgeniy Stepanov[msan] Fix handling of scalar select of vectors.
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-24 Evgeniy Stepanov[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
2013-09-19 Evgeniy Stepanov[msan] Wrap indirect functions.
2013-09-16 Evgeniy Stepanov[msan] Check return value of main().
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-03 Evgeniy Stepanov[msan] Fix handling of select with struct arguments.
2013-09-03 Evgeniy Stepanov[msan] Fix select instrumentation.
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-23 Evgeniy Stepanov[msan] Fix handling of va_arg overflow area on x86_64.
2013-08-22 Peter CollingbourneDataFlowSanitizer: Replace non-instrumented aliases...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Prefix the name of each instrumented...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Peter CollingbourneDataFlowSanitizer: Add a debugging feature to help...
2013-08-14 Peter CollingbourneDataFlowSanitizer: move abilist input file to Inputs.
2013-08-14 Peter CollingbourneDataFlowSanitizer: Instrumentation for memset.
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-12 Peter CollingbourneReapply r188119 now that the bug it exposed is fixed.
2013-08-10 Arnold SchwaighoferRevert r188119 "Kill some duplicated code for removing...
2013-08-09 Peter CollingbourneKill some duplicated code for removing unreachable...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-03 Evgeniy Stepanov[msan] Unpoison stack allocations and undef values...
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-06-26 Kostya Serebryany[asan] add option -asan-keep-uninstrumented-functions
2013-05-31 Evgeniy Stepanov[msan] Handle mixed track-origins and keep-going settin...
2013-05-28 Evgeniy Stepanov[msan] Fix argument shadow alignment.
2013-05-21 Evgeniy Stepanov[msan] A no-op implementation of VarArg handling.
2013-05-16 Evgeniy Stepanov[msan] Switch TLS globals to initial-exec model.
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2013-03-28 Kostya Serebryany[tsan] make sure memset/memcpy/memmove are not inlined...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-22 Dmitry Vyukovtsan: fix the test
2013-03-22 Dmitry Vyukovtsan: handle vptr loads specially
2013-03-22 Evgeniy StepanovFix llvm::removeUnreachableBlocks to handle unreachable...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-02-28 Evgeniy Stepanov[msan] Implement sanitize_memory attribute.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-15 Kostya Serebryany[asan] support long double on 64-bit. See https://code...
2013-02-13 Kostya Serebryany[tsan] disable load widening in ThreadSanitizer mode
2013-02-12 Kostya Serebryany[asan] fix tests for the new ABI
2013-01-28 Evgeniy Stepanov[msan] Mostly disable msan-handle-icmp-exact.
2013-01-25 Evgeniy Stepanov[msan] Implement exact shadow propagation for relationa...
2013-01-24 Kostya Serebryany[asan] adaptive redzones for globals (the larger the...
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-15 Evgeniy Stepanov[msan] Temporarily remove ICmpEQ tests.
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...
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-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-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-19 Evgeniy Stepanov[msan] Heuristically instrument unknown intrinsics.
2012-12-14 Evgeniy Stepanov[msan] Origin stores and loads do not need explicit...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
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] Change linkage type of __msan_track_origins.
2012-12-04 Evgeniy StepanovImprove MSan tests.
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
next