slavapestov / factor

Factor programming language - Github mirror of official GIT repo

This URL has Read+Write access

jckarter (author)
Sun Nov 08 19:00:46 -0800 2009
commit  3275fe7d1a163a01608f129f3a149996ac282100
tree    44ad9ae50edc82364f4b71998b66c66a9e5c18b7
parent  4bea896be97e196da87a8c1142e067dbe15f0c8b parent  07b56b9806d008d450a9b46c68ac3b5dc44407dd
factor / vm
name age message
..
file Config.arm Sat May 02 18:37:18 -0700 2009 Move vmpp to vm [slavapestov]
file Config.freebsd Loading commit data...
file Config.freebsd.x86.32 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.freebsd.x86.64 Fri Jul 04 01:23:14 -0700 2008 Fix compile error on FreeBSD x86.64 [slavapestov]
file Config.linux
file Config.linux.arm Sun Nov 04 22:40:48 -0800 2007 Linux/ARM fixes with help from doublec [slavapestov]
file Config.linux.ppc Thu Sep 20 15:09:08 -0700 2007 Initial import [slavapestov]
file Config.linux.x86.32 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.linux.x86.64 Fri Mar 27 13:39:13 -0700 2009 use -fPIC on all platforms for ffi lib [erg]
file Config.macosx Wed Aug 26 14:44:25 -0700 2009 on OS X, rather than define _XOPEN_SOURCE, use ... [jckarter]
file Config.macosx.ppc Sat Sep 12 18:39:41 -0700 2009 set altivec denormal flag when with-denormal-mo... [jckarter]
file Config.macosx.x86.32 Wed Aug 26 14:29:55 -0700 2009 add -D_XOPEN_SOURCE flag to suppress ucontext d... [jckarter]
file Config.macosx.x86.64 Thu Nov 27 21:32:17 -0800 2008 Fix for gcc 4.2 [slavapestov]
file Config.netbsd
file Config.netbsd.x86.32 Wed Jan 30 02:57:38 -0800 2008 Add NetBSD support [dne]
file Config.netbsd.x86.64 Wed Jan 30 02:57:38 -0800 2008 Add NetBSD support [dne]
file Config.openbsd Mon Dec 21 18:42:49 -0800 2009 Get optimizing compiler working without global ... [slavapestov]
file Config.openbsd.x86.32 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.openbsd.x86.64 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.ppc Fri Sep 21 21:44:27 -0700 2007 More build system work [Slava]
file Config.solaris
file Config.solaris.x86.32 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.solaris.x86.64 Fri Sep 21 21:03:47 -0700 2007 Update Config.* fixes (???) [slavapestov]
file Config.unix Mon Aug 10 12:33:07 -0700 2009 misc small documentation fixes, some fixes for ... [Blei]
file Config.windows Tue May 05 11:03:24 -0700 2009 Fixing compile errors on Windows [unknown]
file Config.windows.ce Thu Sep 20 15:09:08 -0700 2007 Initial import [slavapestov]
file Config.windows.ce.arm Mon Aug 10 12:33:07 -0700 2009 misc small documentation fixes, some fixes for ... [Blei]
file Config.windows.nt Wed Feb 04 11:05:52 -0800 2009 Fix io.launcher on Windows -- Microsoft does th... [erg]
file Config.windows.nt.x86.32 Wed Feb 04 11:05:52 -0800 2009 Fix io.launcher on Windows -- Microsoft does th... [erg]
file Config.windows.nt.x86.64 Wed Feb 04 16:21:58 -0800 2009 Fix the build support for windows again, have t... [unknown]
file Config.x86.32
file Config.x86.64 Tue Nov 18 16:21:42 -0800 2008 VM no longer uses printf since format string di... [slavapestov]
file aging_collector.cpp
file aging_collector.hpp Sat Oct 24 21:02:58 -0700 2009 vm: make some more ctors explicit just for kicks [slavapestov]
file aging_space.hpp Thu Nov 05 17:03:51 -0800 2009 vm: rewrite 'become' primitive so that it uses ... [slavapestov]
file alien.cpp
file alien.hpp
file allot.hpp
file arrays.cpp
file arrays.hpp
file asm.h Fri Sep 21 13:55:55 -0700 2007 Tweak asm.h for Mac Intel [slavapestov]
file bignum.cpp
file bignum.hpp Sat Oct 03 06:47:05 -0700 2009 Big VM cleanup - Move forward declarations of '... [Slava Pestov]
file bignumint.hpp Thu Sep 24 00:02:14 -0700 2009 removed a bunch of superflous blank lines [Phil Dawes]
file bitwise_hacks.hpp Sun Nov 08 04:08:17 -0800 2009 vm: minor cleanup [slavapestov]
file booleans.cpp
file booleans.hpp
file bump_allocator.hpp Thu Nov 05 17:03:51 -0800 2009 vm: rewrite 'become' primitive so that it uses ... [slavapestov]
file byte_arrays.cpp
file byte_arrays.hpp
file callbacks.cpp
file callbacks.hpp
file callstack.cpp
file callstack.hpp
file code_block.cpp
file code_block.hpp
file code_block_visitor.hpp
file code_heap.cpp
file code_heap.hpp
file code_roots.hpp Mon Nov 02 16:11:12 -0800 2009 vm: add two missing files [slavapestov]
file collector.hpp
file compaction.cpp
file compaction.hpp Sat Oct 24 02:18:33 -0700 2009 vm: data heap compaction work in progress [slavapestov]
file contexts.cpp
file contexts.hpp
file copying_collector.hpp Mon Nov 02 02:25:54 -0800 2009 vm: 4 bit tags, new representation of alien obj... [slavapestov]
file cpu-arm.S Mon Aug 10 12:33:07 -0700 2009 misc small documentation fixes, some fixes for ... [Blei]
file cpu-arm.hpp Sat Oct 03 06:47:05 -0700 2009 Big VM cleanup - Move forward declarations of '... [Slava Pestov]
file cpu-ppc.S
file cpu-ppc.hpp
file cpu-x86.32.S
file cpu-x86.32.hpp
file cpu-x86.64.S
file cpu-x86.64.hpp
file cpu-x86.S
file cpu-x86.hpp
file data_heap.cpp
file data_heap.hpp
file data_roots.hpp Fri Nov 06 03:30:37 -0800 2009 vm: faster data_root and <array> primitive [slavapestov]
file debug.cpp
file debug.hpp Sat Oct 24 02:18:33 -0700 2009 vm: data heap compaction work in progress [slavapestov]
file dispatch.cpp
file dispatch.hpp Wed Nov 04 23:07:59 -0800 2009 tools.time: overhaul [slavapestov]
file errors.cpp
file errors.hpp Thu Nov 05 19:52:31 -0800 2009 Remove unused error from VM [slavapestov]
file factor.cpp
file factor.hpp Wed Sep 16 00:20:51 -0700 2009 thread_id is a pthread_t on unix [Phil Dawes]
file factor.rs Fri Nov 07 18:33:32 -0800 2008 Starting work on Win64 port [unknown]
file ffi_test.c Mon Aug 10 12:33:07 -0700 2009 misc small documentation fixes, some fixes for ... [Blei]
file ffi_test.h Mon Aug 10 12:33:07 -0700 2009 misc small documentation fixes, some fixes for ... [Blei]
file float_bits.hpp Mon Sep 14 01:09:03 -0700 2009 vm: fix indentation in Joe's changes [slavapestov]
file free_list.cpp
file free_list.hpp
file free_list_allocator.hpp
file full_collector.cpp
file full_collector.hpp
file gc.cpp
file gc.hpp
file generic_arrays.hpp
file image.cpp
file image.hpp
file inline_cache.cpp
file inline_cache.hpp Sun Sep 27 11:42:18 -0700 2009 Moved PRIMITIVE and PRIMITIVE_FORWARDs to primi... [Phil Dawes]
file io.cpp
file io.hpp Sun Sep 27 11:42:18 -0700 2009 Moved PRIMITIVE and PRIMITIVE_FORWARDs to primi... [Phil Dawes]
file jit.cpp
file jit.hpp
file layouts.hpp
file mach_signal.cpp Thu Oct 22 03:40:57 -0700 2009 Merge branch 'master' into new_gc [slavapestov]
file mach_signal.hpp Thu Sep 24 00:02:14 -0700 2009 removed a bunch of superflous blank lines [Phil Dawes]
file main-unix.cpp Wed Sep 16 00:20:51 -0700 2009 thread_id is a pthread_t on unix [Phil Dawes]
file main-windows-ce.cpp Sun May 03 23:46:13 -0700 2009 Use C++ namespaces [slavapestov]
file main-windows-nt.cpp Wed Sep 16 00:20:51 -0700 2009 thread_id is a pthread_t on unix [Phil Dawes]
file mark_bits.hpp
file master.hpp
file math.cpp
file math.hpp
file nursery_collector.cpp
file nursery_collector.hpp Sat Oct 24 21:02:58 -0700 2009 vm: make some more ctors explicit just for kicks [slavapestov]
file nursery_space.hpp Sat Oct 24 21:02:58 -0700 2009 vm: make some more ctors explicit just for kicks [slavapestov]
file object_start_map.cpp
file object_start_map.hpp Sun Nov 01 18:24:25 -0800 2009 vm: faster sweep algorithm [slavapestov]
file objects.cpp
file objects.hpp
file os-freebsd-x86.32.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-freebsd-x86.64.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-freebsd.cpp Tue May 05 09:33:35 -0700 2009 Change (void) to () [slavapestov]
file os-freebsd.hpp Tue May 05 09:33:35 -0700 2009 Change (void) to () [slavapestov]
file os-genunix.cpp
file os-genunix.hpp Thu Oct 22 03:38:02 -0700 2009 vm: fix compilation [slavapestov]
file os-linux-arm.cpp Wed Oct 14 11:14:57 -0700 2009 Removed VM_PTR macros. All builds reentrant by ... [Phil Dawes]
file os-linux-arm.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-linux-ppc.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-linux-x86.32.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-linux-x86.64.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-linux.cpp Sun Oct 18 18:31:59 -0700 2009 vm: rename myvm and parent_vm instance variable... [Slava Pestov]
file os-linux.hpp Wed May 13 01:49:51 -0700 2009 os-linux.cpp: inotify wrappers should be VM_C_API [slavapestov]
file os-macosx-ppc.hpp Thu Oct 22 03:38:02 -0700 2009 vm: fix compilation [slavapestov]
file os-macosx-x86.32.hpp Thu Oct 22 03:38:02 -0700 2009 vm: fix compilation [slavapestov]
file os-macosx-x86.64.hpp Thu Oct 22 03:38:02 -0700 2009 vm: fix compilation [slavapestov]
file os-macosx.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-macosx.mm
file os-netbsd-x86.32.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-netbsd-x86.64.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-netbsd.cpp Wed Oct 07 19:49:04 -0700 2009 vm/os-netbsd.cpp: fix double-free error [slavapestov]
file os-netbsd.hpp Mon Sep 14 01:09:03 -0700 2009 vm: fix indentation in Joe's changes [slavapestov]
file os-openbsd-x86.32.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-openbsd-x86.64.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-openbsd.cpp Tue May 05 09:33:35 -0700 2009 Change (void) to () [slavapestov]
file os-solaris-x86.32.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-solaris-x86.64.hpp Thu Oct 22 03:22:59 -0700 2009 vm: clean up signal handling and add EXC_BAD_IN... [slavapestov]
file os-solaris.cpp Tue May 05 09:33:35 -0700 2009 Change (void) to () [slavapestov]
file os-unix.cpp
file os-unix.hpp
file os-windows-ce.cpp
file os-windows-ce.hpp
file os-windows-nt.32.hpp Mon Sep 14 10:02:02 -0700 2009 use secret sauce to clear MXCSR in win32 contex... [jckarter]
file os-windows-nt.64.hpp Mon Sep 14 10:02:02 -0700 2009 use secret sauce to clear MXCSR in win32 contex... [jckarter]
file os-windows-nt.cpp
file os-windows-nt.hpp
file os-windows.cpp
file os-windows.hpp
file platform.hpp Sat May 02 18:37:18 -0700 2009 Move vmpp to vm [slavapestov]
file primitives.cpp
file primitives.hpp
file profiler.cpp
file profiler.hpp Sat Oct 24 02:18:33 -0700 2009 vm: data heap compaction work in progress [slavapestov]
file quotations.cpp
file quotations.hpp
file run.cpp
file run.hpp Sat Oct 24 02:18:33 -0700 2009 vm: data heap compaction work in progress [slavapestov]
file segments.hpp Fri Oct 16 03:16:12 -0700 2009 vm: allocate stacks and data heap segments with... [slavapestov]
file slot_visitor.hpp
file stacks.hpp
file strings.cpp
file strings.hpp Wed Oct 21 18:12:57 -0700 2009 vm: use iostreams instead of printf for debug m... [slavapestov]
file tagged.hpp
file tenured_space.hpp
file to_tenured_collector.cpp
file to_tenured_collector.hpp
file tuples.cpp
file tuples.hpp Sat Oct 24 02:27:45 -0700 2009 vm: move binary_payload_start() method from fac... [slavapestov]
file utilities.cpp Wed Oct 21 18:12:57 -0700 2009 vm: use iostreams instead of printf for debug m... [slavapestov]
file utilities.hpp Sat Oct 31 01:02:19 -0700 2009 Merge optimizations from master branch [slavapestov]
file vm.cpp
file vm.hpp
file words.cpp
file words.hpp Sat Oct 24 02:18:33 -0700 2009 vm: data heap compaction work in progress [slavapestov]
file write_barrier.hpp Tue Oct 13 19:16:04 -0700 2009 vm: new card marking implementation supports ma... [slavapestov]