view GRAAL_AUTHORS @ 3197:4011431b4d85

Removed assertion in EdgeMoveOptimizer that is not valid anymore because of guards Made IdealGraph printing to network faster : use a buffered output stream Change in the scheduling of outer framestates : they would sometimes be pushed too high because of the inner framestate being attached to a merge Framestate now automatically delete their outerframestate if possible when the inner framestate is deleted Peeling : When coloring down, color the exception edges fix around framestates on 'dangling merges' allow some nodes to be white when splitting handle outerframestates properly when splitting
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Thu, 07 Jul 2011 16:04:21 +0200
parents 70d8d239eb89
children 61369a06f03c
line wrap: on
line source

Lukas Stadler (stadler@ssw.jku.at)
* July - September 2010: Initial feature-complete implementation, remote compilation
* Since April 2011: New IR design

Gilles Duboscq (gilles.duboscq@oracle.com)
* Since April 2011: New IR design

Peter Hofer (hofer@ssw.jku.at)
* Since May 2011: Graphviz visualization

Thomas Wuerthinger (thomas.wuerthinger@oracle.com)
* June 2011: Initial prototype
* October 2010 - January 2011: Bug fixes (all DaCapo's pass), better performance on SciMark than C1
* Since April 2011: New IR design