aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation/DataFlowSanitizer
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-71/+71
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2312-13/+24
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-028-21/+3176
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-242-111/+256
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-272-5/+17
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-231-4/+5
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-222-3/+16
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-229-22/+36
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* 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