lean4-htt/src/library/vm
2017-01-22 14:18:38 -08:00
..
CMakeLists.txt feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -08:00
init_module.cpp feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -08:00
init_module.h
optimize.cpp fix(library/vm/optimize): bytecode optimization 2016-05-23 14:35:10 -07:00
optimize.h feat(library/vm/optimize): add basic bytecode optimizations 2016-05-12 15:24:58 -07:00
vm.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm.h feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_aux.cpp feat(library/vm/vm_aux): add vm code for sorry 2017-01-22 14:18:38 -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_declaration.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_declaration.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_environment.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_environment.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_exceptional.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_exceptional.h feat(library/tactic/tactic_state): add basic tactics for inferring types, unifying terms, etc 2016-06-11 10:51:33 -07:00
vm_expr.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_expr.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_format.cpp refactor(frontends/lean): interactive tactic support 2017-01-21 22:38:47 -08:00
vm_format.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_int.cpp feat(library/vm): use native representation for int in the VM 2016-12-18 15:04:02 -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 feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
vm_io.h feat(library/vm): add basic support for IO monad 2016-05-24 17:52:22 -07:00
vm_level.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_level.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_list.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_list.h feat(library/tactic/congruence): ematching 2016-12-26 15:52:18 -08:00
vm_name.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_name.h feat(library/tactic/tactic_state): add vm_obj introspection 2016-11-14 21:58:34 -08:00
vm_nat.cpp fix(library/vm/vm_nat): nat.has_decidable_eq has been renamed 2016-11-15 14:41:04 -08:00
vm_nat.h chore(library/vm/vm_nat): add default value at force_to_unsigned 2017-01-03 10:26:36 -08:00
vm_native.cpp feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
vm_native.h feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
vm_option.h feat(library/tactic/app_builder_tactics): add tactic.mk_mapp 2016-06-14 17:33:32 -07:00
vm_options.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_options.h feat(library/tactic/vm_monitor): extend VM introspection API 2016-11-15 15:05:46 -08:00
vm_ordering.h refactor(library/init): cmp_result => ordering 2016-06-07 10:14:07 -07:00
vm_pexpr.cpp feat(frontends/lean): improve 'begin...end' blocks 2016-09-27 13:34:11 -07:00
vm_pexpr.h refactor(library/init/meta): qexpr ==> pexpr 2016-08-05 17:04:36 -07:00
vm_rb_map.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_rb_map.h feat(library/vm): expose rb_map object 2016-06-03 13:45:06 -07:00
vm_string.cpp feat(library/vm/vm_string): use check_system to avoid stack overflow 2017-01-13 17:06:24 -08:00
vm_string.h refactor(library/vm): move vm_obj <=> string conversion functions to separate module 2016-05-26 10:47:19 -07:00
vm_task.cpp feat(library/vm, frontends/lean/info_manager): add thread safe vm_obj wrapper, and use it to store arbitrary vm thunks in the info_manager 2017-01-21 22:38:33 -08:00
vm_task.h feat(library/vm/vm_task): expose task_result objects to VM 2016-11-29 11:12:43 -08:00