aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-151-0/+23
* DataFlowSanitizer: move abilist input file to Inputs.Peter Collingbourne2013-08-142-1/+1
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-141-0/+11
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-142-0/+58
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-121-2/+12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-101-12/+2
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-091-2/+12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-091-0/+20
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-075-0/+242
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-9/+7
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-031-0/+35
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-0/+23
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-2/+3
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-0/+40
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-212-0/+16
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-161-1/+10
* Add missing colons to check lines.Benjamin Kramer2013-04-111-1/+1
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-0/+33
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-6/+6
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-6/+6
* tsan: fix the testDmitry Vyukov2013-03-221-1/+1
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-221-0/+13
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-221-0/+16
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-181-2/+3
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+12
* 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