log graal/com.oracle.graal.lir/src/com/oracle/graal/lir/phases/LowLevelMidTierPhase.java @ 19272:2b0bc8ad8372

age author description
Wed, 11 Feb 2015 15:35:41 +0100 Josef Eisl Rename LowLevelPhase to LIRPhase.
Wed, 11 Feb 2015 13:44:39 +0100 Josef Eisl Make the non-abstract LowLevelMidTierPhase.run() final.
Mon, 09 Feb 2015 18:23:16 +0100 Josef Eisl Don't make LowLevelPhase generic but only the apply() method.
Mon, 09 Feb 2015 15:10:13 +0100 Josef Eisl LowLevelPhase: add support for custom name.
Mon, 09 Feb 2015 11:23:13 +0100 Josef Eisl LowLevelPhase: pass codeEmittingOrder and linearScanOrder to apply().
Fri, 06 Feb 2015 20:00:32 +0100 Josef Eisl Add LowLevelMidTierPhase.