ocaml/byterun
Xavier Leroy 6054bcb3dd GPR#164: more efficient (branchless) implementation of Pervasives.compare
specialized at type 'float'.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16539 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-10-25 10:21:13 +00:00
..
caml move the new record field of channel to avoid breaking some stubs in JS Core 2015-10-23 15:03:48 +00:00
.depend make alldepend 2015-08-15 15:57:59 +00:00
.ignore update .ignore files 2015-01-07 19:46:32 +00:00
Makefile Build system: fix a few hardcoded ar commands. 2015-10-09 20:41:57 +00:00
Makefile.common whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
Makefile.nt merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
alloc.c fix PR#7003 and a few other bugs caused by misuse of Int_val 2015-10-19 15:47:33 +00:00
array.c add create_float_array and deprecate make_float_array 2015-09-07 13:51:27 +00:00
backtrace.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
backtrace_prim.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
callback.c merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
compact.c Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public) 2015-06-08 13:21:42 +00:00
compare.c PR#4539: change exception string raised when comparing functional values 2015-01-16 21:50:24 +00:00
custom.c Allow allocating custom blocks with finalizers in the minor heap. 2015-08-16 21:23:47 +00:00
debugger.c PR#5587: windows fix 2014-12-27 15:14:32 +00:00
dynlink.c fix indentation 2015-04-02 02:51:58 +00:00
extern.c GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end} 2015-08-02 16:54:24 +00:00
fail.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
finalise.c merge branch 4.02 from rev 16205 to rev 16238 2015-07-29 22:19:24 +00:00
fix_code.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
floats.c GPR#164: more efficient (branchless) implementation of Pervasives.compare 2015-10-25 10:21:13 +00:00
freelist.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
gc_ctrl.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
globroots.c minor: explicit a precondition on rootlist->level to please Clang analyzer 2015-08-05 07:50:23 +00:00
hash.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
instrtrace.c deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM is too lax 2015-05-04 15:44:40 +00:00
intern.c fix PR#7003 and a few other bugs caused by misuse of Int_val 2015-10-19 15:47:33 +00:00
interp.c deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM is too lax 2015-05-04 15:44:40 +00:00
ints.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
io.c move the new record field of channel to avoid breaking some stubs in JS Core 2015-10-23 15:03:48 +00:00
lexing.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
main.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
major_gc.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
md5.c merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
memory.c Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public) 2015-06-08 13:21:42 +00:00
meta.c meta.c: one more MSVC fix 2015-02-08 15:11:00 +00:00
minor_gc.c Allow allocating custom blocks with finalizers in the minor heap. 2015-08-16 21:23:47 +00:00
misc.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
obj.c PR#6760: closures evaluated in the toplevel can now be marshalled 2015-02-08 14:10:08 +00:00
parsing.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
printexc.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
roots.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
signals.c Added the missing POSIX signals in Sys (Guillaume Bury) 2015-08-02 13:05:45 +00:00
signals_byt.c un-inline a call to caml_check_urgent_gc 2015-01-08 22:56:35 +00:00
stacks.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
startup.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
startup_aux.c Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c 2015-08-04 09:38:23 +00:00
str.c fix PR#7003 and a few other bugs caused by misuse of Int_val 2015-10-19 15:47:33 +00:00
sys.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
terminfo.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
unix.c merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
weak.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
win32.c Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public) 2015-06-08 13:21:42 +00:00