index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asmcomp
/
printcmm.ml
Age
Commit message (
Expand
)
Author
2014-04-25
- Constant ropagation for float and int32/int64/nativeint arithmetic.
Xavier Leroy
2014-03-17
be explicit when constructing integers that are block headers
Mark Shinwell
2013-11-19
Perform constant optimizations for integer division and modulus on the C-- le...
Benedikt Meurer
2013-10-14
Cleanup.
Alain Frisch
2013-10-14
Support for raise variants in ocamlopt. Only amd64 for now.
Alain Frisch
2012-10-15
remove all $Id keywords
Damien Doligez
2012-02-21
PR#5487: addition of CFI directives and a few filename/linenumber info to gen...
Xavier Leroy
2011-07-27
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2010-01-22
clean up spaces and tabs
Damien Doligez
2007-01-29
Stack backtraces on uncaught exceptions in native code (merge of the opt_back...
Xavier Leroy
2002-11-24
Introduction et utilisation de Cglobal_symbol pour declarer explicitement les...
Xavier Leroy
2000-10-02
or-pat avec variables et compil du switch
Luc Maranget
2000-08-11
new or-pat compilation + exhaustiveness used in compilation
Luc Maranget
2000-04-21
Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf
Pierre Weis
2000-03-17
Retour de Cconst_pointer et ajout de Cconst_natpointer (necessaires pour un b...
Xavier Leroy
2000-03-15
Ident passe a Format
Jacques Garrigue
2000-03-12
Suppression de Cconst_pointer, redondant
Xavier Leroy
2000-03-10
Introduction de Double_u (doubles alignes sur un mot) par opposition a Double...
Xavier Leroy
2000-02-08
Révision de l'impression à l'aide de format: utilisation de printf
Pierre Weis
2000-02-04
Traitement plus uniforme des load et des store. Ajout load/store sur int32 e...
Xavier Leroy
1999-11-17
Changement de la licence
Xavier Leroy
1999-11-08
Ajout du module Formatmsg pour rediriger les messages du systeme vers stdout ...
Xavier Leroy
1997-03-04
Representer les constantes entieres par le type Nativeint.t
Xavier Leroy
1997-02-04
Changement des boi^tes de pretty-print
Pierre Weis
1996-04-30
Renommage en Objective Caml
Xavier Leroy
1996-03-07
Ajout des instructions negf et absf (negation flottante, valeur
Xavier Leroy
1995-10-26
cmmgen: faire attention aux debordements quand on convertit un entier
Xavier Leroy
1995-08-09
Ajout des notices de copyright
Xavier Leroy
1995-07-25
Suppression de Cmodify / Imodify.
Xavier Leroy
1995-07-10
Branchement du GC de la version bytecode sur le compilateur natif
Xavier Leroy
1995-07-07
Ajout construction "checkbounds" dans C--.
Xavier Leroy
1995-07-07
Passage au truc d'Appel pour les fermetures de fonctions mutuellement
Xavier Leroy
1995-07-02
Integration du generateur de code et du compilateur.
Xavier Leroy
1995-06-15
Premiere version.
Xavier Leroy