aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
...
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-1/+2
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-1/+1
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+1
* [msan] Implement sanitize_memory attribute.Evgeniy Stepanov2013-02-281-35/+62
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-2612-31/+31
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-201-1/+22
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-191-1/+31
* [asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany2013-02-181-1/+1
* [asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany2013-02-151-0/+9
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-131-0/+26
* [asan] fix tests for the new ABIKostya Serebryany2013-02-122-4/+4
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-281-20/+11
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-251-3/+31
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-241-0/+57
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-221-0/+14
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-161-0/+41
* [msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov2013-01-151-54/+0
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-151-0/+70
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-101-0/+13
* [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov2012-12-271-1/+24
* [msan] Raise alignment of origin stores/loads when possible.Evgeniy Stepanov2012-12-261-2/+9
* [msan] Fix handling of vectors of pointers.Evgeniy Stepanov2012-12-251-0/+15
* [msan] Fix handling of select with vector condition.Evgeniy Stepanov2012-12-251-0/+17
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+23
* [msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov2012-12-191-2/+74
* [msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov2012-12-141-0/+30
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+60
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-061-0/+26
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-051-0/+16
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-051-0/+3
* Improve MSan tests.Evgeniy Stepanov2012-12-041-54/+60
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-0/+61
* [msan] Tests for vector manipulation instructions.Evgeniy Stepanov2012-11-301-0/+37
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-291-0/+47
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-291-0/+25
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-291-0/+2
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-291-5/+3
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-292-0/+236
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-291-2/+13
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-2/+2
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-271-0/+200
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-261-25/+25
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-201-1/+23
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-201-1/+20
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-091-223/+223
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-091-0/+1464
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-011-0/+19
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-191-0/+20
* [asan] fix a testKostya Serebryany2012-10-151-1/+1
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-031-80/+80