..
CMakeLists.txt
feat(library/compiler): create declarations for nested values
2016-12-12 10:37:58 -08:00
comp_irrelevant.cpp
fix(library/compiler/comp_irrelevant): fix #1302
2017-01-11 11:10:17 -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
fix(library/compiler/cse): common subexpressions inside common subexpressions were not being eliminated
2017-01-09 11:11:55 -08:00
cse.h
perf(library/compiler): add common subexpression elimination
2016-12-11 14:43:51 -08:00
elim_recursors.cpp
fix(library/compiler/elim_recursors): it was assuming that recursive arguments occur after non recursive ones
2017-01-16 22:59:17 -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
perf(library/compiler/eta_expansion): conservative eta_expansion
2017-01-12 11:18:16 -08:00
eta_expansion.h
perf(library/compiler/eta_expansion): conservative eta_expansion
2017-01-12 11:18:16 -08:00
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
fix(library/compiler/inliner): applications of definitions marked as [inline] are inlined even if they are not fully applied
2017-01-17 16:33:19 -08:00
inliner.h
lambda_lifting.cpp
fix(library/compiler): prevent let-expressions from being expanded
2017-01-12 11:18:16 -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
fix(library/compiler/inliner): applications of definitions marked as [inline] are inlined even if they are not fully applied
2017-01-17 16:33:19 -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(frontends/lean): (Type u) can't be a proposition
2017-01-30 11:54:00 -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
vm_compiler.cpp
fix(library/compiler/vm_compiler): bytecode generation error
2017-01-12 11:18:16 -08:00
vm_compiler.h
chore(library/compiler/vm_compiler): hide API
2016-11-05 14:11:21 -07:00