summaryrefslogtreecommitdiff
path: root/caml
Commit message (Expand)AuthorAge
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Extract Coq lists to Caml lists.Gravatar xleroy2008-12-29
* Revised back-end so that only 2 integer registers are reserved for reloading.Gravatar xleroy2008-12-21
* Clight: ajout Econdition, suppression Eindex.Gravatar xleroy2008-09-27
* New fileGravatar xleroy2008-08-11
* Flag to turn on/off the recognition of fused multiply-add and multiply-subGravatar xleroy2008-07-31
* Added Slabel, SgotoGravatar xleroy2008-07-31
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Compilo C, preprocesseur, assembleur sont determines par configure et mis dan...Gravatar xleroy2008-04-19
* Impression des 'for'Gravatar xleroy2008-04-19
* Detecter __builtin_xxxGravatar xleroy2008-04-19
* Amelioration compilation des switchGravatar xleroy2008-04-17
* Camlcoq.ml: interpret Caml's int32 as unsigned when converting to Integers.intGravatar xleroy2008-04-16
* MAJGravatar xleroy2008-04-15
* Alignement de la pile dans PrintPPCGravatar xleroy2008-04-13
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* Problemes d'alignement des variables globales et a l'interieur de leurs initi...Gravatar xleroy2007-10-31
* Revu l'heuristique de linearisationGravatar xleroy2007-10-30
* Linearize: utilisation d'une heuristique externe d'enumeration des noeuds du CFGGravatar xleroy2007-10-27
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...Gravatar xleroy2007-08-28
* Ajout et utilisation de caml/Driver.ml. Ajout ./configure. Revu MakefilesGravatar xleroy2007-08-06
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".Gravatar xleroy2007-08-04
* Rapport d'erreur dans CILGravatar xleroy2006-10-23
* Relaxation des contraintes sur les struct recursivesGravatar xleroy2006-10-23
* Location pour erreur sur le type de main()Gravatar xleroy2006-10-23
* Verification du type de retour de main()Gravatar xleroy2006-10-23
* Lever la restriction sur les fonctions externes, restriction qui exigeait que...Gravatar xleroy2006-10-22
* Meilleur traitement des fonctions forward declared. Ajout d'un warning sur l...Gravatar xleroy2006-10-22
* Resolution d'un probleme (cf. big endian), etGravatar blazy2006-10-20
* Simplification de Cminor: les affectations de variables locales ne sontGravatar xleroy2006-09-18
* Suite des stubs variadiques.Gravatar xleroy2006-09-17
* Preprocesser en definissant __ppc__ (utile pour l'emulation MacOSX/Intel)Gravatar xleroy2006-09-17
* Revu generation de stubs pour les fonctions variadiquesGravatar xleroy2006-09-17
* Type unrolling in struct and union fieldsGravatar xleroy2006-09-17
* Bug dans le traitement des fonctions variadiques.Gravatar xleroy2006-09-17
* Meilleur message de debug dans le cas IcallGravatar xleroy2006-09-17
* Ajout de Init_pointer (experimental)Gravatar xleroy2006-09-17
* Const.prop dans la taille des tableaux. Tolerer (avec warning) les declarati...Gravatar xleroy2006-09-16
* Utiliser l'extension .light.c au lieu de .clightGravatar xleroy2006-09-11
* Typo dans impression structsGravatar xleroy2006-09-11
* Eviter de caster les fonctions directement dans le cas variadique, gcc dit qu...Gravatar xleroy2006-09-11
* Revu traitement des structures et unions recursives. Dans Cshmgen, meilleure...Gravatar xleroy2006-09-11
* Code de timingGravatar xleroy2006-09-11
* Traiter les initialisations x = NULLGravatar xleroy2006-09-08
* Suite de l'adaptation du front-end CILGravatar xleroy2006-09-08
* Integration du front-end CIL developpe par Thomas MoniotGravatar xleroy2006-09-07
* MAJGravatar xleroy2006-09-06
* Definition redondanteGravatar xleroy2006-09-06
* Fusion de la branche "traces":Gravatar xleroy2006-09-04
* Ajout d'un type-checker (non certifie) pour CminorGravatar xleroy2006-07-17