index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
DataFlowSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dfsan] Introduce further optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-0
/
+36
*
[dfsan] Introduce an optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-1
/
+34
*
[dfsan] Move combineShadows to DFSanFunction in preparation for it to use a d...
Peter Collingbourne
2014-07-15
1
-18
/
+16
*
[dfsan] Handle bitcast aliases.
Peter Collingbourne
2014-07-10
1
-2
/
+2
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-8
/
+53
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-10
/
+13
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
1
-1
/
+1
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-3
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+1
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+7
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[dfsan] Simplify code after r197677.
Evgeniy Stepanov
2013-12-19
1
-19
/
+14
*
Add an explicit insert point argument to SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2013-12-19
1
-6
/
+4
*
Introduce two command-line flags for the instrumentation pass to control whet...
Peter Collingbourne
2013-11-21
1
-10
/
+33
*
80 cols
Alexey Samsonov
2013-08-28
1
-3
/
+4
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
1
-3
/
+77
*
DataFlowSanitizer: correctly combine labels in the case where they are equal.
Peter Collingbourne
2013-08-23
1
-1
/
+1
*
80 cols
Alexey Samsonov
2013-08-23
1
-3
/
+3
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
1
-1
/
+12
*
DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.
Peter Collingbourne
2013-08-22
1
-20
/
+33
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
1
-7
/
+51
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-2
/
+48
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-1
/
+22
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
1
-96
/
+271
*
dfsan: fix lint warnings
Dmitry Vyukov
2013-08-13
1
-2
/
+2
*
DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.
Peter Collingbourne
2013-08-12
1
-1
/
+4
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-3
/
+3
*
DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
Peter Collingbourne
2013-08-09
1
-0
/
+3
*
Fix ARM build.
Peter Collingbourne
2013-08-08
1
-1
/
+1
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
1
-0
/
+1006