index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
DataFlowSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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