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.
Jules Villard d9f83094b5
[clang] do not depend on Config.clang_lang and Config.source_file
8 years ago
..
.project initial synchronization 10 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
TODO initial synchronization 10 years ago
doc.odocl initial synchronization 10 years ago
jAnnotation.ml [IR] Refactor annotation types into separate module 8 years ago
jAnnotation.mli [IR] Refactor annotation types into separate module 8 years ago
jClasspath.ml Reimplement command line options 9 years ago
jClasspath.mli Reimplement command line options 9 years ago
jConfig.ml [IR] Do not use JBasics.java_lang_object in IR/backend 8 years ago
jContext.ml [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
jContext.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
jFrontend.ml [IR] kill Cfg.set_procname_priority 8 years ago
jFrontend.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
jMain.ml [clang] do not depend on Config.clang_lang and Config.source_file 8 years ago
jTrans.ml [IR] Simplify to single return id, with type 8 years ago
jTrans.mli [backend] Remove the global reference DB.current_source and clean up the flow of information about the current source file. 8 years ago
jTransExn.ml [IR] Simplify to single return id, with type 8 years ago
jTransExn.mli Remove -open(Utils) compile flag hack 9 years ago
jTransStaticField.ml [IR] Simplify to single return id, with type 8 years ago
jTransStaticField.mli Refactor Sil.exp to Exp.t 8 years ago
jTransType.ml [IR] Refactor Typ.struct_typ into separate module 8 years ago
jTransType.mli [IR] Refactor Typ.struct_typ into separate module 8 years ago
jUtils.ml Reimplement command line options 9 years ago
jUtils.mli Remove -open(Utils) compile flag hack 9 years ago

README.md

Java Front-End

This is the front-end for java compilers.

The main entry point is JMain.