lean4-htt/src/library/compiler
2019-02-13 16:29:10 -08:00
..
borrowed_annotation.cpp feat(library/compiler): borrowed annotations 2019-02-11 10:08:47 -08:00
borrowed_annotation.h feat(library/compiler): borrowed annotations 2019-02-11 10:08:47 -08:00
closed_term_cache.cpp chore(library/compiler): fix debug build 2018-11-13 15:26:25 -08:00
closed_term_cache.h refactor(library/compiler): move closed term cache to separate module 2018-11-13 15:01:57 -08:00
CMakeLists.txt chore(library/compiler): delete compiler/builtin module 2019-02-12 18:23:09 -08:00
compiler.cpp feat(library/compiler): allow main function to also have type io uint32 2019-02-13 16:29:10 -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/cse): make sure cse produces correct result in LLNF expressions 2019-01-30 13:52:43 -08: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 feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08: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,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08: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/emit_bytecode): ignore unknown decls 2019-02-13 10:31:52 -08:00
emit_bytecode.h feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
emit_cpp.cpp feat(library/compiler): allow main function to also have type io uint32 2019-02-13 16:29:10 -08:00
emit_cpp.h feat(library/compiler): emit external declarations 2019-02-12 15:42:59 -08:00
erase_irrelevant.cpp chore(library/init/data/string): cleanup 2018-11-14 14:09:45 -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/compiler/export_attribute): exporting constructors is messy 2019-02-09 18:00:27 -08:00
export_attribute.h refactor(library/compiler): export_name ==> export_attribute 2019-02-09 17:59:46 -08:00
extern_attribute.cpp feat(library/compiler): emit extern "C" for extern/foreign dependencies when needed 2019-02-13 07:58:06 -08:00
extern_attribute.h feat(library/compiler): emit extern "C" for extern/foreign dependencies when needed 2019-02-13 07:58:06 -08:00
extract_closed.cpp fix(library/compiler/extract_closed): add new auxiliary declarations before 2019-02-11 15:40:22 -08:00
extract_closed.h refactor(library/compiler): move closed term cache to separate module 2018-11-13 15:01:57 -08:00
init_module.cpp chore(library/compiler): delete compiler/builtin module 2019-02-12 18:23:09 -08:00
init_module.h
lambda_lifting.cpp feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
lambda_lifting.h feat(library/compiler/lambda_lifting): cache names for lifted lambdas 2018-11-13 15:13:55 -08: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
ll_infer_type.cpp fix(library/compiler/ll_infer_type): use extern_attribute 2019-02-11 15:35:03 -08:00
ll_infer_type.h feat(library/compiler): add type inference for ENF and LLNF 2018-11-09 13:17:11 -08:00
llnf.cpp chore(library/compiler): delete compiler/builtin module 2019-02-12 18:23:09 -08:00
llnf.h feat(library/compiler): avoid cnstr_set_scalar when possible 2019-02-06 10:49:58 -08:00
llnf_code.cpp refactor(library/compiler): move extension for storing LLNF code 2019-02-09 17:59:46 -08:00
llnf_code.h refactor(library/compiler): move extension for storing LLNF code 2019-02-09 17:59:46 -08:00
name_mangling.cpp chore(src/*): fix style 2019-02-07 15:41:12 +01:00
name_mangling.h chore(src/*): fix style 2019-02-07 15:41:12 +01:00
procedure.h chore(library/compiler): simplify procedure class 2018-10-05 17:30:27 -07:00
reduce_arity.cpp refactor(library/compiler): export_name ==> export_attribute 2019-02-09 17:59:46 -08: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 chore(library/compiler/simp_app_args): use ll_infer_type 2018-11-09 13:18:28 -08: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 fix(library/compiler/specialize): declare specialized functions before caller 2019-02-06 09:36:36 -08:00
specialize.h feat(library/compiler/specialize): code specialization 2018-10-16 15:50:42 -07:00
util.cpp fix(library/compiler/util): decidable A missing at mk_runtime_type 2019-02-11 15:51:09 -08:00
util.h refactor(library/compiler/llnf): replace is_runtime_builtin_cnstr with just is_builtin_constant 2019-02-06 09:35:16 -08:00