log graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/phases/MidTier.java @ 13378:16d99e9d77ad

age author description
Wed, 18 Dec 2013 11:13:17 +0100 Bernhard Urban Options: rename flag (AOTCompilation -> ImmutableCode)
Fri, 22 Nov 2013 12:12:38 -0800 Christian Wimmer Introduce option to disable deoptimization grouping
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Replace EliminatePartiallyRedundantGuardsPhase with OptimizeGuardAnchors
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)
Thu, 19 Sep 2013 12:14:56 +0200 Gilles Duboscq Group Deoptimization which have the same FrameState
Tue, 10 Sep 2013 19:18:24 +0200 Gilles Duboscq Merge
Tue, 10 Sep 2013 11:15:15 +0200 Gilles Duboscq Rename LoweringType to GuardsPhase and make it an attribute of StructuredGraphs
Tue, 10 Sep 2013 14:18:26 +0200 Roland Schatz Pass canonicalizer into IterativeConditionalEliminationPhase.
Tue, 10 Sep 2013 13:59:44 +0200 Roland Schatz Pass canonicalizer into EffectsPhase.
Tue, 10 Sep 2013 11:14:36 +0200 Roland Schatz New methods for incremental canonicalization.
Tue, 27 Aug 2013 10:14:06 +0200 Lukas Stadler incremental canonicalization for PartialEscapePhase / EffectsPhase
Thu, 18 Jul 2013 17:18:13 +0200 Lukas Stadler make early read elimination work on read/write nodes (in addition to load/store)
Thu, 18 Jul 2013 13:17:37 +0200 Lukas Stadler new ValueAnchorCleanupPhase to make lock elimination work again, tests for lock elimination
Thu, 18 Jul 2013 13:16:37 +0200 Lukas Stadler move LockElimination to MidTier
Thu, 18 Jul 2013 13:15:07 +0200 Lukas Stadler always perform canonicalization at the beginning of MidTier
Tue, 09 Jul 2013 11:58:03 +0200 Roland Schatz New lowering phase after framestate assignment.
Thu, 13 Jun 2013 13:19:56 +0200 Roland Schatz Method for adding a new phase at the beginning of a suite.
Wed, 12 Jun 2013 16:04:42 +0200 Bernhard Urban add option to enable ahead of time compilation for hotspot (GRAAL-290)
Thu, 06 Jun 2013 16:30:41 +0200 Bernhard Urban CanonicalizerPhase: remove it from context, add it to tiers instead and configure/pass it there (GRAAL-309)
Thu, 06 Jun 2013 09:26:02 +0200 Bernhard Urban CanonicalizerPhase: add phase that obtains the canonicalizer from the context
Tue, 04 Jun 2013 17:33:14 +0200 Doug Simon converted remaining options in GraalOptions to new system (GRAAL-27)
Tue, 14 May 2013 09:20:40 +0200 Roland Schatz Do a full canonicalization at the end of MidTier.
Thu, 02 May 2013 14:35:48 +0200 Gilles Duboscq Enable the loop safepoint elimination.
Tue, 23 Apr 2013 17:49:22 +0200 Roland Schatz Move more phases into tiers.
Tue, 16 Apr 2013 15:27:09 +0200 Roland Schatz Rename PartialCanonicalizerPhase to IncrementalCanonicalizerPhase.
Tue, 16 Apr 2013 13:22:12 +0200 Roland Schatz MidTier phase suite.