log graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/SafepointNode.java @ 11959:23ccaa863eda

age author description
Thu, 26 Sep 2013 16:10:02 +0200 Gilles Duboscq Remove DeoptimizingNode.getDeoptimizationReason
Tue, 24 Sep 2013 08:51:02 +0200 Doug Simon made safepoint-on-return use specialized HotSpot runtime support for such safepoints (which have no debug info attached)
Mon, 16 Sep 2013 19:15:52 +0200 Doug Simon removed the IterableNodeType marker interface from SafepointNode (GRAAL-471)
Fri, 13 Sep 2013 16:08:23 +0200 Doug Simon refactored IterableNodeType into a top level type to avoid problems it was causing for javac and JDT (CR-1408)
Mon, 08 Apr 2013 09:26:06 +0200 Gilles Duboscq Introduce DeoptimizingNode interface
Mon, 11 Mar 2013 14:02:18 +0100 Doug Simon made SafepointNode extensible (temp. solution until SafepointNodes are lowered via snippets)
Fri, 25 May 2012 11:35:18 +0200 Lukas Stadler changes to the dependencies and stamp system:
Mon, 23 Apr 2012 21:27:48 +0200 Doug Simon fixed regression: loop safepoints cannot be placed inside snippets
Fri, 20 Apr 2012 14:45:58 +0200 Doug Simon removed data link from SafepointNode to a LoopEndNode
Thu, 19 Apr 2012 22:57:53 +0200 Doug Simon separated safepoints out of LoopEndNodes into SafepointNodes