log

age author description
Wed, 28 May 2014 12:17:00 +0200 Roland Schatz Ensure values stay finite in block probability computation.
Wed, 28 May 2014 12:16:44 +0200 Roland Schatz Remove unused oop compression code from backends.
Wed, 28 May 2014 12:15:50 +0200 Roland Schatz Remove isCompressible flags from memory access nodes.
Tue, 27 May 2014 21:20:01 -0700 Michael Van De Vanter Merge with 5c73b162eec248fc2d06f59d8f25860871a21be5
Tue, 27 May 2014 21:18:45 -0700 Michael Van De Vanter Truffle: additional methods on ExecutionContext
Tue, 27 May 2014 21:18:16 -0700 Michael Van De Vanter Truffle: NPE guard in InstrumentationNode
Wed, 28 May 2014 00:50:11 +0200 Doug Simon reduced execution time of ReplacementsImple.registerSubstitutions() by deferring parsing of substitution classes until the first request for a substitute method is received
Tue, 27 May 2014 22:00:41 +0200 Doug Simon added comments to explain the origin of generated sources
Tue, 27 May 2014 22:00:22 +0200 Doug Simon renamed project (and package) com.oracle.graal.hotspot.codegen to com.oracle.graal.hotspot.sourcegen
Tue, 27 May 2014 21:20:36 +0200 Doug Simon added ${workspace}/com.oracle.graal.hotspot/src_gen/hotspot to include paths
Tue, 27 May 2014 16:27:03 +0200 Josef Eisl LSRA optimization: activate by default.
Tue, 27 May 2014 15:25:50 +0200 Josef Eisl LSRA optimization: assign location to intervals.
Mon, 26 May 2014 19:21:55 +0200 Josef Eisl LSRA optimization: split intervals at block boundaries.
Mon, 26 May 2014 16:57:16 +0200 Josef Eisl LSRA optimization: check if optimization is feasible.
Mon, 26 May 2014 16:35:59 +0200 Josef Eisl LSRA: skip handled intervals in IntervalWalker.updateUnhandledStackIntervals(int).
Mon, 26 May 2014 15:44:57 +0200 Josef Eisl LSRA: add Interval.getIntervalCoveringOpId(int).
Mon, 26 May 2014 15:12:14 +0200 Josef Eisl LSRA optimization: add spilled intervals to unhandled list.
Mon, 26 May 2014 15:11:25 +0200 Josef Eisl LSRA: move stack intervals to active list.
Mon, 26 May 2014 12:06:05 +0200 Josef Eisl LSRA optimization: add LinearScanWalker.handleSpillSlot().
Mon, 26 May 2014 11:47:45 +0200 Josef Eisl LSRA Optimization: add support for stack intervals.
Mon, 26 May 2014 09:32:51 +0200 Josef Eisl LSRA Optimization: walk basic block boundaries.
Mon, 26 May 2014 09:29:51 +0200 Josef Eisl LSRA: add OptimizingLinearScanWalker.
Tue, 27 May 2014 15:43:36 +0200 Doug Simon reduced time to initialize ForeignCallProviders by avoiding triggering class initialization of Node subclasses as well as making annotation parsing lazy in SnippetInfo
Tue, 27 May 2014 13:16:12 +0200 Bernhard Urban mxtool: remove python downloader
Tue, 27 May 2014 13:04:29 +0200 Bernhard Urban BciBlockMapping: allocate smaller array if possible
Tue, 27 May 2014 12:15:31 +0200 Bernhard Urban computeBlockOrder: no need to check if block is active, since it's anyway
Tue, 27 May 2014 12:14:54 +0200 Bernhard Urban mx: add verbose mode to download helper
Tue, 27 May 2014 12:08:11 +0200 Roland Schatz Support for compressed constants in HSAIL backend.
Tue, 27 May 2014 10:22:28 +0200 Josef Eisl backout 88a6017687c9
Mon, 26 May 2014 20:27:28 +0200 Doug Simon Merge.