log

age author description
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.
Thu, 05 Feb 2015 03:42:42 +0100 Thomas Wuerthinger Merge.
Thu, 05 Feb 2015 03:42:23 +0100 Thomas Wuerthinger Register plugin for NewFrame intrinsic.
Thu, 05 Feb 2015 03:25:21 +0100 Thomas Wuerthinger Create ExplodeLoop plugin prototype. Special sort for blocks from bci block map builder for explode loop methods. Graph builder plugin for customizing static field accesses. New Truffle option TruffleExcludeAssertions default true that excludes assertion code from being partial evaluated in the new partial evaluator.
Thu, 05 Feb 2015 03:22:35 +0100 Thomas Wuerthinger Only fill frame with default value when it is non-null.
Thu, 05 Feb 2015 01:28:10 +0100 Thomas Wuerthinger Create prototype for new graph builder plugin for loop explosion.
Wed, 04 Feb 2015 17:02:31 -0800 Michael Van De Vanter Merge with 41af11212ed308e59dbd87fe1b5c4dfc790cbba3
Wed, 04 Feb 2015 16:38:09 -0800 Michael Van De Vanter Merge with cd49455040c1d57d8ab74473b3786ecc4f663060
Wed, 04 Feb 2015 16:34:07 -0800 Michael Van De Vanter Truffle/Instrumentation: update ChangeLog
Tue, 03 Feb 2015 11:48:25 -0800 Michael Van De Vanter Truffle/Instrumentation: refine checks for safe node replacement
Thu, 05 Feb 2015 01:24:09 +0100 Thomas Wuerthinger Remove unused import.
Thu, 05 Feb 2015 01:04:56 +0100 Thomas Wuerthinger Make graph equality comparison for testing purposes more robust, by sorting constants lexically.
Wed, 04 Feb 2015 23:33:32 +0100 Thomas Wuerthinger Add null check in Unbox graph builder plugin.
Wed, 04 Feb 2015 21:29:52 +0100 Thomas Wuerthinger Merge.
Wed, 04 Feb 2015 21:28:56 +0100 Thomas Wuerthinger Resolve simple method calls to Special invoke kind before processing the invoke.
Wed, 04 Feb 2015 21:28:34 +0100 Thomas Wuerthinger Fix condition in inlining during parse time plugin in partial evaluator.
Wed, 04 Feb 2015 21:04:41 +0100 Thomas Wuerthinger Factor the findSpecialCallTarget logic when canonicalizing MethodCallTarget nodes into a static method.