]> gitweb.factorcode.org Git - factor.git/history - vm/code_blocks.cpp
VM: always use undecorated names when loading ffi functions
[factor.git] / vm / code_blocks.cpp
2015-09-02 Björn LindqvistVM: always use undecorated names when loading ffi functions
2015-09-02 Björn LindqvistVM: get rid of the odd RT_EXCEPTION_HANDLER relocation
2015-08-24 Björn LindqvistVM: new function set_memory_locked(true/false)
2015-08-24 Björn LindqvistVM: merge the compute_dlsym_toc_address() with the
2015-08-24 Björn LindqvistVM: make allot_alien() and ffi_dlsym() use cell instead...
2015-08-15 Björn LindqvistVM: smaller style-fixes, like removing redundant else...
2015-08-04 Björn LindqvistVM: using compute_external_address everywhere instead...
2015-08-04 Björn LindqvistVM: new method compute_external_address
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-06 Björn LindqvistVM: more changes of structs to lambda functions 1380/head
2015-01-28 Björn LindqvistVM: better error message in case factor_vm::store_exter... 1274/head
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM converts the methods callstack::frame_top_at and...
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2015-01-15 Björn LindqvistVM: change type of callstack_top and callstack_bottom...
2015-01-15 Björn LindqvistVM: the frame_return_address and set_frame_return_addre...
2015-01-15 Björn LindqvistVM: code_block::scan, make it so the method always...
2014-05-07 Doug Colemancode_blocks: Same error message in two places, make...
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-13 Erik CharleboisVM: Remove redundant #ifdef FACTOR_DEBUGs
2013-05-13 Erik CharleboisVM: Remove unnecessary _ suffix in constructors
2013-05-13 Erik CharleboisVM: Remove unnecessary explicit keywords
2013-05-12 Erik CharleboisVM: Refactor code_blocks to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2013-03-26 Doug Colemanvm: Add more Allocates memory comments.
2011-12-22 Joe Groffvm: actually code_block_pic is a fine frame type
2011-12-14 Joe Groffvm: get rid of now-trivial innermost_stack_frame
2011-12-14 Joe Groffvm: replace remaining stack_frame-based logic
2011-12-14 Joe Groffvm: callstack_reversed for callstack_to_array
2011-12-14 Joe Groffvm: reversed callstack iteration
2011-12-14 Joe Groffvm: make all_blocks a set of cells
2011-12-14 Joe Groffvm: pack frame size into code block header bits
2011-12-14 Joe Groffvm: store stack frame size in code blocks
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-23 Joe Groffvm: keep a set of all code_blocks in the code_heap
2011-10-28 Joe Groffvm: add RT_SAFEPOINT relocation type
2011-10-03 Slava PestovAdd RT_INLINE_CACHE_MISS relocation type to avoid frequ...
2011-09-14 Slava PestovFix undefined-symbol reporting on 32-bit architectures...
2011-09-12 Slava PestovTease out symbol name and library in undefined_symbol...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-05-24 Erik Charlebois32 and 64 bit Linux PPC support
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcompiler: new "binary literal area" at the end of a...
2010-05-03 Slava Pestovcompiler: add ##load-vector instruction to avoid wastin...
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-19 Slava Pestovcompiler: combine ##load-constant followed by ##alien...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-04 Slava Pestovvm: fix compile error
2010-04-04 Slava PestovGet green threads working on Windows
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-27 Slava Pestovvm: signal handling cleanup
2010-03-27 Slava Pestovvm: clean up TLS usage
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-03 Slava Pestovvm: modify-code-heap primitive now takes a pair of...
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-25 Slava PestovUpdate Win64 support
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Slava Pestovvm: remove primitive table, non-optimizing compiler...
2010-01-18 Slava PestovStop wearing monocle and use the term "entry point...
2010-01-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-16 Slava Pestovvm: Tweak Factor VM to compile with Microsoft Visual...
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-06 Slava Pestovvm: ensure that non-optimized calls to generic words...
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-22 Slava Pestovvm: if an aging GC is triggered while uninitialized...
2009-12-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-15 Slava Pestovvm: big overhaul of non-optimizing compiler
2009-12-03 Slava PestovMerge branch 'simd-cleanup' of git://factorcode.org...
2009-12-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-02 Slava PestovGet modify-code-heap working if stack traces are stripp...
2009-12-02 Slava PestovRT_HERE now takes its argument from the literal table...
2009-12-02 Slava PestovSplit literal table into literal and parameter tables...
2009-12-02 Slava Pestovvm: Clean up more code duplication and rename a few...
2009-12-02 Slava Pestovvm: factor out common code between image loading and...
2009-12-02 Slava PestovBig cleanup of literal table and relocation-related...
next