You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Blackshear 9df3b8f653
eliminating dead stores created by copy-propagation
9 years ago
..
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 add abstraction of access path, use in access path set domain 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
addressTaken.ml Refactor Sil.typ into separate Typ module 9 years ago
annotationReachability.ml Refactor Sil.typ into separate Typ 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.Int into separate IntLit module 9 years ago
checkTraceCallSequence.mli Remove -open(Utils) compile flag hack 9 years ago
checkers.ml don't warn if procedure is marked VisibleForTesting 9 years ago
checkers.mli Add sample checker to detect reads and writes to globals 9 years ago
codeQuery.ml Reimplement command line options 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 opacify the type of node ids 9 years ago
constantPropagation.mli Remove -open(Utils) compile flag hack 9 years ago
copyPropagation.ml copy propagation step 1: propagate copies in the CFG 9 years ago
dataflow.ml Remove -open(Utils) compile flag hack 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.typ into separate Typ module 9 years ago
patternMatch.mli Refactor Sil.typ into separate Typ module 9 years ago
printfArgs.ml Refactor Sil.typ into separate Typ 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 unifying checking of temporary variables 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 Remove -open(Utils) compile flag hack 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

README.md

Checkers

Checkers is an infrastructure to facitilate writing lightweight checks starting from the Intermediate Representation IR of a project.

Module Checkers contains a number of sample checkers.

Individual checkers can be activated using module RegisterCheckers.