log graal/GraalCompiler/src/com/sun/c1x/ir/ComputeLinearScanOrder.java @ 2846:9b8c194c1b1f

age author description
Tue, 07 Jun 2011 15:13:22 +0200 Thomas Wuerthinger Small clean up.
Tue, 31 May 2011 13:30:23 +0200 Thomas Wuerthinger Removed Throw HIR instruction. Removed special handling for exceptions in register allocator.
Tue, 31 May 2011 11:50:19 +0200 Thomas Wuerthinger Clean up. Removed special exception successors in LIRBlock. Throw no longer a BlockEnd.
Wed, 25 May 2011 14:33:44 +0200 Thomas Wuerthinger Towards goto removal.
Tue, 24 May 2011 21:39:45 +0200 Thomas Wuerthinger Enabled new block finding algorithm.
Tue, 24 May 2011 12:07:17 +0200 Lukas Stadler exception dispatch simplification:
Fri, 20 May 2011 10:16:39 +0200 Thomas Wuerthinger More clean up around ComputeLinearScanOrder.
Thu, 19 May 2011 16:44:05 +0200 Thomas Wuerthinger Removed two more BlockBegin flags.
Thu, 19 May 2011 16:39:54 +0200 Thomas Wuerthinger Removed two BlockBegin flags.
Thu, 19 May 2011 16:37:32 +0200 Thomas Wuerthinger Removed commented-out loop recognition in the ComputeLinearScanOrder.
Thu, 19 May 2011 16:05:42 +0200 Thomas Wuerthinger Attempt to remove dependency between backend and BlockBegin.
Thu, 19 May 2011 14:31:03 +0200 Thomas Wuerthinger Small cleanup.
Wed, 18 May 2011 18:40:58 +0200 Lukas Stadler merge
Wed, 18 May 2011 18:09:20 +0200 Lukas Stadler exception handling related changes:
Wed, 18 May 2011 17:27:06 +0200 Thomas Wuerthinger Remove critical edge split identification.