lean4-htt/src/library/vm
Leonardo de Moura 9afee85919 fix(library/vm/vm_aux): remove old code
Remark: `vm_timeit` was for the Lean 3 `timeit` primitive which is
different from the Lean 4 one. It has a different arity, and was
producing an assertion violation at emit_bytecode.cpp
2019-03-14 16:04:10 -07: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
vm.cpp feat(library/init/fix, runtime): add fixpoint2, ..., fixpoint6 2019-03-10 11:19:02 -07:00
vm.h feat(library/compiler): add _apply and _closure instructions to LLNF 2018-11-07 13:30:28 -08:00
vm_aux.cpp fix(library/vm/vm_aux): remove old code 2019-03-14 16:04:10 -07:00
vm_aux.h
vm_int.cpp feat(library/init/data/int/basic): use extern attribute, and fix div/mod mess 2019-02-12 11:41:46 -08:00
vm_int.h
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 feat(library/init): use extern when declarating nat primitives 2019-02-12 18:12:29 -08:00
vm_nat.h
vm_option.h
vm_ordering.h
vm_string.cpp feat(library/init/data/string/basic): implement iterators using uft8 low level API 2019-03-12 06:56:05 -07:00
vm_string.h
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 fix(library/vm): unary op dummies copy-paste error 2019-02-08 09:56:20 -08:00
vm_uint.h feat(*): builtin support for uint functions 2019-02-01 17:04:24 -08:00