lean4-htt/src/library/compiler
2018-11-07 15:19:24 -08:00
..
CMakeLists.txt feat(library/compiler): add to_ir skeleton 2018-11-05 17:04:23 -08:00
compiler.cpp chore(library/compiler/compiler): add trace.compiler.boxed option for debugging purposes 2018-11-06 16:55:02 -08: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 chore(library/compiler/csimp): style 2018-10-31 13:25:54 -07:00
csimp.h feat(library/compiler/csimp): float all cases 2018-10-25 15:41:11 -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 feat(library/compiler): add _apply and _closure instructions to LLNF 2018-11-07 13:30:28 -08:00
emit_bytecode.h feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
erase_irrelevant.cpp refactor(library/compiler): move mk_runtime_type to util 2018-11-07 15:19:24 -08:00
erase_irrelevant.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
extract_closed.cpp fix(library/compiler/extract_closed): do not extract is_enf_unreachable 2018-10-29 14:41:12 -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 to_ir skeleton 2018-11-05 17:04:23 -08:00
init_module.h
ir.cpp feat(library/compiler/ir): basics 2018-11-05 17:04:23 -08:00
ir.h feat(library/compiler): add to_ir skeleton 2018-11-05 17:04:23 -08:00
lambda_lifting.cpp feat(library/compiler/lambda_lifting): preserve join points when performing lambda lifting 2018-11-01 16:04:25 -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): nat.zero ==> literal 2018-11-01 11:59:17 -07:00
lcnf.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
llnf.cpp feat(library/compiler): add _apply and _closure instructions to LLNF 2018-11-07 13:30:28 -08:00
llnf.h feat(library/compiler): add _apply and _closure instructions to LLNF 2018-11-07 13:30:28 -08:00
procedure.h chore(library/compiler): simplify procedure class 2018-10-05 17:30:27 -07:00
specialize.cpp fix(library/compiler/specialize): assertion violation lean_assert(!has_fvar(code)); 2018-10-25 13:23:43 -07:00
specialize.h feat(library/compiler/specialize): code specialization 2018-10-16 15:50:42 -07:00
util.cpp refactor(library/compiler): move mk_runtime_type to util 2018-11-07 15:19:24 -08:00
util.h refactor(library/compiler): move mk_runtime_type to util 2018-11-07 15:19:24 -08:00