factor/vm
Slava Pestov abc3915387 Fix x86-32 VM compilation; was using a 64-bit reg on accident 2008-11-08 21:06:51 -06:00
..
Config.arm
Config.freebsd
Config.freebsd.x86.32
Config.freebsd.x86.64 Fix compile error on FreeBSD x86.64 2008-07-04 03:23:14 -05:00
Config.linux Fix Linux compile error 2008-07-03 21:34:37 -05:00
Config.linux.arm
Config.linux.ppc
Config.linux.x86.32
Config.linux.x86.64
Config.macosx add XBell to xlib. workaround for Leopard linking to X11 libGL 2008-06-11 19:12:24 -07:00
Config.macosx.ppc make macosx-ppc now compiles a ppc binary on intel mac os; it doesn't work properly in rosetta though 2008-11-06 03:37:10 -06:00
Config.macosx.x86.32
Config.macosx.x86.64
Config.netbsd Lame: link VM with OpenAL to avoid signal 6 on NetBSD 2008-05-22 01:17:39 -05:00
Config.netbsd.x86.32
Config.netbsd.x86.64
Config.openbsd Fix OpenBSD compile error 2008-07-04 01:53:38 -05:00
Config.openbsd.x86.32
Config.openbsd.x86.64
Config.ppc
Config.solaris
Config.solaris.x86.32
Config.solaris.x86.64
Config.unix Simpler write barrier 2008-05-08 23:21:46 -05:00
Config.windows
Config.windows.ce
Config.windows.ce.arm
Config.windows.nt
Config.windows.nt.x86.32
Config.windows.nt.x86.64 Starting work on Win64 port 2008-11-07 20:33:32 -06:00
Config.x86.32
Config.x86.64
alien.c Fix bug in <displaced-alien> found by Joe 2008-07-04 22:36:55 -05:00
alien.h
asm.h
bignum.c Fix bignums for Win64 2008-11-07 20:25:31 -06:00
bignum.h Fix bignums for Win64 2008-11-07 20:25:31 -06:00
bignumint.h
callstack.c Fix compile warning 2008-11-08 20:40:09 -06:00
callstack.h
code_gc.c Output relocation data size 2008-07-05 03:07:34 -05:00
code_gc.h Move relocation info out of the code heap and into the data heap 2008-05-30 01:31:05 -05:00
code_heap.c Fixes and a small optiimization 2008-07-12 22:27:28 -05:00
code_heap.h Fixes and a small optiimization 2008-07-12 22:27:28 -05:00
cpu-arm.S
cpu-arm.h
cpu-ppc.S Tweak PPC register usage; gcc doesn't like it when you mess with r31 for some reason 2008-11-06 03:36:46 -06:00
cpu-ppc.h Tweak PPC register usage; gcc doesn't like it when you mess with r31 for some reason 2008-11-06 03:36:46 -06:00
cpu-x86.32.S Fix x86-32 VM compilation; was using a 64-bit reg on accident 2008-11-08 21:06:51 -06:00
cpu-x86.32.h Fix visibility of check_sse2 symbol; DDLEXPORT doesn't work in gas source 2008-11-04 00:04:18 -06:00
cpu-x86.64.S VM fixes for Win64 calling convention 2008-11-08 20:32:23 -06:00
cpu-x86.64.h
cpu-x86.S VM fixes for Win64 calling convention 2008-11-08 20:32:23 -06:00
cpu-x86.h
data_gc.c Starting work on Win64 port 2008-11-07 20:33:32 -06:00
data_gc.h Bigger decks and cards 2008-05-09 18:48:48 -05:00
debug.c Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
debug.h Fix fep looping 2008-10-09 00:13:04 -05:00
errors.c Starting work on Win64 port 2008-11-07 20:33:32 -06:00
errors.h Add better error message for out of memory 2008-07-25 22:05:36 -05:00
factor.c Starting work on Win64 port 2008-11-07 20:33:32 -06:00
factor.h
factor.rs Starting work on Win64 port 2008-11-07 20:33:32 -06:00
ffi_test.c Fixing some problems with returning structs by value in x86.64 FFI 2008-09-13 20:28:13 -05:00
ffi_test.h Fixing some problems with returning structs by value in x86.64 FFI 2008-09-13 20:28:13 -05:00
float_bits.h
image.c Fix save-image-and-exit bug 2008-09-19 14:44:58 -05:00
image.h Fix compile error 2008-07-03 21:12:39 -05:00
io.c
io.h
layouts.h Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
mach_signal.c Put that in your pipe and smoke it 2008-07-03 17:44:44 -05:00
mach_signal.h
main-unix.c
main-windows-ce.c
main-windows-nt.c
master.h
math.c Starting work on Win64 port 2008-11-07 20:33:32 -06:00
math.h fixnum-shift-fast and fixnum-mod subprimitives 2008-11-03 01:18:35 -06:00
os-freebsd-x86.32.h
os-freebsd-x86.64.h
os-freebsd.c
os-freebsd.h remove some macroz 2008-10-19 16:50:11 -05:00
os-genunix.c
os-genunix.h
os-linux-arm.c
os-linux-arm.h
os-linux-ppc.h
os-linux-x86.32.h
os-linux-x86.64.h
os-linux.c Try to degrade gracefully if inotify is unavailable 2008-04-21 17:50:40 -05:00
os-linux.h remove some macroz 2008-10-19 16:50:11 -05:00
os-macosx-ppc.h
os-macosx-x86.32.h
os-macosx-x86.64.h
os-macosx.h remove some macroz 2008-10-19 16:50:11 -05:00
os-macosx.m
os-netbsd-x86.32.h
os-netbsd-x86.64.h
os-netbsd.c
os-netbsd.h remove environ and os-envs primitives 2008-10-18 21:41:16 -05:00
os-openbsd-x86.32.h
os-openbsd-x86.64.h
os-openbsd.c
os-solaris-x86.32.h
os-solaris-x86.64.h
os-solaris.c
os-unix.c remove directory from the vm 2008-10-19 13:27:59 -05:00
os-unix.h Non-optimizing compiler now inlow inlines some primitives, this improves bootstrap time 2008-07-07 10:39:04 -05:00
os-windows-ce.c
os-windows-ce.h
os-windows-nt.32.h
os-windows-nt.64.h
os-windows-nt.c remove dead code 2008-10-19 18:13:59 -05:00
os-windows-nt.h
os-windows.c remove directory from the vm 2008-10-19 13:27:59 -05:00
os-windows.h Put that in your pipe and smoke it 2008-07-03 17:44:44 -05:00
platform.h remove some macroz 2008-10-19 16:50:11 -05:00
primitives.c Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
primitives.h
profiler.c Fix obscure bug in profiprofiler 2008-07-05 22:19:16 -05:00
profiler.h
quotations.c Fix walker 2008-07-13 02:29:59 -05:00
quotations.h
run.c Clean up non optimizing compiler, rewrite more primitives in assembly 2008-07-11 17:25:46 -05:00
run.h Fixes and a small optiimization 2008-07-12 22:27:28 -05:00
types.c Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
types.h Move bit-arrays and float-arrays to extra 2008-07-02 02:03:30 -05:00
utilities.c
utilities.h