log graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/LIRGenerationPhase.java @ 22312:baa6dc00fd5c

age author description
Thu, 23 Jul 2015 15:59:59 +0200 Josef Eisl Refactoring of the SSA_LIR options.
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Wed, 27 May 2015 00:36:16 +0200 Doug Simon renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
Mon, 20 Apr 2015 18:05:27 +0200 Josef Eisl Add SSAVerifier.
Thu, 12 Mar 2015 23:24:03 +0100 Thomas Wuerthinger Add a new algorithm for latest possible schedule. Fix earliest possible schedule for the case of floating reads. Add scheduling test cases.
Tue, 03 Mar 2015 11:50:06 +0100 Josef Eisl GraalCompiler: Encapsulate LIR generation in an LIRPhase.