]> gitweb.factorcode.org Git - factor.git/history - vm
converted box_* integer functions to use vm (x86 windows)
[factor.git] / vm /
2009-09-16 Phil Dawesconverted box_* integer functions to use vm (x86 windows)
2009-09-16 Phil Dawesconverted box_* integer functions to use vm (x86 windows)
2009-09-16 Phil Dawesadded code to pass vm ptr to some unboxers
2009-09-16 Phil Dawesmoved gc_locals accessors into vm
2009-09-16 Phil Dawesturned errno() methods back into functions since they...
2009-09-16 Phil Dawesfixed up getenv compiler intrinsic to use vm struct...
2009-09-16 Phil Dawesadded padding to align userenv to an 8byte boundary
2009-09-16 Phil Dawesmoved userenv into vm in C code (DOESNT BOOTSTRAP YET!!!)
2009-09-16 Phil Dawesgot debug compiles working again
2009-09-16 Phil Dawesmoved stack_traces_p into the vm
2009-09-16 Phil Dawesmoved cards_offset and decks_offset into vm struct...
2009-09-16 Phil Dawesmoved allot_markers_offset variable into vm struct
2009-09-16 Phil Dawesnursery global variable moved into vm
2009-09-16 Phil Dawesmoved stack_chain into vm struct
2009-09-16 Phil Dawesremoved save_stacks global function
2009-09-16 Phil Dawesthrow_impl now forwards the vm ptr
2009-09-16 Phil Dawespassing vm ptr to lazy_jit_compile mostly working
2009-09-16 Phil DawesAdded %vm-invoke to pass vm ptr to vm functions (x86...
2009-09-16 Phil Dawesvm ptr passed to primitives on X86.32 (other cpus still...
2009-09-16 Phil Dawesadded VM relocation type
2009-09-16 Phil Dawesmoved os-windows-nt functions into the vm
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesmoved some os-windows functions into the vm
2009-09-16 Phil Dawesmoved align_page into vm
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesgot os-macosx.mm to compile
2009-09-16 Phil DawesFixed typo from upstream
2009-09-16 Phil Dawesremoved some global functions from errors.cpp
2009-09-16 Phil Dawesremoved some global functions from utilities.cpp
2009-09-16 Phil Dawesremoved some global functions from inline_cache.cpp
2009-09-16 Phil Dawesremoved some global functions from dispatch.cpp
2009-09-16 Phil Dawesremoved some global functions from quotations.cpp
2009-09-16 Phil Dawesremoved some global functions from alien.cpp
2009-09-16 Phil Dawesremoved some global functions from callstack.cpp
2009-09-16 Phil Dawesremoved some global functions from image.cpp
2009-09-16 Phil Dawesremoved some global functions from io.cpp
2009-09-16 Phil Dawesremoved some global functions from math.cpp
2009-09-16 Phil Dawesremoved global functions from words.cpp
2009-09-16 Phil Dawesremoved global functions from byte_arrays.cpp and tuple...
2009-09-16 Phil Dawesremoved global functions from strings.cpp
2009-09-16 Phil Dawesremoved global functions from arrays.cpp
2009-09-16 Phil Dawesremoved global functions from debug.cpp
2009-09-16 Phil Dawesremoved global functions from code_block.cpp
2009-09-16 Phil Dawesremoved global functions from bignum.cpp
2009-09-16 Phil Dawesremoved global functions from profiler
2009-09-16 Phil Dawesremoved some global functions from code_heap
2009-09-16 Phil Dawesremoved global functions from code_gc
2009-09-16 Phil Dawesremoved global functions from data_gc
2009-09-16 Phil Dawesremoved non-primitive global functions from data_heap
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesvm ptr passed to untag_check
2009-09-16 Phil Dawesmoved tagged template code back into tagged.hpp header
2009-09-16 Phil Dawessplit the moved inline stuff into separate header file
2009-09-16 Phil Dawesmoved tagged.hpp templates to vm.hpp
2009-09-16 Phil Dawesmoved more math.hpp inline functions to vm
2009-09-16 Phil Dawesremoved stub function from run
2009-09-16 Phil Dawesremoved some stub functions from contexts
2009-09-16 Phil Dawesupdated function ptr calls (iterators etc..) to take...
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesmoved global state from math into vm
2009-09-16 Phil Dawesmoved global state from inline_cache into vm
2009-09-16 Phil Dawesmoved global state from dispatch into vm
2009-09-16 Phil Dawesmoved global state from debug into vm
2009-09-16 Phil Dawesmoved global state from code_heap into vm
2009-09-16 Phil Dawesmoved global state from data_heap into vm
2009-09-16 Phil Dawesmoved global state from data_gc into vm
2009-09-16 Phil Dawesmoved global state from contexts and run into vm
2009-09-16 Phil Dawesreordered master to untangle dependency chain a bit
2009-09-16 Phil Dawesmoved callstack.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved math.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved byte_arrays.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved arrays.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved generic_arrays inline functions to vm.hpp
2009-09-16 Phil Dawesmoved data_gc and local_roots inline functions to vm.hpp
2009-09-16 Phil Dawesmoved write_barrier inline function impls to vm.hpp
2009-09-16 Phil Dawesmoved callstack.hpp functions to vm
2009-09-16 Phil Dawesmoved math.hpp functions to vm
2009-09-16 Phil Dawesmoved arrays.hpp functions to vm
2009-09-16 Phil Dawesmoved generic_array.hpp functions to vm
2009-09-16 Phil Dawesmoved write_barrier functions to vm
2009-09-16 Phil Dawesmoved data_gc templates and inline functions to vm
2009-09-16 Phil Dawesmoved reallot_array into vm
2009-09-16 Phil Dawesadded vm member to gc_bignum
2009-09-16 Phil Dawesadded vm member to gc_root and growable arrays
2009-09-16 Phil Dawesadded vm member to jit classes
2009-09-16 Phil Dawesmoved local roots state to vm, shuffled includes around
2009-09-16 Phil Dawesfactorvm initialised globally
2009-09-16 Phil Dawesmoved utilities.cpp functions to vm
2009-09-16 Phil Dawesmoved factor.cpp functions to vm
2009-09-16 Phil Dawesmoved inline_cache functions to vm
2009-09-16 Phil Dawesmoved dispatch functions to vm
2009-09-16 Phil Dawesmoved quotations functions to vm
2009-09-16 Phil Dawesmoved alien functions to vm
2009-09-16 Phil Dawesmoved image functions to vm
2009-09-16 Phil Dawesmoved code_heap functions to vm
2009-09-16 Phil Dawesmoved code_block functions to vm
2009-09-16 Phil Dawesmoved code_gc functions to vm
next