log graal/com.oracle.max.graal.compiler/src/com/oracle/max/graal/compiler/ir/IsType.java @ 3515:4275ca8dde2b

age author description
Mon, 08 Aug 2011 23:12:54 +0200 Thomas Wuerthinger Implement GVN code automatically based on annotations (@Data)
Sun, 07 Aug 2011 16:28:10 +0200 Thomas Wuerthinger Renamed NodeInput=>Input and NodeSuccessor=>Successor and made them inner classes of Node.
Fri, 05 Aug 2011 18:44:32 +0200 Gilles Duboscq Merga
Fri, 05 Aug 2011 17:40:35 +0200 Gilles Duboscq Reintroduce Conditional (IfOp) using the new infrastructure, fix the Cmov support in the backend, use x86 cmov when possible, make it work with floating point comparison conditions, make MaterializeNode a subclass of Conditional, fix nasty bug related to introducing LIR jumps in an existing LIRBlock in MaterializeNode/Conditional
Wed, 03 Aug 2011 11:51:47 +0200 Lukas Stadler more work on new node structure, executes scimark, fop, avrora, luindex, lusearch, pmd, h2 and xalan
Mon, 04 Jul 2011 18:04:12 +0200 Lukas Stadler canonicalization for CheckCast, InstanceOf, IsNonNull, IsType and NotInstanceOf, checkstyle fix
Thu, 30 Jun 2011 16:07:18 +0200 Thomas Wuerthinger Changed the way the compare instructions are generated in the LIRGenerator.
Mon, 20 Jun 2011 15:14:36 +0200 Thomas Wuerthinger Create null checks as guard nodes.
Thu, 16 Jun 2011 20:36:17 +0200 Lukas Stadler inlining and runtime interface related changes:
Wed, 15 Jun 2011 16:49:46 +0200 Lukas Stadler inlining of monomorphic profiled callsites with quick type checks