summaryrefslogtreecommitdiff
path: root/asmcomp
Commit message (Expand)AuthorAgeFilesLines
* PR#5287: Optimized handling of partially-applied functionsXavier Leroy2011-06-122-10/+91
* Support inlining of functions containing structured constants.Xavier Leroy2011-03-296-48/+85
* Ignoring compiled files.Pierre Weis2011-03-171-0/+2
* add option -runtime-variantDamien Doligez2011-03-171-1/+1
* PR#5237: incorrect .size directives generated for x86-32 and x86-64Xavier Leroy2011-03-132-9/+10
* AMD64/MacOS X: wrong symbol names for caml_negf_mask and caml_absf_mask in -s...Xavier Leroy2010-06-021-12/+7
* Slightly better code generated for floating-point comparisons.Xavier Leroy2010-05-243-67/+93
* PR#4975: spelling mistakes "overriden" and "informations"Damien Doligez2010-05-215-18/+18
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-199-94/+86
* PR#5027: method! for overridingXavier Leroy2010-04-225-8/+8
* PR#5029: typo in names of lib functions for float32<->float64 conversion.Xavier Leroy2010-04-221-6/+6
* PR#5030: start data labels higher. Also, use emit_floatNN_directive.Xavier Leroy2010-04-221-8/+4
* PR#4971: wrong variable name in alpha/proc.ml; cleanups in lex/cset.mli and b...Xavier Leroy2010-04-181-2/+2
* merge branches/overrideJacques Garrigue2010-04-084-15/+15
* mistake in the size of allocated integers (again)Damien Doligez2010-01-291-9/+19
* mistake in the size of allocated integersDamien Doligez2010-01-291-1/+1
* clean up spaces and tabsDamien Doligez2010-01-2260-152/+126
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-2013-49/+84
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-208-18/+42
* Updating the ARM port, continued:Xavier Leroy2009-05-042-59/+48
* PR#4759: bad merge of emit_call, etcXavier Leroy2009-03-311-19/+0
* Updated ARM port to new ABI (EABI), with software floating-point.Xavier Leroy2009-03-313-171/+163
* Added and used Reg.createv_like.Xavier Leroy2009-03-314-41/+53
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-033-35/+90
* PR#4558 part 1: unboxing of floats and boxed ints across 'let' and similar co...Xavier Leroy2008-08-051-2/+16
* PR#4583: do not compare Lambda terms with =, use Lambda.same insteadXavier Leroy2008-08-011-1/+1
* PR#4564 (partial): mark stack as non-executable on Linux/ELFXavier Leroy2008-08-012-2/+9
* Output references to the native version of the primitives in ocamloptAlain Frisch2008-07-242-8/+3
* PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy2008-07-142-28/+27
* PR#4462: forgot bigarrayset in is_pureXavier Leroy2008-03-181-1/+1
* Add explicit references to external primitive symbols.Alain Frisch2008-01-314-3/+19
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-1110-40/+84
* Remove unused variable.Alain Frisch2007-11-151-2/+0
* Same in native code.Alain Frisch2007-11-152-35/+22
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-81/+19
* Use the variable mksharedlib from the configure script to build cmxs.Alain Frisch2007-11-121-7/+4
* Roll-back: natdynlink won't be ported to PowerPC anytime soon.Alain Frisch2007-11-092-77/+16
* Make it work under Win64.Alain Frisch2007-11-081-20/+22
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-0616-173/+447
* Can select which assembler to use at configuration time (PR#4171)Xavier Leroy2007-10-3011-38/+26
* fusion de la version 3.10.0Damien Doligez2007-10-082-27/+10
* ajout des annotations pour variables et appels terminauxDamien Doligez2007-05-161-1/+1
* Make name of object file for package initialization unique (needed for the MS...Xavier Leroy2007-03-011-1/+4
* Stack backtraces for Win64/AMD64 (bug fixes)Xavier Leroy2007-03-011-0/+4
* Stack backtraces for Win64/AMD64 (not tested yet)Xavier Leroy2007-03-011-42/+68
* Better handling of multiple extensions (foo.d.cmo, foo.p.cmx...)Nicolas Pouillard2007-02-231-3/+3
* PR#4152: avoid repeated calls to transl in transl_unbox_letXavier Leroy2007-02-221-5/+6
* wrong branch... rollbackAlain Frisch2007-02-152-3/+3
* starting to implement native dynlink for UnixAlain Frisch2007-02-152-3/+3
* fusion des changements 3.09.3 -> release309_merge310Damien Doligez2007-02-094-9/+11