summaryrefslogtreecommitdiff
path: root/test/Instrumentation/DataFlowSanitizer
Commit message (Expand)AuthorAge
* Introduce two command-line flags for the instrumentation pass to control whet...Peter Collingbourne2013-11-21
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-27
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-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