..
sql_examples
Fix indentation of multiline copyright comment
9 years ago
README.md
Created IR folder for the intermediate representaion files.
9 years ago
abstractDomain.ml
adding map domain
9 years ago
abstractInterpreter.ml
fixing broken backward/per-instr cfg by taking a different approach
9 years ago
accessPath.ml
add abstraction of access path, use in access path set domain
9 years ago
accessPath.mli
beginnings of access tree domain, tests
9 years ago
accessPathDomains.ml
add abstraction of access path, use in access path set domain
9 years ago
accessPathDomains.mli
add abstraction of access path, use in access path set domain
9 years ago
accessTree.ml
adding <=, tests to access tree domain
9 years ago
addressTaken.ml
Move attributes from const to exp
9 years ago
annotationReachability.ml
Refactor Sil.binop into separate Binop module
9 years ago
annotations.ml
don't warn if procedure is marked VisibleForTesting
9 years ago
annotations.mli
don't warn if procedure is marked VisibleForTesting
9 years ago
checkDeadCode.ml
opacify the type of node ids
9 years ago
checkDeadCode.mli
Remove -open(Utils) compile flag hack
9 years ago
checkTraceCallSequence.ml
Refactor Sil.binop into separate Binop module
9 years ago
checkTraceCallSequence.mli
Remove -open(Utils) compile flag hack
9 years ago
checkers.ml
Refactor Sil.const into separate Const module
9 years ago
checkers.mli
Add sample checker to detect reads and writes to globals
9 years ago
codeQuery.ml
Refactor Sil.call_flags into separate CallFlags module
9 years ago
codeQuery.mli
Reimplement command line options
9 years ago
codeQueryAst.ml
Remove -open(Utils) compile flag hack
9 years ago
codequeryLexer.mll
Fix indentation of multiline copyright comment
9 years ago
codequeryParser.mly
Fix indentation of multiline copyright comment
9 years ago
constantPropagation.ml
Refactor Sil.const into separate Const module
9 years ago
constantPropagation.mli
Refactor Sil.const into separate Const module
9 years ago
copyPropagation.ml
copy propagation step 1: propagate copies in the CFG
9 years ago
dataflow.ml
Refactor Sil.const into separate Const module
9 years ago
dataflow.mli
Remove -open(Utils) compile flag hack
9 years ago
fragmentRetainsViewChecker.ml
Refactor Sil.typ into separate Typ module
9 years ago
idenv.ml
unifying checking of temporary variables
9 years ago
idenv.mli
Remove -open(Utils) compile flag hack
9 years ago
immutableChecker.ml
Remove -open(Utils) compile flag hack
9 years ago
immutableChecker.mli
Remove -open(Utils) compile flag hack
9 years ago
liveness.ml
redesigning abstract interpreter to allow easy composition of analyses
9 years ago
patternMatch.ml
Refactor Sil.const into separate Const module
9 years ago
patternMatch.mli
Refactor Sil.const into separate Const module
9 years ago
printfArgs.ml
Refactor Sil.const into separate Const module
9 years ago
printfArgs.mli
Remove -open(Utils) compile flag hack
9 years ago
procCfg.ml
eliminating dead stores created by copy-propagation
9 years ago
procCfg.mli
eliminating dead stores created by copy-propagation
9 years ago
procData.ml
allowing extra data to be packaged along with procCfg
9 years ago
procData.mli
allowing extra data to be packaged along with procCfg
9 years ago
registerCheckers.ml
Add sample checker to detect reads and writes to globals
9 years ago
registerCheckers.mli
disable dead code checker on clang
9 years ago
repeatedCallsChecker.ml
Refactor Sil.call_flags into separate CallFlags module
9 years ago
repeatedCallsChecker.mli
Remove -open(Utils) compile flag hack
9 years ago
scheduler.ml
redesigning abstract interpreter to allow easy composition of analyses
9 years ago
sqlChecker.ml
Refactor Sil.const into separate Const module
9 years ago
sqlChecker.mli
Remove -open(Utils) compile flag hack
9 years ago
summary.ml
Remove -open(Utils) compile flag hack
9 years ago
transferFunctions.ml
redesigning abstract interpreter to allow easy composition of analyses
9 years ago
transferFunctions.mli
redesigning abstract interpreter to allow easy composition of analyses
9 years ago
var.ml
copy propagation step 1: propagate copies in the CFG
9 years ago
var.mli
copy propagation step 1: propagate copies in the CFG
9 years ago