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.
Cristiano Calcagno d1f8894a9a
[debug][html] Distinguish debug html files for same node in different procedures
8 years ago
..
.project initial synchronization 10 years ago
Attribute.ml Pass tenv to everywhere that matches on Tstruct 8 years ago
Attribute.mli [IR] Refactor annotation types into separate module 8 years ago
BuiltinDefn.ml [backend] Split construction of builtin pnames and builtin registration 8 years ago
BuiltinDefn.mli [backend] Split construction of builtin pnames and builtin registration 8 years ago
InferAnalyze.re [backend] Split construction of builtin pnames and builtin registration 8 years ago
InferAnalyze.rei [reason] reformat with new version of reason 8 years ago
InferPrint.re [RFC] Remove CSV and JSON munging python code 8 years ago
PerfStats.ml Stats aggregator for frontend/backend/reporting 9 years ago
PerfStats.mli Stats aggregator for frontend/backend/reporting 9 years ago
PropUtil.re [reason] reformat with new version of reason 8 years ago
PropUtil.rei [reason] reformat with new version of reason 8 years ago
README.md Convert Inferprint and Inferanalyze to Reason 8 years ago
abs.ml [backend] move expression pretty-printing into exp module 8 years ago
abs.mli Remove -open(Utils) compile flag hack 9 years ago
absarray.ml [IR] Refactor Typ.struct_typ into separate module 8 years ago
absarray.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
buckets.ml [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
buckets.mli Refactor Sil.dexp into separate DecompExp module 9 years ago
builtin.ml [backend] Split construction of builtin pnames and builtin registration 8 years ago
builtin.mli [backend] Split construction of builtin pnames and builtin registration 8 years ago
callbacks.ml [infer][java] Store the procedure descriptions in the summary to run the analyis with lazy dynamic dispatch across modules 8 years ago
callbacks.mli [backend] Remove AttributesTable.get_tenv 8 years ago
cluster.ml Remove -open(Utils) compile flag hack 9 years ago
cluster.mli Remove -open(Utils) compile flag hack 9 years ago
clusterMakefile.ml Reimplement command line options 9 years ago
crashcontext.ml [checkers] print checkers summary in InferPrint 8 years ago
crashcontext.mli [checkers] print checkers summary in InferPrint 8 years ago
dom.ml [backend] Keep common constraints in pure join 8 years ago
dom.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
dotty.ml [IR] Change cfg representation so the node number is per-procedure and not per-cfg 8 years ago
dotty.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
errdesc.ml [backend] move expression pretty-printing into exp module 8 years ago
errdesc.mli [refactor] Remove unused prop reporting, and refactor 8 years ago
exe_env.ml [backend] Perf fix: only load tenv and cfg files once per each file, instead of once per procedure. 8 years ago
exe_env.mli Convert infer c++ tests to new format 8 years ago
infer.ml [python] Remove args that were not used in python code 8 years ago
infer.mli Add OCaml toplevel driver executable 9 years ago
inferconfig.ml [backend] Split construction of builtin pnames and builtin registration 8 years ago
inferconfig.mli Move analyzer type and ops from Utils to Config 9 years ago
interproc.ml [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
interproc.mli Remove -open(Utils) compile flag hack 9 years ago
joinState.ml Remove -open(Utils) compile flag hack 9 years ago
joinState.mli Remove -open(Utils) compile flag hack 9 years ago
jsonbug.atd [logging] Add visibility to the report json, so that we can filter the developer bugs in the tv links page 8 years ago
match.ml [backend] move expression pretty-printing into exp module 8 years ago
match.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
mergeCapture.ml [Merge] Use multilink files to speed up merge with buck projects. 8 years ago
ondemand.ml [config] Dynamic dispatch methods are mutually exclusive 8 years ago
ondemand.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
paths.ml [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
paths.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
preanal.ml [config] Dynamic dispatch methods are mutually exclusive 8 years ago
preanal.mli [preanalysis] add option for sound dynamic dipatch handling 8 years ago
printer.ml [debug][html] Distinguish debug html files for same node in different procedures 8 years ago
printer.mli [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
prop.ml [backend] move expression pretty-printing into exp module 8 years ago
prop.mli [refactor] Remove unused prop reporting, and refactor 8 years ago
propgraph.ml Clean up API to access components of propositions. 8 years ago
propgraph.mli Generalize predicates from unary to nary 8 years ago
propset.ml Pass tenv to everywhere that matches on Tstruct 8 years ago
propset.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
prover.ml [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
prover.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
rearrange.ml skipping ReadWrite Locks 8 years ago
rearrange.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
reporting.ml [refactor] Remove unused prop reporting, and refactor 8 years ago
reporting.mli [refactor] Remove unused prop reporting, and refactor 8 years ago
specs.ml [checkers] print checkers summary in InferPrint 8 years ago
specs.mli [infer][java] Store the procedure descriptions in the summary to run the analyis with lazy dynamic dispatch across modules 8 years ago
state.ml [refactor] Remove unused prop reporting, and refactor 8 years ago
state.mli [refactor] Remove unused prop reporting, and refactor 8 years ago
symExec.ml [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
symExec.mli [IR] Remove use of Cfg.Node.get_proc_desc 8 years ago
tabulation.ml [backend] move expression pretty-printing into exp module 8 years ago
tabulation.mli [IR] Simplify to single return id, with type 8 years ago
taint.ml [IR] Do not use JBasics.java_lang_object in IR/backend 8 years ago
taint.mli [IR] Refactor Typ.struct_typ into separate module 8 years ago
timeout.ml Enable warning: Unexpected documentation comment 8 years ago
timeout.mli Refactor Utils.SymOp into separate module 9 years ago

README.md

Back End

The back end is responsible for the analysis of a project starting from an intermediate representation stored in the results directory, typically infer-out.

The main entry point is module InferAnalyze which produces the back-end executable InferAnalyze.

Module InferPrint produces the executable InferPrint, which is used to export analysis results.