log

age author description
Wed, 18 Feb 2015 16:07:09 -0800 Michael Van De Vanter Truffle/Instrumentation: fix some optimization bugs; instrumentation PE tests now succeed after recent compiler work
Wed, 18 Feb 2015 21:55:31 +0100 Doug Simon moved creation of String for detailed dependency failure message outside of no safepoint region
Wed, 18 Feb 2015 20:20:46 +0100 Thomas Wuerthinger Merge.
Wed, 18 Feb 2015 19:39:22 +0100 Thomas Wuerthinger Refactorings / clean ups in the graph builder.
Wed, 18 Feb 2015 18:48:36 +0100 Thomas Wuerthinger Move mutable parts of BciBlock to BytecodeParser.
Wed, 18 Feb 2015 18:36:11 +0100 Thomas Wuerthinger Reduce number of fields in BytecodeParser.
Wed, 18 Feb 2015 18:23:05 +0100 Thomas Wuerthinger Create helper methods in graph builder to support pending refactoring.
Wed, 18 Feb 2015 18:10:42 +0100 Thomas Wuerthinger Allocate unwind and return block in bci block mapping instead of the graph builder and give them proper ids.
Wed, 18 Feb 2015 17:59:18 +0100 Thomas Wuerthinger Simplify return block and unwind block creation in the graph builder.
Wed, 18 Feb 2015 17:52:22 +0100 Thomas Wuerthinger Split bci block mapping and local liveness analysis. Clean up bci block mapping. Always sort loop blocks to be consecutive.
Wed, 18 Feb 2015 15:10:57 +0100 Thomas Wuerthinger Correctly kill the condition when cannonicalizing IfNode.
Wed, 18 Feb 2015 15:10:28 +0100 Thomas Wuerthinger Fix phase applications in partial evaluator.
Wed, 18 Feb 2015 16:55:20 +0100 Andreas Woess Truffle: fix CompilerDirectives.materialize invocation plugin
Wed, 18 Feb 2015 12:49:57 +0100 Thomas Wuerthinger Merge.
Wed, 18 Feb 2015 12:20:01 +0100 Andreas Woess Truffle: register invocation plugins only for the frame class in use
Wed, 18 Feb 2015 12:12:28 +0100 Andreas Woess Truffle: minor fix for multi-threaded compilation
Wed, 18 Feb 2015 12:09:03 +0100 Andreas Woess Truffle: createMaterializedFrame should respect TruffleUseFrameWithoutBoxing option
Wed, 18 Feb 2015 12:12:26 +0100 Roland Schatz Use typed NodeClass in node constructors.
Wed, 18 Feb 2015 12:10:04 +0100 Roland Schatz Fix unchecked warnings in NodeClass.
Wed, 18 Feb 2015 11:46:16 +0100 Roland Schatz Fix NodeUnionFind bug: Make union ignore nodes that are already in the same set.
Tue, 17 Feb 2015 21:44:55 +0100 Josef Eisl eclipseformat
Tue, 17 Feb 2015 21:40:35 +0100 Josef Eisl GraalCompiler: rename LIRTier scope to LIRStages.
Tue, 17 Feb 2015 21:38:05 +0100 Josef Eisl Rename LIRLowTier to PostAllocationOptimizationStage.
Tue, 17 Feb 2015 21:33:48 +0100 Josef Eisl Rename LIRMidTier to AllocationStage.
Tue, 17 Feb 2015 21:29:49 +0100 Josef Eisl Rename LIRHighTier to PreAllocationOptimizationStage.
Tue, 17 Feb 2015 19:56:44 +0100 Josef Eisl Added tag baseline-0.1 for changeset 9a12234da10c
Wed, 18 Feb 2015 01:13:17 +0100 Doug Simon made use of Graal stubs instead of equivalent HotSpot stubs optional and off by default
Wed, 18 Feb 2015 00:09:24 +0100 Doug Simon Merge.
Tue, 17 Feb 2015 22:21:53 +0100 Doug Simon Merge.
Tue, 17 Feb 2015 20:43:03 +0100 Doug Simon put the code for printing a stack trace as part of -verbose:class behind the WizardMode flag
Tue, 17 Feb 2015 15:32:54 +0100 Doug Simon only need to null check invocations handled by a plugin if the receiver kind is Object
Tue, 17 Feb 2015 15:21:44 +0100 Doug Simon substitutions must always be inlined if +InlineDuringParing
Tue, 17 Feb 2015 23:39:41 +0100 Thomas Wuerthinger Assert that current bci points to an if Java bytecode when branch taken probability is requested.
Tue, 17 Feb 2015 23:31:15 +0100 Thomas Wuerthinger Undo previous change on probability cut-off for inlining. Perform experiment later.
Tue, 17 Feb 2015 23:08:49 +0100 Thomas Wuerthinger Use atomic integer for iterable IDs to prevent races.
Tue, 17 Feb 2015 20:38:13 +0100 Thomas Wuerthinger Merge.
Tue, 17 Feb 2015 20:37:45 +0100 Thomas Wuerthinger Correctly create IsCompilationConstantNode in FastPE mode.
Tue, 17 Feb 2015 17:31:48 +0100 Thomas Wuerthinger Cut off loop exit probability at 1D.
Tue, 17 Feb 2015 17:05:04 +0100 Thomas Wuerthinger Another fix in the cpp part.
Tue, 17 Feb 2015 16:51:36 +0100 Thomas Wuerthinger Fix cpp code.
Tue, 17 Feb 2015 16:32:58 +0100 Thomas Wuerthinger Merge.
Tue, 17 Feb 2015 16:32:47 +0100 Thomas Wuerthinger Do not eagerly resolve types in lookupType.
Tue, 17 Feb 2015 16:31:39 +0100 Thomas Wuerthinger Add a probability-based cut-off to the inlining policy.
Tue, 17 Feb 2015 01:50:08 +0100 Thomas Wuerthinger Fix graph dumping in the graph builder.
Tue, 17 Feb 2015 01:44:13 +0100 Thomas Wuerthinger Merge.
Tue, 17 Feb 2015 01:43:24 +0100 Thomas Wuerthinger Make Truffle compilations multi-threaded on multi-core systems. Introduce TruffleCompilerThreads option for a manual override.
Tue, 17 Feb 2015 01:26:27 +0100 Thomas Wuerthinger Remove left-over debug output.
Tue, 17 Feb 2015 01:17:42 +0100 Thomas Wuerthinger Remove debug output. Make FastPE true by default.
Tue, 17 Feb 2015 01:16:35 +0100 Thomas Wuerthinger Merge and merge fixes.
Tue, 17 Feb 2015 00:22:26 +0100 Thomas Wuerthinger Disable use of profiling information during partial evaluation.
Tue, 17 Feb 2015 00:08:51 +0100 Thomas Wuerthinger Small simplifications of FrameWithoutBoxing.
Mon, 16 Feb 2015 23:21:37 +0100 Thomas Wuerthinger Introduce option TruffleUseFrameWithoutBoxing, default to true.
Mon, 16 Feb 2015 22:23:17 +0100 Thomas Wuerthinger Install correct graph builder plugins for FastPE.
Mon, 16 Feb 2015 22:19:41 +0100 Thomas Wuerthinger Make array types exact types in unsafe casts.
Mon, 16 Feb 2015 20:01:40 +0100 Thomas Wuerthinger Make NodeClass#getNodeClassViaReflection accessible.
Tue, 17 Feb 2015 18:05:57 +0100 Gilles Duboscq Turn TailDuplication off by default
Thu, 12 Feb 2015 16:34:34 +0100 Gilles Duboscq Unswitch outer loops first
Tue, 17 Feb 2015 15:16:13 +0100 Gilles Duboscq Change threshold at which deopt is used
Tue, 17 Feb 2015 15:13:14 +0100 Gilles Duboscq Add some probablity sanity assert on AbstractJavaProfile
Tue, 17 Feb 2015 18:05:39 +0100 Gilles Duboscq Experiment with a different way of swapping instanceof profiles in IfNode.prepareForSwap