summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-15/+19
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-15/+9
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-25/+38
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-64/+218
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-10/+55
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+17
* Update to LLVM 3.5a.Stephen Hines2014-04-241-51/+65
* 80 colsAlexey Samsonov2013-08-281-3/+4
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-271-3/+77
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-231-1/+1
* 80 colsAlexey Samsonov2013-08-231-3/+3
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-221-1/+12
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-221-20/+33
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-221-7/+51
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-151-2/+48
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-141-1/+22
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-141-96/+271
* dfsan: fix lint warningsDmitry Vyukov2013-08-131-2/+2
* DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.Peter Collingbourne2013-08-121-1/+4
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-3/+3
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-091-0/+3
* Fix ARM build.Peter Collingbourne2013-08-081-1/+1
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-071-0/+1006