log

age author description
Fri, 06 Feb 2015 18:00:51 +0100 Doug Simon rename: constantReflectionProvider -> constantReflection
Fri, 06 Feb 2015 17:59:24 +0100 Doug Simon added graph builder plugins for FrameWithoutBoxing
Fri, 06 Feb 2015 16:49:34 +0100 Thomas Wuerthinger Fixes for TruffleGraphBuilderPluginsProvider.
Fri, 06 Feb 2015 14:42:44 +0100 Thomas Wuerthinger Merge.
Fri, 06 Feb 2015 14:42:31 +0100 Thomas Wuerthinger Avoid creating loop phis only for non-OSR graphs.
Fri, 06 Feb 2015 05:22:59 +0100 Thomas Wuerthinger Fix method IntegerBelowNode#findSynonym.
Fri, 06 Feb 2015 04:35:28 +0100 Thomas Wuerthinger Perform analysis for locals changed in the loop and avoid creating phis for loop invariant locals.
Fri, 06 Feb 2015 04:33:04 +0100 Thomas Wuerthinger Do only constant folding when creating a new array length node in the parser.
Fri, 06 Feb 2015 03:25:19 +0100 Thomas Wuerthinger Merge.
Fri, 06 Feb 2015 03:24:50 +0100 Thomas Wuerthinger Initial prototype for loop explosion during graph building.
Fri, 06 Feb 2015 12:44:50 +0100 Doug Simon Merge.
Fri, 06 Feb 2015 12:17:20 +0100 Doug Simon Run unit tests even earlier during gate
Fri, 06 Feb 2015 12:11:22 +0100 Doug Simon rename: makeNonNull -> nullCheckedValue
Thu, 05 Feb 2015 19:35:29 +0100 Josef Eisl Move LinearScan to c.o.g.lir.alloc.lsra.
Fri, 06 Feb 2015 10:09:13 +0100 Josef Eisl Move ComputeBlockOrder to compiler.common and delete c.o.g.alloc project.
Thu, 05 Feb 2015 19:17:47 +0100 Josef Eisl Introduce LIRGenerationDebugContext.
Thu, 05 Feb 2015 18:37:10 +0100 Josef Eisl Move DetailedAsserts Option to GraalOptions.
Wed, 04 Feb 2015 18:24:05 +0100 Josef Eisl Move HIR independent utilities to c.o.g.compiler.common.
Wed, 04 Feb 2015 18:21:29 +0100 Josef Eisl Let c.o.g.compiler.common depend on c.o.g.debug.
Thu, 05 Feb 2015 15:33:15 -0800 Tom Rodriguez Run unittest earlier during gate
Thu, 05 Feb 2015 11:14:36 +0100 Josef Eisl Reapply changeset: 6fce03279f0a (LIRGenerator: assert that we are not creating copies of variables.)
Thu, 05 Feb 2015 15:11:16 +0100 Josef Eisl [SPARC] TableSwitchOp: explicit Variable to Variable move.
Thu, 05 Feb 2015 13:16:09 +0100 Josef Eisl [SPARC] make CompareAndSwapOp side-effect free.
Thu, 05 Feb 2015 10:34:13 +0100 Josef Eisl [SPARC] do not create superfluous copies of variables.
Thu, 05 Feb 2015 15:19:40 +0100 Doug Simon added utility to GraphBuilderContext for generating a receiver null check from within an InvocationPlugin for a non-static method
Thu, 05 Feb 2015 14:34:36 +0100 Roland Schatz Use GraphBuilderPlugins.Registration mechanism to register GraalDirectivePlugins.
Thu, 05 Feb 2015 14:11:59 +0100 Roland Schatz Add comment.
Thu, 05 Feb 2015 11:10:38 +0100 Josef Eisl Temporary backed out changeset: 6fce03279f0a (LIRGenerator: assert that we are not creating copies of variables.)
Thu, 05 Feb 2015 04:16:48 +0100 Thomas Wuerthinger More folding on creation for object equality node.
Thu, 05 Feb 2015 04:10:59 +0100 Thomas Wuerthinger Add constant folding for getClass graph builder plugin.