log

age author description
Mon, 16 Feb 2015 18:08:55 +0100 Thomas Wuerthinger Eclipse format.
Mon, 16 Feb 2015 17:47:43 +0100 Thomas Wuerthinger Add generic parameter to NodeClass. Change Graph#getNodes(Class) to Graph#getNodes(NodeClass).
Mon, 16 Feb 2015 17:25:43 +0100 Thomas Wuerthinger Fix typed node iterator test.
Mon, 16 Feb 2015 17:07:49 +0100 Thomas Wuerthinger More node type fixes.
Mon, 16 Feb 2015 17:02:56 +0100 Thomas Wuerthinger Fix node types.
Mon, 16 Feb 2015 16:55:18 +0100 Thomas Wuerthinger Fix node types.
Mon, 16 Feb 2015 16:36:40 +0100 Thomas Wuerthinger Fix warning.
Mon, 16 Feb 2015 15:43:22 +0100 Thomas Wuerthinger Merge.
Mon, 16 Feb 2015 15:43:03 +0100 Thomas Wuerthinger Create static final NodeClass field named TYPE in Node subclasses.
Sun, 15 Feb 2015 23:13:11 +0100 Thomas Wuerthinger Lookup Tag based on index in enum value array.
Mon, 16 Feb 2015 15:00:15 +0100 Roland Schatz Ignore ConstantNodes when checking graph order.
Mon, 16 Feb 2015 12:35:57 +0100 Andreas Woess Truffle: add more exact math graph builder plugins
Mon, 16 Feb 2015 11:51:42 +0100 Andreas Woess Truffle: also apply method substitutions after FastPE
Sun, 15 Feb 2015 23:42:49 +0100 Andreas Woess IGV: show properties window by default
Mon, 16 Feb 2015 11:57:43 +0100 Doug Simon renamed GraphBuilderPlugins to InvocationPlugins and consolidated it into GraphBuilderConfiguration; moved declaration of GraphBuilderPlugin sub-interfaces into GraphBuilderPlugin
Sun, 15 Feb 2015 22:38:29 +0100 Thomas Wuerthinger Remove unused import.
Sun, 15 Feb 2015 22:21:45 +0100 Thomas Wuerthinger Graph builder plugins for Math#abs and Math#sqrt. Apply macro substitutions for invokes with still missing plugins.
Sun, 15 Feb 2015 20:46:06 +0100 Thomas Wuerthinger Enable bytecode instruction level tracing only when assertions are enabled.
Sun, 15 Feb 2015 20:45:45 +0100 Thomas Wuerthinger Do not use store local in HIRFrameStateBuilder as a simple write to the local array is sufficient.
Sun, 15 Feb 2015 20:18:58 +0100 Thomas Wuerthinger Fix for new frame implementation.
Sun, 15 Feb 2015 18:04:42 +0100 Thomas Wuerthinger Experiment with alternative frame implementation.
Sun, 15 Feb 2015 16:54:22 +0100 Thomas Wuerthinger Truffle graph builder plugin isValid should only record assumption is true.
Sun, 15 Feb 2015 16:44:52 +0100 Thomas Wuerthinger Do not inline into methods that need a Graal replacement in the new partial evaluator.
Sun, 15 Feb 2015 16:00:58 +0100 Thomas Wuerthinger Avoid diamond shape for methods that return a condition.
Sun, 15 Feb 2015 15:28:26 +0100 Thomas Wuerthinger Parse time constant folding for div and float convert.
Sun, 15 Feb 2015 14:33:16 +0100 Thomas Wuerthinger Add graph building time canonicalization for NormalizeCompareNode.
Sun, 15 Feb 2015 14:28:01 +0100 Thomas Wuerthinger Fix "materialize" Truffle graph builder plugins.
Sat, 14 Feb 2015 21:34:37 +0100 Thomas Wuerthinger Prototype caching in HotSpotConstantPool.
Sat, 14 Feb 2015 21:32:35 +0100 Thomas Wuerthinger Small fix for compare node. Returned node could already be in the graph.
Sat, 14 Feb 2015 19:45:33 +0100 Thomas Wuerthinger Fix inline decisions in fast partial evaluator.