log

age author description
Thu, 28 Jun 2012 13:48:58 +0200 Doug Simon removed mechanism for persisting profile information
Thu, 28 Jun 2012 13:45:09 +0200 Doug Simon renamed BaseProfilingInfo to DefaultProfilingInfo and moved it to com.oracle.graal.api.meta
Thu, 28 Jun 2012 13:39:40 +0200 Doug Simon moved everything from com.oracle.graal.nodes.cri into com.oracle.graal.nodes.spi
Thu, 28 Jun 2012 13:36:39 +0200 Doug Simon moved some methods from CodeUtil to MetaUtil
Thu, 28 Jun 2012 12:46:04 +0200 Doug Simon renamings: ExtendedRiRuntime -> GraalCodeCacheProvider, CiLoweringTool -> LoweringTool, RiGraphCache -> GraphCache
Thu, 28 Jun 2012 13:10:28 +0200 Gilles Duboscq Merge
Thu, 28 Jun 2012 13:09:54 +0200 Gilles Duboscq Do not created a graph if we use a cached one
Thu, 28 Jun 2012 12:00:09 +0200 Gilles Duboscq Merge
Wed, 27 Jun 2012 17:44:48 +0200 Gilles Duboscq Safer arraycopy bulk write barrier
Wed, 27 Jun 2012 17:44:08 +0200 Gilles Duboscq Cleanup and fixes in handling of VirtualStates around loop exits merging
Thu, 28 Jun 2012 11:30:21 +0200 Doug Simon made invalid javadoc cause a JDT error
Thu, 28 Jun 2012 11:11:12 +0200 Doug Simon enabled Eclipse/JDT javadoc checking and fixed resulting warnings
Thu, 28 Jun 2012 09:51:43 +0200 Doug Simon make the javadoc command work when classes have not been previously compiled
Wed, 27 Jun 2012 19:09:23 +0100 Doug Simon fixed javadoc command on Windows
Wed, 27 Jun 2012 18:44:47 +0200 Doug Simon small refinement to generated javadoc
Wed, 27 Jun 2012 18:21:49 +0200 Doug Simon generated jpg for link to svg version of dependency to accommodate Internet Explorer
Wed, 27 Jun 2012 18:06:03 +0200 Doug Simon added overview.html for each project and integrated it into the generated 'mx site' command
Wed, 27 Jun 2012 15:40:03 +0200 Gilles Duboscq Be more strict on isInt check in CAS lowering when index is constant
Wed, 27 Jun 2012 14:15:32 +0200 Gilles Duboscq Merge
Wed, 27 Jun 2012 14:15:16 +0200 Gilles Duboscq Fix some If probabilities in graph builder
Wed, 27 Jun 2012 13:01:50 +0200 Doug Simon Merge.
Wed, 27 Jun 2012 12:46:30 +0200 Doug Simon integrated mxtool changes from Maxine project
Wed, 27 Jun 2012 01:03:19 +0200 Doug Simon added site command to generate a javadoc-based website
Wed, 27 Jun 2012 01:02:43 +0200 Doug Simon added --base argument to javadoc command
Wed, 27 Jun 2012 11:51:18 +0200 Lukas Stadler rework of switch operations: unify lookup- and tableswitch, introduce switch lir instructions
Tue, 26 Jun 2012 16:54:58 +0200 Gilles Duboscq Merge
Tue, 26 Jun 2012 16:54:44 +0200 Gilles Duboscq Look for LoopUnswitch opportunities (LoopUnswitch currently disabled)
Tue, 26 Jun 2012 16:51:48 +0200 Gilles Duboscq Add leadGraphID to IfNOde so that we can convert them to deopts
Tue, 26 Jun 2012 16:50:43 +0200 Gilles Duboscq Make a copy of the probability array when cloning ControlSplitNodes
Tue, 26 Jun 2012 16:43:51 +0200 Gilles Duboscq While inlining, ensure proper anchoring of things that where anchored to the StartNode