log

age author description
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.