log

age author description
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.
Wed, 04 Feb 2015 21:04:05 +0100 Thomas Wuerthinger Use stack kind when pushing an UnboxNode.
Wed, 04 Feb 2015 19:21:33 +0100 Thomas Wuerthinger Prototype for configuring inlining during parsing via a closure in the GraphBuilderConfiguration object.
Wed, 04 Feb 2015 14:33:27 +0100 Josef Eisl LIRGeneratorTool: change return type from Value to Variable for most emit methods.
Wed, 04 Feb 2015 16:53:11 +0100 Josef Eisl LIRGenerator: assert that we are not creating copies of variables (unintentionally).
Wed, 04 Feb 2015 14:44:37 +0100 Josef Eisl CurrentLockNode: do not create superfluous move.
Wed, 04 Feb 2015 15:08:31 +0100 Roland Schatz GraphBuilderPlugins for GraalDirectives.
Wed, 04 Feb 2015 15:00:25 +0100 Josef Eisl FixPointIntervalBuilder: do not record instruction ids but instructions.
Wed, 04 Feb 2015 15:02:36 +0100 Josef Eisl Remove InstructionNumberer once again (Backed out changeset: 1fca9212fb61).
Wed, 04 Feb 2015 14:39:22 +0100 Doug Simon copy GraphBuilderPlugins when copying a GraphBuilderPhase
Wed, 04 Feb 2015 13:51:17 +0100 Josef Eisl Merge.
Wed, 04 Feb 2015 11:31:26 +0100 Josef Eisl LSStackSlotAllocator: record use positions globally.
Tue, 03 Feb 2015 13:46:33 +0100 Josef Eisl InstructionNumberer: remove opIdToBlockMap.
Tue, 03 Feb 2015 13:33:52 +0100 Josef Eisl Backed out changeset 5b61f60e458f, d6b4eaeff50b (remove InstructionNumberer).
Tue, 03 Feb 2015 15:12:29 +0100 Josef Eisl LSStackSlotAllocator: add debug timers.
Tue, 03 Feb 2015 13:04:23 +0100 Josef Eisl FrameMapBuilderImpl: verify StackSlotAllocation.
Wed, 04 Feb 2015 03:22:41 +0100 Thomas Wuerthinger Merge.
Wed, 04 Feb 2015 03:19:37 +0100 Thomas Wuerthinger Fold if nodes at parse time.
Wed, 04 Feb 2015 03:04:20 +0100 Thomas Wuerthinger Prototype for folding object equality at parse time.
Wed, 04 Feb 2015 02:38:59 +0100 Thomas Wuerthinger More restructuring of CompareNode. Move unorderedIsTrue flag to a field.
Wed, 04 Feb 2015 02:28:28 +0100 Thomas Wuerthinger Restructure CompareNode. Create constant fold utility, store condition as data field.
Wed, 04 Feb 2015 01:59:39 +0100 Thomas Wuerthinger Canonicalize load fields on constant receivers at partial evaluation parse time.
Wed, 04 Feb 2015 01:41:30 +0100 Thomas Wuerthinger Draft for ParameterPlugin.
Wed, 04 Feb 2015 01:26:51 +0100 Thomas Wuerthinger Draft for LoadFieldPlugin.
Wed, 04 Feb 2015 00:55:08 +0100 Thomas Wuerthinger Further restructuring in the PartialEvaluator.
Wed, 04 Feb 2015 00:41:25 +0100 Thomas Wuerthinger More restructuring in PartialEvaluator.
Wed, 04 Feb 2015 00:31:33 +0100 Thomas Wuerthinger Move more logic from TruffleCache to PartialEvaluator.
Wed, 04 Feb 2015 00:20:29 +0100 Thomas Wuerthinger Move some logic from TruffleCache to PartialEvaluator.
Wed, 04 Feb 2015 01:31:23 +0100 Doug Simon moved dispatch for plugin to be within InvocationPlugin
Tue, 03 Feb 2015 21:24:16 +0100 Doug Simon Backed out c8b2315651d3 as it breaks replay compilation
Tue, 03 Feb 2015 21:22:33 +0100 Doug Simon use anonymous classes for GraphBuilderPlugins instead of enums to common out registration logic and add better static checking
Tue, 03 Feb 2015 18:30:07 +0100 Lukas Stadler fix canonicalizer in IntegerTestNode
Tue, 03 Feb 2015 17:15:44 +0100 Stefan Anzinger Merge
Tue, 03 Feb 2015 17:03:19 +0100 Stefan Anzinger Merge
Tue, 03 Feb 2015 17:02:15 +0100 Stefan Anzinger Only lowerToIf, when stage does not allow FloatingGuards
Tue, 03 Feb 2015 16:59:56 +0100 Stefan Anzinger Add HotSpotCryptoSubstitutionTest to blacklist for SPARC
Tue, 03 Feb 2015 16:09:16 +0100 Lukas Stadler small refactoring in DefaultTruffleSplittingStrategyNew