| .. |
|
borrowed_annotation.cpp
|
chore(library/module): std::shared_ptr<modification> ==> modification*
|
2019-05-13 15:05:21 -07:00 |
|
borrowed_annotation.h
|
feat(library/compiler): add borrowed annotation inference skeleton
|
2019-02-22 11:14:38 -08:00 |
|
closed_term_cache.cpp
|
chore(*): get_obj_arg => to_obj_arg
|
2019-05-16 14:42:02 -07:00 |
|
closed_term_cache.h
|
feat(library/compiler/closed_term_cache): remove C++ implementation and use Lean one
|
2019-05-15 15:33:46 -07:00 |
|
CMakeLists.txt
|
fix(library/init/lean/environment, library/compiler): compilation error and add [implementedBy] attribute
|
2019-05-10 07:22:56 -07:00 |
|
compiler.cpp
|
feat(library/init/lean/compiler/ir): explicit RC
|
2019-05-19 16:46:51 -07:00 |
|
compiler.h
|
feat(library/compiler): do not generate code for decls that have irrelevant types
|
2019-03-07 12:48:16 -08:00 |
|
cse.cpp
|
fix(library/compiler/cse): make sure cse produces correct result in LLNF expressions
|
2019-01-30 13:52:43 -08:00 |
|
cse.h
|
fix(library/compiler/cse): must take a flag indicating whether we are applying optimization after/before erasure
|
2018-11-07 16:38:24 -08:00 |
|
csimp.cpp
|
fix(library/compiler/csimp): do not inline constants with [init] attribute
|
2019-05-11 17:51:46 -07:00 |
|
csimp.h
|
feat(library/compiler/csimp): float all cases
|
2018-10-25 15:41:11 -07:00 |
|
eager_lambda_lifting.cpp
|
chore(library/module): module::add for declarations is not needed anymore
|
2019-05-14 11:23:35 -07:00 |
|
eager_lambda_lifting.h
|
feat(library/compiler): add eager_lambda_lifting skeleton
|
2019-04-17 14:18:47 -07:00 |
|
elim_dead_let.cpp
|
feat(library/compiler,runtime): builtin support for lean.name
|
2019-02-05 12:57:46 -08:00 |
|
elim_dead_let.h
|
feat(library/compiler): new dead let removal
|
2018-09-14 08:41:55 -07:00 |
|
emit_cpp.cpp
|
feat(library/init/io): add IO.initializing
|
2019-05-10 11:26:49 -07:00 |
|
emit_cpp.h
|
feat(library/compiler): emit external declarations
|
2019-02-12 15:42:59 -08:00 |
|
erase_irrelevant.cpp
|
chore(library): toBool ==> decide
|
2019-05-06 14:02:15 -07:00 |
|
erase_irrelevant.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
export_attribute.cpp
|
refactor(library/attribute_manager): parse attribute data from pexpr instead of abstract_parser
|
2019-02-15 12:13:45 -08:00 |
|
export_attribute.h
|
refactor(library/compiler): export_name ==> export_attribute
|
2019-02-09 17:59:46 -08:00 |
|
extern_attribute.cpp
|
feat(library/compiler): register extern constants into the new IR
|
2019-05-17 17:12:51 -07:00 |
|
extern_attribute.h
|
feat(library/compiler): register extern constants into the new IR
|
2019-05-17 17:12:51 -07:00 |
|
extract_closed.cpp
|
fix(library/compiler/extract_closed): do not inline closed constants that have been extracted
|
2019-04-11 14:12:13 -07:00 |
|
extract_closed.h
|
fix(library/compiler/extract_closed): do not inline closed constants that have been extracted
|
2019-04-11 14:12:13 -07:00 |
|
find_jp.cpp
|
feat(library/compiler/find_jp): locate (and preserve) join points created by user
|
2019-05-02 17:20:19 -07:00 |
|
find_jp.h
|
feat(library/compiler/find_jp): locate (and preserve) join points created by user
|
2019-05-02 17:20:19 -07:00 |
|
implemented_by_attribute.cpp
|
fix(library/init/lean/environment, library/compiler): compilation error and add [implementedBy] attribute
|
2019-05-10 07:22:56 -07:00 |
|
implemented_by_attribute.h
|
fix(library/init/lean/environment, library/compiler): compilation error and add [implementedBy] attribute
|
2019-05-10 07:22:56 -07:00 |
|
init_attribute.cpp
|
feat(library/compiler): special support for initialization functions of the form def initFn : IO Unit
|
2019-03-23 08:46:38 -07:00 |
|
init_attribute.h
|
feat(library/compiler): special support for initialization functions of the form def initFn : IO Unit
|
2019-03-23 08:46:38 -07:00 |
|
init_module.cpp
|
feat(library/compiler/closed_term_cache): remove C++ implementation and use Lean one
|
2019-05-15 15:33:46 -07:00 |
|
init_module.h
|
refactor(src): move compiler folder to library
|
2016-05-09 13:28:00 -07:00 |
|
ir.cpp
|
feat(shel/lean): add temporary option for testing new IR compiler code emitter
|
2019-05-20 10:19:09 -07:00 |
|
ir.h
|
feat(shel/lean): add temporary option for testing new IR compiler code emitter
|
2019-05-20 10:19:09 -07:00 |
|
lambda_lifting.cpp
|
feat(library/compiler/lambda_lifting): add function detecting lambda_lifting aux declarations
|
2019-04-06 07:42:45 -07:00 |
|
lambda_lifting.h
|
feat(library/compiler/lambda_lifting): add function detecting lambda_lifting aux declarations
|
2019-04-06 07:42:45 -07:00 |
|
lcnf.cpp
|
fix(library/init/lean/environment, library/compiler): compilation error and add [implementedBy] attribute
|
2019-05-10 07:22:56 -07:00 |
|
lcnf.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
ll_infer_type.cpp
|
feat(library/compiler/ll_infer_type): _unreachable
|
2019-03-09 07:49:51 -08:00 |
|
ll_infer_type.h
|
fix(library/compiler): inferred types for stage2 declarations
|
2019-03-06 17:24:43 -08:00 |
|
llnf.cpp
|
chore(library/compiler): remove support for fully boxed
|
2019-05-16 15:48:33 -07:00 |
|
llnf.h
|
chore(library/compiler): remove support for fully boxed
|
2019-05-16 15:48:33 -07:00 |
|
llnf_code.cpp
|
chore(library/module): module::add for declarations is not needed anymore
|
2019-05-14 11:23:35 -07:00 |
|
llnf_code.h
|
refactor(library/compiler): move extension for storing LLNF code
|
2019-02-09 17:59:46 -08:00 |
|
name_mangling.cpp
|
fix(library/compiler/name_mangling): bug
|
2019-03-28 08:23:38 -07:00 |
|
name_mangling.h
|
chore(src/*): fix style
|
2019-02-07 15:41:12 +01:00 |
|
procedure.h
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
reduce_arity.cpp
|
fix(library/compiler/reduce_arity): bug at arity_was_reduced
|
2019-04-11 14:12:13 -07:00 |
|
reduce_arity.h
|
feat(library/compiler): preserve the arity of entry points
|
2019-02-06 12:58:18 -08:00 |
|
simp_app_args.cpp
|
feat(library/compiler): connect new const_folding module implemented in Lean with csimp
|
2019-02-15 14:37:48 -08:00 |
|
simp_app_args.h
|
feat(library/compiler): make sure application arguments are free variables or neutral terms in LLNF
|
2018-11-07 17:25:20 -08:00 |
|
specialize.cpp
|
chore(library/module): module::add for declarations is not needed anymore
|
2019-05-14 11:23:35 -07:00 |
|
specialize.h
|
feat(library/compiler/specialize): code specialization
|
2018-10-16 15:50:42 -07:00 |
|
struct_cases_on.cpp
|
fix(library/compiler/struct_cases_on): bug and missing case
|
2019-05-03 20:03:03 -07:00 |
|
struct_cases_on.h
|
feat(library/compiler): destructive updates for {x with ...} expressions
|
2019-04-22 13:35:11 -07:00 |
|
util.cpp
|
chore(library/module): module::add for declarations is not needed anymore
|
2019-05-14 11:23:35 -07:00 |
|
util.h
|
feat(library/compiler): destructive updates for {x with ...} expressions
|
2019-04-22 13:35:11 -07:00 |