ocaml/runtime
Leo White fc1e6ad5a2 Update .depend 2018-11-21 03:39:34 -05:00
..
caml [Weak] Changes from reviews 2018-11-08 16:16:32 +01:00
.depend Update .depend 2018-11-21 03:39:34 -05:00
Makefile fix PR#2146 (#2149) 2018-11-16 11:31:26 +01:00
afl.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
alloc.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
amd64.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
amd64nt.asm Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
arm.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
arm64.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
array.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
backtrace.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
backtrace_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
backtrace_nat.c Remove vestigial support for stacks that grow upward (#1880) 2018-07-05 09:58:27 +01:00
bigarray.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
callback.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
clambda_checks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compact.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compare.c Consolidate NO_NAKED_POINTER checks 2018-10-02 08:32:39 -07:00
custom.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
debugger.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
dynlink.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
dynlink_nat.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
extern.c Add CODE_CUSTOM_FIXED for fixed-size custom serializers. 2018-08-22 10:33:09 +01:00
fail_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
fail_nat.c Remove vestigial support for stacks that grow upward (#1880) 2018-07-05 09:58:27 +01:00
finalise.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
fix_code.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
floats.c Support FMA operation (#1354) 2018-10-26 10:45:36 +02:00
freelist.c MPR#7815: major GC crash with first-fit policy (#1896) 2018-07-19 17:52:16 +02:00
gc_ctrl.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
gen_primitives.sh fix PR#2146 (#2149) 2018-11-16 11:31:26 +01:00
globroots.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
hash.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
i386.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
i386nt.asm Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
instrtrace.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
intern.c Add CODE_CUSTOM_FIXED for fixed-size custom serializers. 2018-08-22 10:33:09 +01:00
interp.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
ints.c Make a few int64 primitives use [@@unboxed] stubs on 32bits (#2146) 2018-11-13 16:40:37 +00:00
io.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
lexing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
main.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
major_gc.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
md5.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.c remove old GC-triggering heuristic (#2144) 2018-11-13 13:31:04 +01:00
meta.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
minor_gc.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
misc.c MPR#7814: fix non-prefixed symbol names in debug and instrumented runtimes (#1900) 2018-07-13 16:06:36 +02:00
obj.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
parsing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
power.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
printexc.c Remove the C plugins mechanism (#1867) 2018-07-03 18:22:51 +01:00
roots_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
roots_nat.c Remove vestigial support for stacks that grow upward (#1880) 2018-07-05 09:58:27 +01:00
s390x.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals_nat.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals_osdep.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
spacetime_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
spacetime_nat.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
spacetime_snapshot.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
stacks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
startup_aux.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
startup_byt.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
startup_nat.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
str.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
sys.c MPR#7814: fix non-prefixed symbol names in debug and instrumented runtimes (#1900) 2018-07-13 16:06:36 +02:00
unix.c Remove the dl_needs_underscore feature (#2115) 2018-10-25 15:12:22 +02:00
weak.c update comment and compress overlong line 2018-11-08 16:16:48 +01:00
win32.c Fix windows ANSI locale: use CP_ACP instead of CP_THREAD_ACP (#2062) 2018-10-03 14:19:07 +02:00