Age | Commit message (Expand) | Author |
2012-01-22 | Attempt at shortening paths on printing | Jacques Garrigue |
2012-01-20 | Reverting bad commit. | Alain Frisch |
2012-01-20 | Fix #5490. | Alain Frisch |
2012-01-13 | Fix bug #5476: native code compilation of let rec on float arrays | Fabrice Le Fessant |
2011-12-22 | PR#5345: optimize checkbound for constant indices. | Xavier Leroy |
2011-12-22 | PR#5360: on 64-bit platforms, generate more compact code for Parrayrefs and P... | Xavier Leroy |
2011-12-21 | PR#5179: giant steps towards a Mingw64 port. | Xavier Leroy |
2011-12-18 | PR#4869: rare collisions between assembly labels for code and data | Xavier Leroy |
2011-12-17 | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS. | Xavier Leroy |
2011-12-16 | Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64. | Xavier Leroy |
2011-10-15 | Reverted most of previous change re: local labels in AMD64/MacOSX. | Xavier Leroy |
2011-10-15 | AMD64/MacOSX code generator: make local asm labels really local. (L100 inste... | Xavier Leroy |
2011-09-18 | PR#5336: add .type directives in ARM code | Xavier Leroy |
2011-09-18 | PR#5319: Lswitch compilation for Win64 / MSVC. (Untested.) | Xavier Leroy |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2011-07-20 | uniform .ignore system | Damien Doligez |
2011-07-20 | merge changes from 3.12.0 to 3.12.1 | Damien Doligez |
2011-06-12 | PR#5287: Optimized handling of partially-applied functions | Xavier Leroy |
2011-03-29 | Support inlining of functions containing structured constants. | Xavier Leroy |
2011-03-17 | Ignoring compiled files. | Pierre Weis |
2011-03-17 | add option -runtime-variant | Damien Doligez |
2011-03-13 | PR#5237: incorrect .size directives generated for x86-32 and x86-64 | Xavier Leroy |
2010-06-02 | AMD64/MacOS X: wrong symbol names for caml_negf_mask and caml_absf_mask in -s... | Xavier Leroy |
2010-05-24 | Slightly better code generated for floating-point comparisons. | Xavier Leroy |
2010-05-21 | PR#4975: spelling mistakes "overriden" and "informations" | Damien Doligez |
2010-05-19 | PR#5033: tools/objinfo made more general. | Xavier Leroy |
2010-04-22 | PR#5027: method! for overriding | Xavier Leroy |
2010-04-22 | PR#5029: typo in names of lib functions for float32<->float64 conversion. | Xavier Leroy |
2010-04-22 | PR#5030: start data labels higher. Also, use emit_floatNN_directive. | Xavier Leroy |
2010-04-18 | PR#4971: wrong variable name in alpha/proc.ml; cleanups in lex/cset.mli and b... | Xavier Leroy |
2010-04-08 | merge branches/override | Jacques Garrigue |
2010-01-29 | mistake in the size of allocated integers (again) | Damien Doligez |
2010-01-29 | mistake in the size of allocated integers | Damien Doligez |
2010-01-22 | clean up spaces and tabs | Damien Doligez |
2010-01-20 | merge changes from release/3.11.1 to release/3.11.2 | Damien Doligez |
2009-05-20 | merge changes from ocaml3110 to ocaml3111rc0 | Damien Doligez |
2009-05-04 | Updating the ARM port, continued: | Xavier Leroy |
2009-03-31 | PR#4759: bad merge of emit_call, etc | Xavier Leroy |
2009-03-31 | Updated ARM port to new ABI (EABI), with software floating-point. | Xavier Leroy |
2009-03-31 | Added and used Reg.createv_like. | Xavier Leroy |
2008-12-03 | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez |
2008-08-05 | PR#4558 part 1: unboxing of floats and boxed ints across 'let' and similar co... | Xavier Leroy |
2008-08-01 | PR#4583: do not compare Lambda terms with =, use Lambda.same instead | Xavier Leroy |
2008-08-01 | PR#4564 (partial): mark stack as non-executable on Linux/ELF | Xavier Leroy |
2008-07-24 | Output references to the native version of the primitives in ocamlopt | Alain Frisch |
2008-07-14 | PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set} | Xavier Leroy |
2008-03-18 | PR#4462: forgot bigarrayset in is_pure | Xavier Leroy |
2008-01-31 | Add explicit references to external primitive symbols. | Alain Frisch |
2008-01-11 | merge changes 3.10.0 -> 3.10.1 | Damien Doligez |
2007-11-15 | Remove unused variable. | Alain Frisch |