lean4-htt/src/library/compiler
Leonardo de Moura 88de81077c feat(library/compiler/specialize): do not specialize instances unless they are marked with [specialize]
@kha: I changed the specialization candidate selection procedure.
Now, instances are not considered for specializations unless we mark
them with `[specialize]`. The idea is that an instance application is
morally just creating the "dictionary" for invoking a polymorphic
function.
2018-10-15 18:29:29 -07:00
..
CMakeLists.txt feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
compiler.cpp feat(library/compiler/compiler): cache stage1 result before specialization 2018-10-15 13:08:48 -07:00
compiler.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
cse.cpp feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -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): fix assertion 2018-10-15 17:39:44 -07:00
csimp.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -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/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -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 feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
erase_irrelevant.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
init_module.cpp feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -07:00
init_module.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
lambda_lifting.cpp feat(library/compiler/lambda_lifting): new lambda lifting 2018-10-08 15:04:59 -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 feat(library/compiler/specialize): do not specialize instances unless they are marked with [specialize] 2018-10-15 18:29:29 -07:00
specialize.h feat(library/compiler/specialize): add spec_info 2018-10-15 12:54:34 -07:00
util.cpp fix(library/compiler/util): macro_inline was ignoring constants 2018-10-04 15:25:03 -07:00
util.h feat(library/init/core): add inline identity function 2018-10-10 18:17:29 -07:00