log graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/cfs/FlowUtil.java @ 18107:2579d0ac7ad6

age author description
Thu, 25 Sep 2014 10:27:17 +0200 Doug Simon added Edges class to consolidate code operating on set of input or successor edges and to better isolate magic used to access edges
Mon, 08 Sep 2014 21:00:12 +0200 Doug Simon removed Node.recordsUsages()
Tue, 02 Sep 2014 00:44:43 +0200 Doug Simon select generated input and successor iterators if Node.USE_GENERATED_NODES
Fri, 22 Aug 2014 15:56:51 +0200 Doug Simon switched to using new NodeFieldIterator and NodeFieldIterable for traversing Node inputs and successors
Fri, 15 Aug 2014 11:34:38 +0200 Doug Simon moved NodeInfo and friends into separate com.oracle.graal.nodeinfo project so that annotation processor can be applied to the base Node class
Fri, 02 May 2014 21:05:13 +0200 Miguel Garcia [flow-sensitive] minor refactorings for readability, documentation
Sun, 27 Apr 2014 17:29:19 +0200 Doug Simon fixed some minor javadoc formatting issues
Fri, 25 Apr 2014 16:50:52 +0200 Miguel Garcia Add phase FlowSensitiveReductionPhase.