log graal/com.oracle.max.graal.compiler/src/com/oracle/max/graal/compiler/gen/LIRGenerator.java @ 3000:6c95d57cb1e2

age author description
Thu, 16 Jun 2011 16:00:01 +0200 Thomas Wuerthinger Removed usage of stateBefore. Now framestate is always a successor of its associated node.
Thu, 16 Jun 2011 15:02:20 +0200 Thomas Wuerthinger Made Deoptimize instruction into FixedNode instead of Instruction.
Thu, 16 Jun 2011 14:20:20 +0200 Thomas Wuerthinger Clean up scheduler. Remove test for HIR loop end in LIRGenerator.
Thu, 16 Jun 2011 10:59:27 +0200 Lukas Stadler merge
Wed, 15 Jun 2011 16:49:46 +0200 Lukas Stadler inlining of monomorphic profiled callsites with quick type checks
Wed, 15 Jun 2011 19:54:42 +0200 Gilles Duboscq Merge
Wed, 15 Jun 2011 16:36:37 +0200 Gilles Duboscq LoopCounter, WIP
Wed, 15 Jun 2011 11:20:26 +0200 Gilles Duboscq Some LoopCounter work
Wed, 15 Jun 2011 17:53:53 +0200 Thomas Wuerthinger Fixed merge issues.
Wed, 15 Jun 2011 17:45:00 +0200 Thomas Wuerthinger Cleaned up code around moveToPhi. The function is now explicitely called for EndNode and LoopEnd.
Wed, 15 Jun 2011 17:18:31 +0200 Thomas Wuerthinger Removed predecessorIndex array from the Node base class.
Wed, 15 Jun 2011 16:57:59 +0200 Thomas Wuerthinger Removed successor tags.
Wed, 15 Jun 2011 16:53:30 +0200 Thomas Wuerthinger Removed next pointer from EndNode to Merge. New scheduler.
Tue, 14 Jun 2011 16:41:27 +0200 Thomas Wuerthinger Tentative change that adds successor tags.
Fri, 10 Jun 2011 21:52:19 +0200 Thomas Wuerthinger Merge.
Thu, 09 Jun 2011 19:39:03 +0200 Thomas Wuerthinger More work on lowering phase.
Thu, 09 Jun 2011 17:28:56 +0200 Thomas Wuerthinger Towards lowering phase.
Thu, 09 Jun 2011 14:56:14 +0200 Thomas Wuerthinger Rename ClipNode=>FixedGuard and FixedNullCheck=>IsNonNull.
Fri, 10 Jun 2011 19:50:16 +0200 Lukas Stadler fixed graph start frame state
Fri, 10 Jun 2011 15:01:14 +0200 Lukas Stadler deoptimization action (invalidate, reprofile, ...)
Thu, 09 Jun 2011 14:02:28 +0200 Thomas Wuerthinger Refactored LIR generation for If.
Thu, 09 Jun 2011 13:41:31 +0200 Thomas Wuerthinger Changes to LIRBranch.
Thu, 09 Jun 2011 13:17:09 +0200 Thomas Wuerthinger Renamed NullCheck => FixedNullCheck.
Wed, 08 Jun 2011 15:48:06 +0200 Lukas Stadler merge
Wed, 08 Jun 2011 14:30:27 +0200 Lukas Stadler adjust monitor index while inlining, renamed NodeWorklist to NodeFlood
Wed, 08 Jun 2011 13:35:43 +0200 Thomas Wuerthinger Changed C1X=>Graal and c1x=>graal in Java code.
Wed, 08 Jun 2011 08:59:54 +0200 Thomas Wuerthinger Renamed packages. base graal/com.oracle.max.graal.compiler/src/com/sun/c1x/gen/LIRGenerator.java@d050e2e144a4