log

age author description
Mon, 16 Sep 2013 13:09:02 +0200 Doug Simon made 'mx build' refresh IDE configs automatically
Mon, 16 Sep 2013 15:18:30 +0200 Bernhard Urban bootstrap: print number of compiled methods
Mon, 16 Sep 2013 10:02:14 +0200 Thomas Wuerthinger Add PhiNode in InliningUtil with addWithoutUnique.
Mon, 16 Sep 2013 02:31:05 +0200 Thomas Wuerthinger Correct test.
Mon, 16 Sep 2013 01:41:56 +0200 Thomas Wuerthinger Fix LoadJavaMirrorWithKlassPhase to use new node addition constraints.
Mon, 16 Sep 2013 01:39:52 +0200 Thomas Wuerthinger Improve global value numbering algorithm.
Mon, 16 Sep 2013 01:14:33 +0200 Thomas Wuerthinger Introduce NodeClass.isLeafNode(). Avoid cloning of leaf nodes if equal node is found in destination graph.
Sun, 15 Sep 2013 22:33:09 +0200 Thomas Wuerthinger Disallow add for global value numberable node types. Introduce addWithoutUnique.
Sun, 15 Sep 2013 19:03:38 +0200 Thomas Wuerthinger Merge.
Sun, 15 Sep 2013 18:00:18 +0200 Thomas Wuerthinger Merge.
Sun, 15 Sep 2013 16:44:09 +0200 Thomas Wuerthinger Merge.
Sun, 15 Sep 2013 16:31:32 +0200 Thomas Wuerthinger Do not assign new source section if replacing node already has source section assigned.
Sun, 15 Sep 2013 16:31:11 +0200 Thomas Wuerthinger Early return from node replacement.
Sun, 15 Sep 2013 16:27:07 +0200 Thomas Wuerthinger New caching mechanism in TruffleCache for better compilation performance. Clean up of partial evaluator phases.
Sun, 15 Sep 2013 16:25:03 +0200 Thomas Wuerthinger New way of handling skipped exceptions in the graph builder.
Fri, 13 Sep 2013 23:12:10 +0200 Thomas Wuerthinger Merge.
Thu, 05 Sep 2013 16:36:40 +0200 Thomas Wuerthinger Introduce TruffleMinInvokeThreshold flag.
Sun, 15 Sep 2013 16:40:48 +0200 Doug Simon added metric to count IterableNodeTypes (GRAAL-471)
Sun, 15 Sep 2013 16:34:25 +0200 Doug Simon removed the IterableNodeType marker interface from ControlSinkNode (GRAAL-471)
Sun, 15 Sep 2013 16:33:57 +0200 Doug Simon removed the IterableNodeType marker interface from CommitAllocationNode (GRAAL-471)
Sun, 15 Sep 2013 16:15:16 +0200 Doug Simon removed the IterableNodeType marker interface from BlockPlaceholderNode (GRAAL-471)
Sun, 15 Sep 2013 02:39:07 +0200 Andreas Woess Truffle: Frame restructuring.
Sat, 14 Sep 2013 21:18:36 +0200 Andreas Woess Truffle IGV printer: add edge labels.
Sat, 14 Sep 2013 20:49:30 +0200 Andreas Woess Truffle: make NodeUtil class final and its unsafe field private.
Sat, 14 Sep 2013 20:30:47 +0200 Andreas Woess IGV: workaround for disappearing search bar.
Sat, 14 Sep 2013 17:31:25 -0400 Morris Meyer Start of PTX array passing
Fri, 13 Sep 2013 17:54:59 +0200 Doug Simon removed IterableNodeType from some classes for which typed node iterators were never used or were only used in tests
Fri, 13 Sep 2013 16:17:42 +0200 Doug Simon Merge.
Fri, 13 Sep 2013 16:08:23 +0200 Doug Simon refactored IterableNodeType into a top level type to avoid problems it was causing for javac and JDT (CR-1408)
Fri, 13 Sep 2013 15:39:14 +0200 Doug Simon added support for accumulative times to TimerImpl
Fri, 13 Sep 2013 15:21:51 +0200 Doug Simon made TimerImpl respect conditional flag (GRAAL-470)
Fri, 13 Sep 2013 15:20:53 +0200 Doug Simon moved 'conditional' field and related methods down in DebugValue
Fri, 13 Sep 2013 15:03:45 +0200 Gilles Duboscq Add javadoc to GuardsStage and FrameStateAssignmentPhase
Fri, 13 Sep 2013 14:47:04 +0200 Gilles Duboscq Rename GuardsPhase to GuardsStage to avoid confusion with existing Phases
Wed, 11 Sep 2013 15:19:58 +0200 Gilles Duboscq Add a test to ConditionalEliminationTest
Wed, 11 Sep 2013 10:36:09 +0200 Gilles Duboscq CheckCastNode.canonical should not assume that tool.assumptions is not null
Wed, 11 Sep 2013 10:21:51 +0200 Gilles Duboscq Strengthen and simplify ConditionTest
Fri, 13 Sep 2013 13:02:40 +0100 Chris Seaton Truffle: NodeUtil.getNthParent.
Fri, 13 Sep 2013 11:57:18 +0200 Roland Schatz Remove invalid assertion in ReentrantNodeIterator.
Thu, 12 Sep 2013 19:43:05 -0700 Mick Jordan mxtool: fix eclipseinit to use project suite dir for included suites
Thu, 12 Sep 2013 18:06:18 -0400 Morris Meyer Rename PTX ArrayTest
Thu, 12 Sep 2013 18:02:10 -0400 Morris Meyer Rename PTX ArrayTest
Thu, 12 Sep 2013 23:04:35 +0200 Doug Simon fixed TimerImpl to account for (i.e., deduct) all nested timers, not just the most recent one
Thu, 12 Sep 2013 22:58:36 +0200 Doug Simon removed "ScopeTime" timer
Thu, 12 Sep 2013 19:22:28 +0200 Andreas Woess Truffle: compilation final array support.
Thu, 12 Sep 2013 19:01:40 +0200 Andreas Woess Merge
Thu, 12 Sep 2013 16:09:50 +0200 Andreas Woess TruffleCache: use frame state values to check argument stamps; iterating over local nodes is no longer sufficient since e231671f39d0.
Thu, 12 Sep 2013 17:32:45 +0200 Doug Simon check that Debug has not been initialized before HotSpotOptions.finalizeOptions() is called
Thu, 12 Sep 2013 16:23:28 +0200 Doug Simon made Debug.ENABLED static (i.e. a compile-time constant)
Thu, 12 Sep 2013 14:43:21 +0200 Doug Simon applied changes to basic-graal that were made in a downstream repo
Thu, 12 Sep 2013 12:56:05 +0200 Andreas Woess gpu.cpp: fix warning: not all control paths return a value
Thu, 12 Sep 2013 11:18:03 +0200 Doug Simon gave different name to per-phase timer and metric
Thu, 12 Sep 2013 09:13:12 +0200 Doug Simon added DelegatingMetaAccessProvider, DelegatingCodeCacheProvider, DelegatingGraalCodeCacheProvider
Wed, 11 Sep 2013 17:02:40 -0400 bharadwaj Create runtime object based on GPUIL type newly added to gpu class; some code refactoring.
Wed, 11 Sep 2013 21:04:24 +0200 Mick Jordan Allow mxtool suites to be in separate repositories (CR-1367)
Wed, 11 Sep 2013 16:41:15 +0200 Roland Schatz Early exit from ReentrantNodeIterator.
Tue, 10 Sep 2013 19:20:20 +0200 Andreas Woess Truffle-DSL: fix implicit cast bug.
Wed, 11 Sep 2013 11:56:38 +0200 Doug Simon Merge.
Wed, 11 Sep 2013 09:37:39 +0200 Doug Simon Merge.
Tue, 10 Sep 2013 22:13:46 +0200 Doug Simon remove global phase metric, replaced with per-phase metrics