summaryrefslogtreecommitdiff
path: root/asmcomp/cmmgen.ml
Commit message (Expand)AuthorAgeFilesLines
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-9/+4
* PR#4558 part 1: unboxing of floats and boxed ints across 'let' and similar co...Xavier Leroy2008-08-051-2/+16
* Output references to the native version of the primitives in ocamloptAlain Frisch2008-07-241-7/+2
* PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy2008-07-141-26/+25
* Add explicit references to external primitive symbols.Alain Frisch2008-01-311-0/+4
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-4/+66
* PR#4152: avoid repeated calls to transl in transl_unbox_letXavier Leroy2007-02-221-5/+6
* fusion des changements 3.09.3 -> release309_merge310Damien Doligez2007-02-091-2/+4
* Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy2007-01-291-84/+92
* fusion des changements 3.09.1 -> 3.09.2Damien Doligez2006-04-161-0/+1
* PR#1956 renommage: bigarray est prefixe par ocaml_ba_Damien Doligez2006-01-271-6/+6
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-54/+54
* Revu implementation de ocamlopt -pack. Remplacement du renommage a posterior...Xavier Leroy2005-08-011-4/+1
* share some stringsJacques Garrigue2004-11-301-1/+16
* PR#3182: typo in box_intXavier Leroy2004-11-031-1/+1
* switch to new vtable representationJacques Garrigue2004-05-261-22/+133
* PR#1914,PR#1956, suppression du portage Mac OS 9Damien Doligez2004-01-051-13/+20
* PR#1914,PR#1956, suppression du portage Mac OS 9Damien Doligez2004-01-051-3/+4
* PR#1914,PR#1956 depollution de l'espace de nomsDamien Doligez2004-01-041-10/+14
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-031-4/+4
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-27/+29
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-9/+9
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-3/+4
* Detecter division par zero et lever exception Divide_by_zero.Xavier Leroy2003-11-211-7/+26
* Bug dans Int32.shift_right_unsigned sur archi 64 bitsXavier Leroy2003-04-251-16/+5
* Ajout des litteraux de type int32, nativeint, int64Xavier Leroy2003-04-251-65/+99
* Pour l'option -pack, permettre de donner une interface explicite (via un .mli...Xavier Leroy2003-03-061-10/+0
* Traiter le cas d'un makeblock qui depasse Max_young_wosize (PR#1551)Xavier Leroy2003-03-061-8/+28
* fix "let rec x = (x;1)"Damien Doligez2002-12-151-2/+7
* Introduction et utilisation de Cglobal_symbol pour declarer explicitement les...Xavier Leroy2002-11-241-5/+12
* Revu compilation des boucles for pour le cas ou la borne est max_int (pour un...Xavier Leroy2002-11-181-3/+6
* amelioration de let recDamien Doligez2002-11-071-16/+23
* Les affectations sur les bigarrays doivent renvoyer () (PR#1323)Xavier Leroy2002-08-191-2/+2
* Mauvaise traduction des Const_pointer dans les constantes structurees (attent...Xavier Leroy2002-06-081-1/+3
* Complex bigarraysXavier Leroy2002-02-101-16/+53
* Ajout du packaging d'unites de compilation (option -pack)Xavier Leroy2002-02-081-7/+16
* bug lazy dans ocamlopt + diverses bricolesDamien Doligez2002-01-201-18/+12
* bug 785 (debordement entier cmmgen)Luc Maranget2002-01-101-1/+4
* bug 539Luc Maranget2001-09-211-1/+1
* new Switch moduleLuc Maranget2001-04-301-34/+6
* Suppression re-partage des constantes structurees, ne sert pas a grand chose ...Xavier Leroy2001-04-021-14/+8
* optimsation pm a donfLuc Maranget2001-02-191-65/+16
* Forcer la troncature a 31 bits dans les conversions boxed int -> int (PR#269)Xavier Leroy2001-02-051-1/+6
* Suppression de messages de debug qui etaient restes par erreurXavier Leroy2001-01-251-5/+2
* Revu et etendu l'unboxing des nombres dans les letXavier Leroy2001-01-131-53/+102
* Getting rid of obsolete boolean operators & and orPierre Weis2000-12-281-1/+1
* or-pat avec variables et compil du switchLuc Maranget2000-10-021-97/+310
* new or-pat compilation + exhaustiveness used in compilationLuc Maranget2000-08-111-37/+40
* Retour de Cconst_pointer et ajout de Cconst_natpointer (necessaires pour un b...Xavier Leroy2000-03-171-7/+13
* oublis Cconst_pointer -> Cconst_intJacques Garrigue2000-03-131-1/+1