| .. |
|
borrowed_annotation.cpp
|
chore: remove dead code
|
2020-10-28 09:33:19 -07:00 |
|
borrowed_annotation.h
|
feat: elaborated borrowed annotations
|
2020-10-16 15:17:58 -07:00 |
|
closed_term_cache.cpp
|
chore: remove legacy support for modification objects
|
2020-10-26 08:10:51 -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
|
fix: main return value on 32-bit
|
2021-08-03 11:00:10 -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: mark Lean objects in C++ globals reachable from the new frontend as persistent
|
2020-10-11 17:43:28 +02: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: fixes #616
|
2021-08-07 07:29:54 -07:00 |
|
csimp.h
|
feat(library/compiler/csimp): float all cases
|
2018-10-25 15:41:11 -07:00 |
|
eager_lambda_lifting.cpp
|
fix: fixes #448
|
2021-05-10 20:07:28 -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
|
chore: remove Expr.localE constructor
|
2020-11-01 09:37:48 -08:00 |
|
elim_dead_let.h
|
feat(library/compiler): new dead let removal
|
2018-09-14 08:41:55 -07:00 |
|
erase_irrelevant.cpp
|
fix: elim_array_cases
|
2021-01-04 16:10:49 -08:00 |
|
erase_irrelevant.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
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 extern arity calculation
|
2020-08-31 16:29:27 -07:00 |
|
extern_attribute.h
|
chore(library/compiler): remove dead code
|
2019-06-26 11:08:23 -07:00 |
|
extract_closed.cpp
|
chore: remove Expr.localE constructor
|
2020-11-01 09:37:48 -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
|
fix: bug at ir.cpp
|
2020-04-03 17:39:28 -07:00 |
|
ir.h
|
chore: update stage0
|
2019-10-11 10:57:51 -07:00 |
|
ir_interpreter.cpp
|
chore: collect stdlib compilation flags in new header
|
2021-08-12 07:51:50 -07:00 |
|
ir_interpreter.h
|
feat: add interpreter.prefer_native option
|
2020-10-21 11:21:56 +02:00 |
|
lambda_lifting.cpp
|
chore: fix includes
|
2020-05-22 14:17:25 -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
|
chore: remove Expr.localE constructor
|
2020-11-01 09:37:48 -08:00 |
|
lcnf.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
ll_infer_type.cpp
|
chore: improve error message when compiling code containing axioms or noncomputable definitions
|
2021-05-31 20:27:15 -07:00 |
|
ll_infer_type.h
|
fix(library/compiler): inferred types for stage2 declarations
|
2019-03-06 17:24:43 -08:00 |
|
llnf.cpp
|
fix: fixes #280
|
2021-01-19 18:01:52 -08:00 |
|
llnf.h
|
feat: add support for Float in the compiler
|
2020-04-03 16:39:29 -07:00 |
|
reduce_arity.cpp
|
chore(library/compiler/reduce_arity): fix typo
|
2019-06-19 09:53:00 -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
|
perf: add temporary hack for performance issue
|
2020-10-15 13:37:29 -07: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: remove obsolete serializer code
|
2021-07-22 18:59:39 +02:00 |
|
specialize.h
|
feat(library/compiler/specialize): code specialization
|
2018-10-16 15:50:42 -07:00 |
|
struct_cases_on.cpp
|
chore: fix includes
|
2020-05-22 14:17:25 -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
|
fix: unbox trivial unparameterized structures as well
|
2021-07-06 08:19:56 -07:00 |
|
util.h
|
chore: use new pretty printer at specialize trace messages
|
2020-12-20 16:44:55 -08:00 |