summaryrefslogtreecommitdiff
path: root/asmcomp/coloring.ml
Commit message (Expand)AuthorAgeFilesLines
* Speed up register allocation by permanently spilling registers (#11102)Stephen Dolan2022-07-211-0/+3
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-111-1/+1
* Visit registers at most once in Coloring.iter_preferredStephen Dolan2020-03-311-9/+4
* Pass num_stack_slots as argumentGreta Yorsh2019-09-111-10/+9
* Move contains_calls and num_stack_slots from Proc to Mach.fundeclGreta Yorsh2019-09-091-5/+5
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-4/+4
* [coloring] Validate physical register offsets.Benedikt Meurer2013-01-131-4/+12
* [coloring] No need to test for "well-typed" interferences.Benedikt Meurer2013-01-071-21/+11
* Slightly improve ordering of constrained registers.Benedikt Meurer2012-12-271-2/+8
* Collect the constrained registers into a set.Benedikt Meurer2012-12-211-8/+13
* Simplify and optimize the coloring algorithm.Benedikt Meurer2012-12-201-208/+185
* Combine the first two coloring passes. Benedikt Meurer2012-12-201-47/+18
* Compute the degrees while building the interference graph.Benedikt Meurer2012-12-201-13/+3
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* clean up spaces and tabsDamien Doligez2010-01-221-2/+2
* Suppression de l'allocation dans la zone Incoming. Ce code semble ineffectif...Xavier Leroy2004-08-121-65/+44
* Getting rid of obsolete boolean operators & and orPierre Weis2000-12-281-8/+8
* Changement de la licenceXavier Leroy1999-11-171-1/+2
* Ne plus utiliser de registres flottantsXavier Leroy1996-05-161-60/+69
* Renommage en Objective CamlXavier Leroy1996-04-301-2/+2
* Extension objets.Jérôme Vouillon1996-04-221-25/+25
* emit_i386: bugs dans l'utilisation de testl et dans l'optimisation deXavier Leroy1995-10-251-1/+2
* Introduction de Lcondbranch3.Xavier Leroy1995-08-121-5/+20
* Ajout des notices de copyrightXavier Leroy1995-08-091-0/+13
* closure: suppression du parametre d'environnement si inutile.Xavier Leroy1995-07-131-1/+3
* Integration du generateur de code et du compilateur.Xavier Leroy1995-07-021-13/+38
* Premiere version.Xavier Leroy1995-06-151-0/+233