summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Commit message (Expand)AuthorAge
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Fix handling of missing DataLayout in sanitizers.Evgeniy Stepanov2014-04-23
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-21
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [dfsan] Simplify code after r197677.Evgeniy Stepanov2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* Introduce two command-line flags for the instrumentation pass to control whet...Peter Collingbourne2013-11-21
* 80 colsAlexey Samsonov2013-08-28
* 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
* 80 colsAlexey Samsonov2013-08-23
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-15
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-14
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* dfsan: fix lint warningsDmitry Vyukov2013-08-13
* DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.Peter Collingbourne2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* Fix ARM build.Peter Collingbourne2013-08-08
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07