summaryrefslogtreecommitdiff
path: root/test/Instrumentation
Commit message (Expand)AuthorAge
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-15
* DataFlowSanitizer: move abilist input file to Inputs.Peter Collingbourne2013-08-14
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-14
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-10
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-09
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-03
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-26
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-26
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-28
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-21
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-16
* Add missing colons to check lines.Benjamin Kramer2013-04-11
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* tsan: fix the testDmitry Vyukov2013-03-22
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-22
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-22
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-18
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-18
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-14
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* [msan] Implement sanitize_memory attribute.Evgeniy Stepanov2013-02-28
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-20
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19
* [asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany2013-02-18
* [asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany2013-02-15
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-13
* [asan] fix tests for the new ABIKostya Serebryany2013-02-12
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-28
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-25
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-24