lean4-htt/src/library/vm
2019-02-07 15:41:12 +01:00
..
CMakeLists.txt feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
init_module.cpp feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
init_module.h
optimize.cpp feat(library/vm): add support for join-points in the old VM 2018-11-01 14:07:59 -07:00
optimize.h feat(library/vm/optimize): add basic bytecode optimizations 2016-05-12 15:24:58 -07:00
vm.cpp chore(src/*): fix style 2019-02-07 15:41:12 +01:00
vm.h feat(library/compiler): add _apply and _closure instructions to LLNF 2018-11-07 13:30:28 -08:00
vm_aux.cpp refactor(library/init): provide more general try_for, and implement tactic.try_for using it 2017-02-12 12:15:19 -08:00
vm_aux.h feat(library/vm,library/init): add builtin timeit primitive for profiling 2016-05-26 12:44:49 -07:00
vm_int.cpp chore(library/vm/vm_int): missing builtin in the old VM 2018-11-15 16:58:05 -08:00
vm_int.h feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -08:00
vm_io.cpp chore(library/init/io): minimize io interface 2018-11-14 13:59:25 -08:00
vm_io.h chore(library/init/io): minimize io interface 2018-11-14 13:59:25 -08:00
vm_name.cpp feat(runtime,library/compiler): add name.dec_eq builtin 2019-02-05 14:36:02 -08:00
vm_name.h feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
vm_nat.cpp chore(library/init): consistent names 2018-11-14 13:08:57 -08:00
vm_nat.h feat(library/system/io): add random number generator support in the io monad 2018-02-15 16:12:08 -08:00
vm_option.h feat(init/meta/{interactive_base,parser}): decl_attributes, decl_meta_info, parser.set_env 2017-06-19 11:27:12 -07:00
vm_ordering.h refactor(library/init): cmp_result => ordering 2016-06-07 10:14:07 -07:00
vm_string.cpp feat(runtime/object): add more string primitives 2018-11-14 16:51:10 -08:00
vm_string.h feat(library/compiler): add support for string literals in the old VM 2018-10-02 18:56:13 -07:00
vm_thunk.cpp feat(library/compiler): thunk support 2019-02-04 15:22:18 -08:00
vm_thunk.h feat(library/compiler): thunk support 2019-02-04 15:22:18 -08:00
vm_uint.cpp feat(library/compiler): thunk support 2019-02-04 15:22:18 -08:00
vm_uint.h feat(*): builtin support for uint functions 2019-02-01 17:04:24 -08:00