lean4-htt/src/library/compiler
2017-01-04 16:30:22 -08:00
..
CMakeLists.txt feat(library/compiler): create declarations for nested values 2016-12-12 10:37:58 -08:00
comp_irrelevant.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
comp_irrelevant.h
compiler_step_visitor.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
compiler_step_visitor.h feat(library/type_context): improved (and simplified) cache management for type_context 2016-08-23 17:56:58 -07:00
cse.cpp feat(library/compiler/cse): ignore 0-ary macros during common subexpression elimination 2016-12-12 07:40:46 -08:00
cse.h perf(library/compiler): add common subexpression elimination 2016-12-11 14:43:51 -08:00
elim_recursors.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
elim_recursors.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
elim_unused_lets.cpp chore(library/compiler/elim_unused_lets): style 2016-12-12 08:32:42 -08:00
elim_unused_lets.h feat(library/compiler): eliminate unused let declarations 2016-12-12 08:23:37 -08:00
erase_irrelevant.cpp fix(library/compiler/erase_irrelevant): make sure io monad actions are not erased by dead code elimination optimization 2017-01-02 01:42:36 -08:00
erase_irrelevant.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
eta_expansion.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
eta_expansion.h
extract_values.cpp feat(library/compiler): create declarations for nested values 2016-12-12 10:37:58 -08:00
extract_values.h feat(library/compiler): create declarations for nested values 2016-12-12 10:37:58 -08:00
init_module.cpp feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
init_module.h
inliner.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
inliner.h
lambda_lifting.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
lambda_lifting.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
nat_value.cpp feat(library/equations_compiler): int constants 2016-12-25 10:00:18 -08:00
nat_value.h feat(library/compiler/erase_irrelevant): add support for IO monad.bind 2016-05-24 18:14:39 -07:00
preprocess.cpp feat(library/compiler): create declarations for nested values 2016-12-12 10:37:58 -08:00
preprocess.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
procedure.h fix(library/compiler): missing file 2016-11-10 09:34:32 -08:00
rec_fn_macro.cpp fix(frontends/lean/elaborator): postprocess rec_fn_macros used in meta_definitions 2016-09-18 13:01:50 -07:00
rec_fn_macro.h fix(frontends/lean/elaborator): postprocess rec_fn_macros used in meta_definitions 2016-09-18 13:01:50 -07:00
reduce_arity.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
reduce_arity.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_inductive.cpp perf(library/compiler): add common subexpression elimination 2016-12-11 14:43:51 -08:00
simp_inductive.h perf(library/compiler): add common subexpression elimination 2016-12-11 14:43:51 -08:00
simp_pr1_rec.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
simp_pr1_rec.h refactor(library): rename pr1/pr2 ==> fst/snd 2016-09-21 09:48:39 -07:00
util.cpp chore(kernel): remove support for mutually inductive datatypes from the kernel 2016-09-10 17:39:17 -07:00
util.h feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
vm_compiler.cpp fix(compiler/vm_compiler): only compile computable non-builtin definitions 2017-01-04 16:30:22 -08:00
vm_compiler.h chore(library/compiler/vm_compiler): hide API 2016-11-05 14:11:21 -07:00