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.
Daiva Naudziuniene
dfb7c15303
|
8 years ago | |
---|---|---|
.. | ||
AttributesTable.re | 9 years ago | |
AttributesTable.rei | 9 years ago | |
Binop.re | 8 years ago | |
Binop.rei | 8 years ago | |
CallFlags.re | 8 years ago | |
CallFlags.rei | 8 years ago | |
Cfg.re | 8 years ago | |
Cfg.rei | 9 years ago | |
Cg.re | 9 years ago | |
Cg.rei | 9 years ago | |
Const.re | 8 years ago | |
Const.rei | 8 years ago | |
Csu.re | 9 years ago | |
Csu.rei | 9 years ago | |
DecompiledExp.re | 8 years ago | |
DecompiledExp.rei | 8 years ago | |
Ident.re | 8 years ago | |
Ident.rei | 9 years ago | |
IntLit.re | 9 years ago | |
IntLit.rei | 9 years ago | |
Location.re | 9 years ago | |
Location.rei | 9 years ago | |
Mangled.re | 9 years ago | |
Mangled.rei | 9 years ago | |
ProcAttributes.re | 9 years ago | |
ProcAttributes.rei | 9 years ago | |
Procname.re | 8 years ago | |
Procname.rei | 8 years ago | |
Pvar.re | 8 years ago | |
Pvar.rei | 8 years ago | |
README.md | 9 years ago | |
Sil.re | 8 years ago | |
Sil.rei | 8 years ago | |
Subtype.re | 8 years ago | |
Subtype.rei | 8 years ago | |
Tenv.re | 9 years ago | |
Tenv.rei | 9 years ago | |
Typ.re | 9 years ago | |
Typ.rei | 9 years ago | |
Typename.re | 9 years ago | |
Typename.rei | 9 years ago | |
Unop.re | 8 years ago | |
Unop.rei | 8 years ago |
README.md
Intermediate Representation
The Intermediate Representation is a format used by the back-end for analysis. It is produced by one of the front-ends, one for each program analyzed.
The main entry point is the intermediate language in Sil.
The control flow graph module is Cfg.
The call graph module is Cg.
The type environment module is Tenv.