| .. |
|
CMakeLists.txt
|
chore(library/compiler): remove dead code
|
2018-10-05 17:30:27 -07:00 |
|
compiler.cpp
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
compiler.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
compiler_step_visitor.cpp
|
chore(library/compiler): remove old compiler steps that have already been replaced
|
2018-10-05 17:30:27 -07:00 |
|
compiler_step_visitor.h
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -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
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -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 |
|
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 |
|
extract_values.cpp
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
extract_values.h
|
feat(library/compiler): add new cache support to compiler
|
2018-02-21 15:04:20 -08:00 |
|
init_module.cpp
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
init_module.h
|
|
|
|
lambda_lifting.cpp
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
lambda_lifting.h
|
feat(library/compiler): add new cache support to compiler
|
2018-02-21 15:04:20 -08:00 |
|
lcnf.cpp
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
lcnf.h
|
feat(library/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
old_util.cpp
|
chore(library/compiler): util.* ==> old_util.*
|
2018-09-17 08:44:45 -07:00 |
|
old_util.h
|
chore(library/compiler): erase_irrelevant ==> old_erase_irrelevant
|
2018-10-01 14:17:11 -07:00 |
|
preprocess.cpp
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
preprocess.h
|
feat(library/compiler/preprocess): save declarations after csimp
|
2018-09-16 14:07:42 -07:00 |
|
procedure.h
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
simp_inductive.cpp
|
chore(library/compiler): remove dead code
|
2018-10-05 17:30:27 -07:00 |
|
simp_inductive.h
|
chore(library/compiler): remove dead code
|
2018-10-05 17:30:27 -07:00 |
|
specialize.cpp
|
feat(library/compiler): add code specialization skeleton
|
2018-10-05 17:30:27 -07:00 |
|
specialize.h
|
feat(library/compiler): add code specialization skeleton
|
2018-10-05 17:30:27 -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/compiler): new compiler entry point (skeleton)
|
2018-10-05 17:30:27 -07:00 |
|
vm_compiler.cpp
|
chore(library/compiler): simplify procedure class
|
2018-10-05 17:30:27 -07:00 |
|
vm_compiler.h
|
chore(library/compiler/vm_compiler): remove option
|
2018-10-05 17:30:27 -07:00 |