| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor fixes following the discussion on pull request 224:big-marshal | Xavier Leroy | 2015-10-19 | 2 | -10/+6 |
* | Typo: >> should have been <<. | Xavier Leroy | 2015-09-15 | 1 | -1/+1 |
* | Add alternate marshaling format, used when marshaled data is >= 4 Gb. | Xavier Leroy | 2015-08-03 | 3 | -206/+370 |
* | Experiment: output_value/input_value beyond the 4 Gb barrier. | Xavier Leroy | 2015-08-03 | 0 | -0/+0 |
* | GPR#221: add forgotten CAMLnoreturn_end | Gabriel Scherer | 2015-08-03 | 1 | -1/+1 |
* | make alldepend | Gabriel Scherer | 2015-08-02 | 11 | -2327/+2242 |
* | update Changes to record the potentially-breaking change of GPR#155 | Gabriel Scherer | 2015-08-02 | 1 | -0/+3 |
* | update Changes | Gabriel Scherer | 2015-08-02 | 1 | -2/+2 |
* | GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end} | Gabriel Scherer | 2015-08-02 | 5 | -28/+107 |
* | GPR#165: refactor and document CAMLunused{,_start,_end} | Gabriel Scherer | 2015-08-02 | 1 | -13/+12 |
* | GPR#221: keep Noreturn and add CAMLnoreturn_{start,end} | Gabriel Scherer | 2015-08-02 | 8 | -30/+38 |
* | GPR#165: reintroduce 'CAMLunused' for backward compatibility reasons. | Gabriel Scherer | 2015-08-02 | 1 | -0/+5 |
* | GPR#212 Emitaux: also emit column location | Gabriel Scherer | 2015-08-02 | 6 | -21/+24 |
* | Order type variables in format parameters | Gabriel Scherer | 2015-08-02 | 1 | -8/+8 |
* | GPR#201: Keep general types of Printf.{ifprintf,ikfprintf} | Gabriel Scherer | 2015-08-02 | 2 | -3/+4 |
* | PR#6649, GPR#222: accept (int_of_string "+3") | Gabriel Scherer | 2015-08-02 | 4 | -2/+11 |
* | fix -dsource error on recursive modules | Gabriel Scherer | 2015-08-02 | 2 | -1/+3 |
* | update Changes | Gabriel Scherer | 2015-08-02 | 1 | -0/+2 |
* | ocamlbuild: + Log.is_logging to skip allocation in hot path | Gabriel Scherer | 2015-08-02 | 5 | -6/+14 |
* | ocamlbuild: Log: do not wrap format unless it will be used | Gabriel Scherer | 2015-08-02 | 3 | -5/+5 |
* | ocamlbuild: specialize Hashtbl for Resource.Cache | Gabriel Scherer | 2015-08-02 | 1 | -0/+2 |
* | Added the missing POSIX signals in Sys (Guillaume Bury) | Gabriel Scherer | 2015-08-02 | 4 | -1/+60 |
* | merge branch 4.02 from rev 16205 to rev 16238 | Damien Doligez | 2015-07-29 | 9 | -24/+43 |
* | Changed OCamlbuild's license to LGPL with static linking exception. | Xavier Leroy | 2015-07-28 | 165 | -165/+329 |
* | Of--by-one-bit error in two_power_m1_big_int, causing out-of-bound write if n... | Xavier Leroy | 2015-07-28 | 1 | -3/+4 |
* | #6940: fix regression on 32-bit machine related to new unboxing strategy. | Alain Frisch | 2015-07-28 | 1 | -1/+1 |
* | float_of_big_int: for negative arguments, the top 55 bits must round towards ... | Xavier Leroy | 2015-07-28 | 2 | -1/+7 |
* | fix regression test for PR#6938 for 32-bit machines | Damien Doligez | 2015-07-27 | 2 | -48/+48 |
* | Still following up on commit 16278. | Xavier Leroy | 2015-07-27 | 8 | -28/+28 |
* | Hopefully finish 16278 (again). | Alain Frisch | 2015-07-27 | 1 | -5/+5 |
* | Hopefully finish 16278. | Alain Frisch | 2015-07-27 | 1 | -1/+1 |
* | Update "register_class" followign the introduction of the Val machine type. | Xavier Leroy | 2015-07-27 | 5 | -12/+9 |
* | Rvert 16273. gasche pointed to a counterexample: 'let rec x = (x;1)'. | Alain Frisch | 2015-07-27 | 1 | -2/+2 |
* | Cosmetic. | Alain Frisch | 2015-07-27 | 1 | -15/+7 |
* | Inline transl_unbox_let to clarify code. | Alain Frisch | 2015-07-27 | 1 | -15/+12 |
* | Allow unbox in let-rec bindings, for uniformity. | Alain Frisch | 2015-07-27 | 1 | -22/+23 |
* | Fix suspicious (harmless) case in cmm-compilation of letrec. | Alain Frisch | 2015-07-27 | 1 | -2/+2 |
* | Mention commit r16269 (merge of GPR#115). | Xavier Leroy | 2015-07-27 | 1 | -0/+2 |
* | GPR#107: Prevent more unnecessary float boxing, especially in if and match. P... | Alain Frisch | 2015-07-27 | 2 | -6/+37 |
* | More precise typing at the C-- and Mach level. | Xavier Leroy | 2015-07-27 | 28 | -190/+282 |
|\ |
|
| * | Update to trunk r16267.cmm-mach-types | Xavier Leroy | 2015-07-27 | 771 | -18154/+22243 |
| |\
| |/
|/| |
|
* | | update Changelog | Gabriel Scherer | 2015-07-26 | 1 | -0/+2 |
* | | GPR#165: Added pragmas for MSVC do disable the unused variable warning for CA... | Gabriel Scherer | 2015-07-26 | 1 | -14/+31 |
* | | GPR#165: Missing Noreturn moved before the functions and added a missing unde... | Gabriel Scherer | 2015-07-26 | 2 | -1/+2 |
* | | GPR#165: Fixed small typo it should be _MSC_VER not __MSC_VER | Gabriel Scherer | 2015-07-26 | 1 | -1/+1 |
* | | GPR#165: Undef the erno values and redefine them using the winsocket values. | Gabriel Scherer | 2015-07-26 | 1 | -74/+37 |
* | | GPR#165: Changed the definition of the Noreturn macro to also work with Visua... | Gabriel Scherer | 2015-07-26 | 7 | -30/+31 |
* | | GPR#165: Added define guards around the macros in unixsupport and for the isn... | Gabriel Scherer | 2015-07-26 | 2 | -1/+78 |
* | | GPR#156: Optimize reallocation of caml_frame_descriptors | Gabriel Scherer | 2015-07-26 | 5 | -50/+138 |
* | | GPR#196: Make [Thread.id] and [Thread.self] [noalloc]. | Gabriel Scherer | 2015-07-26 | 4 | -6/+8 |