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.
Ryan Rhee c2a8dae26f
[componentkit] Multiple factory methods
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
InferAnalyze.re [reason] reformat with new version of reason 8 years ago
InferAnalyze.rei [reason] reformat with new version of reason 8 years ago
InferPrint.re [componentkit] Multiple factory methods 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 [refactor] Remove unused prop reporting, and refactor 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 Clean up special handling of smart pointers in backend 8 years ago
buckets.mli Refactor Sil.dexp into separate DecompExp module 9 years ago
builtin.ml [IR] Simplify to single return id, with type 8 years ago
builtin.mli [IR] Simplify to single return id, with type 8 years ago
callbacks.ml [backend] Remove AttributesTable.get_tenv 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 [clang] do not depend on Config.clang_lang and Config.source_file 8 years ago
crashcontext.mli Add top of file documentation for crashcontext.mli 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 [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 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 [refactor] Remove unused prop reporting, and refactor 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 Move analyzer type and ops from Utils to Config 9 years ago
inferconfig.mli Move analyzer type and ops from Utils to Config 9 years ago
interproc.ml [config] Combine analyze_models into models_mode 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 Pass tenv to everywhere that matches on Tstruct 8 years ago
match.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
mergeCapture.ml Enable warning: Unexpected documentation comment 8 years ago
modelBuiltins.ml [models] Use return type for ObjC models 8 years ago
modelBuiltins.mli Enable warning: Unexpected documentation comment 8 years ago
ondemand.ml [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 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 Pass tenv to everywhere that matches on Tstruct 8 years ago
paths.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
preanal.ml [preanalysis] add option for sound dynamic dipatch handling 8 years ago
preanal.mli [preanalysis] add option for sound dynamic dipatch handling 8 years ago
printer.ml [refactor] Remove unused prop reporting, and refactor 8 years ago
printer.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
prop.ml [refactor] Remove unused prop reporting, and refactor 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] Do not use JBasics.java_lang_object in IR/backend 8 years ago
prover.mli Pass tenv to everywhere that matches on Tstruct 8 years ago
rearrange.ml don't warn on GuardedBy self reference 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 [siof] check origin of globals and complain if potential siof 8 years ago
specs.mli [siof] check origin of globals and complain if potential siof 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 [backend] Clean up the forward tabulation algorithm for the intraprocedural analysis. 8 years ago
symExec.mli [IR] Refactor annotation types into separate module 8 years ago
tabulation.ml [refactor] Remove unused prop reporting, and refactor 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.