lean4-htt/src/library/compiler
2018-10-22 15:49:07 -07:00
..
CMakeLists.txt feat(library/compiler): add extract_closed skeleton 2018-10-19 16:14:59 -07:00
compiler.cpp feat(library/compiler/compiler): inline "small" stage2 declarations at csimp after erasure 2018-10-22 15:49:07 -07:00
compiler.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
cse.cpp fix(library/compiler): join point arity confusion 2018-10-20 18:18:41 -07:00
cse.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
csimp.cpp feat(library/compiler/compiler): inline "small" stage2 declarations at csimp after erasure 2018-10-22 15:49:07 -07:00
csimp.h feat(library/compiler/csimp): allow csimp to be used after erasure 2018-10-19 12:02:29 -07:00
elim_dead_let.cpp feat(library/compiler): add cse to new compiler stack 2018-09-14 17:48:18 -07:00
elim_dead_let.h feat(library/compiler): new dead let removal 2018-09-14 08:41:55 -07:00
emit_bytecode.cpp chore(library): remove noncomputable module 2018-10-22 09:39:03 -07:00
emit_bytecode.h feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
erase_irrelevant.cpp fix(library/compiler/erase_irrelevant): preserve builtin runtime types 2018-10-22 13:58:08 -07:00
erase_irrelevant.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
extract_closed.cpp feat(library/compiler/extract_closed): extract_closed is working 2018-10-19 18:32:49 -07:00
extract_closed.h feat(library/compiler): add extract_closed skeleton 2018-10-19 16:14:59 -07:00
init_module.cpp feat(library/compiler): add extract_closed skeleton 2018-10-19 16:14:59 -07:00
init_module.h
lambda_lifting.cpp feat(library/compiler): simplify again after lambda lifting 2018-10-19 15:17:07 -07:00
lambda_lifting.h feat(library/compiler/lambda_lifting): new lambda lifting 2018-10-08 15:04:59 -07:00
lcnf.cpp fix(library/compiler/lcnf): avoid unnecessary let-decl 2018-10-10 17:33:57 -07:00
lcnf.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
procedure.h chore(library/compiler): simplify procedure class 2018-10-05 17:30:27 -07:00
simp_inductive.cpp feat(library/compiler): port simp_inductive to the new compiler stack 2018-10-08 16:58:43 -07:00
simp_inductive.h feat(library/compiler): port simp_inductive to the new compiler stack 2018-10-08 16:58:43 -07:00
specialize.cpp fix(library/compiler/specialize): we should specialize even if only a few "specialization arguments" have been provided 2018-10-20 09:37:21 -07:00
specialize.h feat(library/compiler/specialize): code specialization 2018-10-16 15:50:42 -07:00
util.cpp feat(kernel): move cheap_beta_reduce to kernel and use it at infer_let 2018-10-20 17:13:41 -07:00
util.h fix(library/compiler/erase_irrelevant): preserve builtin runtime types 2018-10-22 13:58:08 -07:00