log graal/com.oracle.graal.lir/src/com/oracle/graal/lir/alloc/lsra/SSALinearScan.java @ 21323:3570b7d1a6f9

age author description
Tue, 12 May 2015 11:04:25 +0200 Josef Eisl LinearScan: create factory methods for subr- phases.
Tue, 12 May 2015 10:58:26 +0200 Josef Eisl LinearScan: outsource LifetimeAnalysis.
Tue, 05 May 2015 16:24:39 +0200 Josef Eisl MoveResolver: don't call check from constructor.
Thu, 30 Apr 2015 15:39:11 +0200 Josef Eisl SSALinearScan: add register hints to PHIs.
Thu, 30 Apr 2015 11:51:44 +0200 Josef Eisl SSALinearScan: add meter for phi resolution moves.
Tue, 05 May 2015 11:56:10 +0200 Josef Eisl Introduce SSALinearScan and SSAMoveResolver.