| .. |
|
borrowed_annotation.cpp
|
chore(library/compiler/borrowed_annotation): remove old borrow inference code
|
2019-05-27 21:28:22 -07:00 |
|
borrowed_annotation.h
|
chore(library/compiler/borrowed_annotation): remove old borrow inference code
|
2019-05-27 21:28:22 -07:00 |
|
closed_term_cache.cpp
|
chore(library/init/lean/compiler): export as C functions
|
2019-08-17 06:58:36 -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
|
feat(library/compiler/ir_interpreter): implement IR interpreter
|
2019-09-12 18:22:02 +02:00 |
|
compiler.cpp
|
feat: add elimDeadBranches
|
2019-10-07 13:59:00 -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
|
feat(library/compiler): replace @[effectful] with @[neverExtract]
|
2019-10-01 14:06:08 -07:00 |
|
cse.h
|
|
|
|
csimp.cpp
|
fix: remove incorrect assertion
|
2020-02-13 18:26:12 -08:00 |
|
csimp.h
|
|
|
|
eager_lambda_lifting.cpp
|
chore(library/init/lean/compiler): export as C functions
|
2019-08-17 06:58:36 -07:00 |
|
eager_lambda_lifting.h
|
feat(library/compiler): use eta expansion at eager_lambda_lifting
|
2019-07-09 16:34:20 -07:00 |
|
elim_dead_let.cpp
|
refactor: remove Expr.FVar hack
|
2019-11-15 14:04:26 -08:00 |
|
elim_dead_let.h
|
|
|
|
erase_irrelevant.cpp
|
refactor: remove Expr.FVar hack
|
2019-11-15 14:04:26 -08:00 |
|
erase_irrelevant.h
|
|
|
|
export_attribute.cpp
|
chore(library/init/lean/compiler): export as C functions
|
2019-08-17 06:58:36 -07:00 |
|
export_attribute.h
|
feat(library/init/lean/compiler): [export] attribute in Lean
|
2019-06-24 15:48:12 -07:00 |
|
extern_attribute.cpp
|
feat: improve arity guesser for IO extern primitives
|
2019-10-23 17:29:41 -07:00 |
|
extern_attribute.h
|
chore(library/compiler): remove dead code
|
2019-06-26 11:08:23 -07:00 |
|
extract_closed.cpp
|
fix: do not extract closed terms from join point applications
|
2020-02-15 15:43:24 -08: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
|
chore(library/init/lean): export as C functions
|
2019-08-16 20:52:10 -07:00 |
|
implemented_by_attribute.h
|
feat(library/init/lean/compiler): register [implementedBy] attribute using new attribute manager
|
2019-06-26 15:55:51 -07:00 |
|
init_attribute.cpp
|
chore(library/init/lean/compiler): export as C functions
|
2019-08-17 06:58:36 -07:00 |
|
init_attribute.h
|
feat(library/compiler/init_attribute): switch to @[init] attribute in Lean
|
2019-06-18 16:03:52 -07:00 |
|
init_module.cpp
|
feat(library/compiler/ir_interpreter): implement IR interpreter
|
2019-09-12 18:22:02 +02:00 |
|
init_module.h
|
|
|
|
ir.cpp
|
feat: expose getCtorLayout
|
2019-10-11 14:34:30 -07:00 |
|
ir.h
|
chore: update stage0
|
2019-10-11 10:57:51 -07:00 |
|
ir_interpreter.cpp
|
fix: interpreter: do not consume values in explicit unbox instructions
|
2020-02-06 09:36:19 -08:00 |
|
ir_interpreter.h
|
fix: interpreter::call_boxed: support over-application
|
2019-12-05 13:21:08 +01: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
|
feat: missing support for Empty.rec
|
2020-01-03 18:23:52 -08:00 |
|
lcnf.h
|
|
|
|
ll_infer_type.cpp
|
refactor: remove Expr.FVar hack
|
2019-11-15 14:04:26 -08:00 |
|
ll_infer_type.h
|
fix(library/compiler): inferred types for stage2 declarations
|
2019-03-06 17:24:43 -08:00 |
|
llnf.cpp
|
fix(library/compiler/llnf): sort scalar fields by size to avoid UB
|
2019-07-28 09:53:53 -07:00 |
|
llnf.h
|
fix(library/compiler/llnf): sort scalar fields by size to avoid UB
|
2019-07-28 09:53:53 -07:00 |
|
reduce_arity.cpp
|
chore(library/compiler/reduce_arity): fix typo
|
2019-06-19 09:53:00 -07:00 |
|
reduce_arity.h
|
|
|
|
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
|
|
|
|
specialize.cpp
|
refactor: remove Expr.FVar hack
|
2019-11-15 14:04:26 -08:00 |
|
specialize.h
|
|
|
|
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
|
feat: MutQuot by implementedBy
|
2020-02-04 16:51:08 -08:00 |
|
util.h
|
feat(library/compiler): replace @[effectful] with @[neverExtract]
|
2019-10-01 14:06:08 -07:00 |