log graal/GraalCompiler/src/com/sun/c1x/value/FrameStateBuilder.java @ 2808:189ffb7d1d84

age author description
Tue, 24 May 2011 09:49:04 +0200 Thomas Wuerthinger Connected local variables to start node. No more need for frame state to emit locals.
Mon, 23 May 2011 19:21:53 +0200 Thomas Wuerthinger Towards removing stateAfter on BlockEnd.
Mon, 23 May 2011 14:51:18 +0200 Thomas Wuerthinger Model phi inputs as direct inputs in the graph instead of referring to the framestates of the predecessors.
Thu, 19 May 2011 17:20:55 +0200 Thomas Wuerthinger Removed unused optimization settings. Removed unused imports.
Wed, 18 May 2011 18:09:20 +0200 Lukas Stadler exception handling related changes:
Thu, 12 May 2011 11:00:31 +0200 Lukas Stadler duplicateModified helper method
Wed, 11 May 2011 11:43:44 +0200 Thomas Wuerthinger Fixed bci for stateBefore in BlockBegin
Mon, 09 May 2011 17:00:25 +0200 Lukas Stadler FrameState and Graphviz changes:
Fri, 06 May 2011 17:08:00 +0200 Lukas Stadler FrameState cleanup: split into FrameStateBuilder and fixed-size FrameState, removed MutableFrameState