summaryrefslogtreecommitdiff
path: root/asmcomp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy2007-01-2931-372/+729
* Compatibilite avec versions plus recentes de ml64Xavier Leroy2007-01-241-3/+3
* Produce position-independent code by default. This makes it easier to embed ...Xavier Leroy2007-01-011-2/+4
* PR#4181: watch out for big constants in Ioffset_locXavier Leroy2006-12-161-1/+1
* Utiliser link /lib comme partial linker sous Windows/MSVC; adapter versions U...Xavier Leroy2006-10-181-1/+1
* Better handling of .cmx files in combination with -for-pack (PR#4124)Xavier Leroy2006-10-175-4/+27
* gprof profiling support for MacOSX/Intel (PR#4087)Xavier Leroy2006-10-161-1/+15
* Dead code eliminatedXavier Leroy2006-10-031-1/+0
* Attempt to support Visual C++ 2005. Remain to be tested.Xavier Leroy2006-09-231-9/+15
* PR#4110: error in computation of required stack size in case #arguments > 16Xavier Leroy2006-09-211-1/+1
* fusion des changements 3.09.2 -> 3.09.3Damien Doligez2006-09-202-8/+10
* Portage PowerPC 64 bitsXavier Leroy2006-05-313-88/+137
* Silence the ml64 assemblerXavier Leroy2006-05-091-1/+1
* Ajout option /link /subsystem:console pour Windows/msvc et meilleur traitemen...Xavier Leroy2006-05-091-1/+1
* Issues with Iconst_int of a constant that exceeds 32 bits signedXavier Leroy2006-05-052-13/+11
* Suite essais Win64Xavier Leroy2006-05-052-50/+68
* First cut for AMD64/Win64 port of ocamloptXavier Leroy2006-05-042-0/+963
* fusion des changements 3.09.1 -> 3.09.2Damien Doligez2006-04-1610-71/+140