log

age author description
Tue, 12 Jan 2016 14:34:05 +0100 Doug Simon updated truffle import
Tue, 12 Jan 2016 11:56:23 +0100 Manuel Rigger Add CompilerDirectives#transferToInterpreter to catch block in NFI call method.
Mon, 11 Jan 2016 20:19:25 -0800 Tom Rodriguez Inlining exploration limit shouldn't be a bailout
Mon, 11 Jan 2016 16:47:22 -0800 Christian Wimmer GraphPE: Fix bug in loop detection
Mon, 11 Jan 2016 22:50:34 +0100 Doug Simon changed system property prefix for @Option based Graal options to "graal."
Mon, 11 Jan 2016 22:49:56 +0100 Doug Simon require @Option annotated fields to start with upper case letter
Mon, 11 Jan 2016 22:48:38 +0100 Doug Simon removed remaining uses of "jvmci." prefixed system properties in Graal
Mon, 11 Jan 2016 16:05:45 +0100 Stefan Anzinger Use ExpandLogicPhase instead of SchedulePhase for hooking in the SubIntCompareCanonicalizationPhase
Mon, 11 Jan 2016 15:27:47 +0100 Stefan Anzinger Update jvmci import revision
Mon, 11 Jan 2016 13:43:59 +0100 Stefan Anzinger Put SPARCSubIntCanonicalization before SchedulePhase
Fri, 08 Jan 2016 17:46:00 -0800 Christian Wimmer Merge
Fri, 08 Jan 2016 17:45:30 -0800 Christian Wimmer Add targetMethod parameter to node intrisics with custom intrinsify method
Fri, 08 Jan 2016 17:44:37 -0800 Christian Wimmer Fix bug in error reporting for generated invocation plugins
Sat, 09 Jan 2016 01:40:57 +0100 Doug Simon converted all explicit uses of "graal." system properties to use @Option instead and added "test." prefix to all tests using such a property
Sat, 09 Jan 2016 01:22:31 +0100 Doug Simon detect misformatted -G option
Fri, 08 Jan 2016 23:45:33 +0100 Doug Simon updated jvmci import
Fri, 08 Jan 2016 23:33:34 +0100 Doug Simon removed NodeIntrinsificationPlugin since MethodsElidedInSnippets feature is no longer used
Fri, 08 Jan 2016 23:01:02 +0100 Doug Simon added Tuffle unit test to Graal gate
Fri, 08 Jan 2016 22:59:20 +0100 Doug Simon updated jvmci and truffle import
Fri, 08 Jan 2016 13:12:43 -0800 Christian Wimmer GraphPE: when exploding nested loops, keep exploding exits of inner loops separately so that they merge separately with the outermost loop; fix bugs in loop detection and make test cases more challenging
Fri, 08 Jan 2016 13:10:52 -0800 Christian Wimmer Convert deoptimize to guard also when deoptimize is behind (possibly nested) loop exit
Wed, 06 Jan 2016 18:18:22 +0100 Gilles Duboscq Fix copy-paste error in javadoc
Fri, 08 Jan 2016 17:22:37 +0100 Gilles Duboscq Peeling: also peel counted loops
Thu, 07 Jan 2016 10:31:36 -0800 Tom Rodriguez Ensure that Suites creation properly tracks overrides
Thu, 07 Jan 2016 08:33:16 -0800 Christian Wimmer Bugfix: node must be added to graph before it can be an input for a phi function
Thu, 07 Jan 2016 15:00:09 +0100 Doug Simon ensure OptionValues have a name if profiling their reads
Thu, 07 Jan 2016 14:54:32 +0100 Doug Simon fixed cast exception when using -G:Meter=
Thu, 07 Jan 2016 13:57:36 +0100 Doug Simon fixed NativeFunctionInterfaceTest for locales other than en_US.UTF-8
Wed, 06 Jan 2016 13:57:17 -0800 Tom Rodriguez Merge
Tue, 05 Jan 2016 17:06:06 -0800 Tom Rodriguez Use isPresent with Optional type
Tue, 05 Jan 2016 17:05:35 -0800 Tom Rodriguez Correct the stamp on the PiNode from a range check
Wed, 06 Jan 2016 18:38:46 +0100 Doug Simon disable inlining for CompileTheWorldTest
Wed, 06 Jan 2016 18:20:54 +0100 Doug Simon added MethodInlineBailoutLimit option to guard against inlining pathologies that effectively prevent compilation from completing in reasonable time
Wed, 06 Jan 2016 18:06:07 +0100 Doug Simon strip debugger VM options from subprocess
Tue, 05 Jan 2016 16:42:05 -0800 Christian Wimmer Merge
Tue, 05 Jan 2016 16:32:42 -0800 Christian Wimmer Support generic types in generated plugins
Tue, 05 Jan 2016 12:07:11 +0100 Doug Simon make CompileTheWorldTest verbose to try and debug gate timeout
Tue, 05 Jan 2016 12:06:37 +0100 Doug Simon only print stack traces from CompileTheWorld in verbose mode
Tue, 05 Jan 2016 01:39:17 +0100 Doug Simon disabled use of profiling info for snippets and stubs and removed request for profiling info if a compilation will ignore it anyway
Mon, 04 Jan 2016 13:48:37 +0100 Doug Simon re-added JVMCI library and generate it JVMCI classes in JDK9
Mon, 04 Jan 2016 12:17:38 +0100 Josef Eisl TraceRA: work around warning with newer ecj versions.
Mon, 04 Jan 2016 01:45:30 +0100 Thomas Wuerthinger Add schedule phase as last phase for economy low tier - a valid schedule needs to be available after running low tier.
Mon, 04 Jan 2016 01:15:44 +0100 Thomas Wuerthinger Clean up unused instance field in SchedulePhase.
Mon, 04 Jan 2016 00:57:26 +0100 Thomas Wuerthinger Add suppress warnings for try in SchedulePhase#run.
Mon, 04 Jan 2016 00:48:58 +0100 Thomas Wuerthinger Refactor scheduling phase to be without state and produce a ScheduleResult that is stored in the graph.
Sat, 02 Jan 2016 16:49:35 +0100 Thomas Wuerthinger Undo assignment of different bci for unwind block.
Sat, 02 Jan 2016 13:57:16 +0100 Thomas Wuerthinger Do not full unroll loops with unwind exits.
Sat, 02 Jan 2016 13:26:48 +0100 Thomas Wuerthinger Do not peel loops with loop exits that unwind.
Sat, 02 Jan 2016 12:46:21 +0100 Thomas Wuerthinger Fix wrong bci given to unwind block in bci block mapping.
Sat, 02 Jan 2016 00:50:24 +0100 Thomas Wuerthinger Fix TypeSystemTest. Apply same optimizations on reference snippet as on test snippet.
Fri, 01 Jan 2016 23:55:03 +0100 Thomas Wuerthinger Perform DCE for old loop phis after peeling.
Fri, 01 Jan 2016 20:47:47 +0100 Thomas Wuerthinger Fix FrameStateAssignment#hasFloatingDeopts utility.
Fri, 01 Jan 2016 19:09:59 +0100 Thomas Wuerthinger Merge.
Fri, 01 Jan 2016 19:09:36 +0100 Thomas Wuerthinger Further simplifications of node predicates.
Fri, 01 Jan 2016 18:50:05 +0100 Thomas Wuerthinger Move proxy handling from AbstractBeginNode to LoopExitNode.
Fri, 01 Jan 2016 18:44:10 +0100 Thomas Wuerthinger Reduce usage of node predicate isNotA.
Fri, 01 Jan 2016 18:35:53 +0100 Thomas Wuerthinger Remove IsNotNullPredicate.
Fri, 01 Jan 2016 18:32:58 +0100 Thomas Wuerthinger Move loop phi recursive usage optimization from loop begin simplification to loop phi canonicalization.
Fri, 01 Jan 2016 18:14:07 +0100 Thomas Wuerthinger Remove DistinctFilteredNodeIterable.
Fri, 01 Jan 2016 18:12:51 +0100 Thomas Wuerthinger Do not clean invalid phis during graph building. Too much complexity for a very rare case.