log

age author description
Wed, 04 Sep 2013 14:56:30 +0200 Doug Simon added pylint to gate
Wed, 04 Sep 2013 14:54:48 +0200 Doug Simon added pylint command
Wed, 04 Sep 2013 13:21:30 +0200 Doug Simon removed Node.modCount field (GRAAL-452)
Wed, 04 Sep 2013 10:40:56 +0200 Gilles Duboscq mx: Remove debug printing in specjvm2008
Wed, 04 Sep 2013 09:39:51 +0200 Gilles Duboscq use iterable for LoopFragment.toHirBlocks rather than reify collections
Tue, 03 Sep 2013 18:19:30 +0200 Gilles Duboscq Avoid accessing the code of a method before it has been linked and verified.
Tue, 03 Sep 2013 18:09:02 +0200 Gilles Duboscq Add isLinked method to ResolvedJavaType
Tue, 03 Sep 2013 18:02:29 +0200 Gilles Duboscq Make is_rewritten a guarantee in initializeBytecode
Tue, 03 Sep 2013 14:18:52 -0700 Mick Jordan Merge
Tue, 03 Sep 2013 14:09:56 -0700 Mick Jordan Merge
Tue, 03 Sep 2013 14:09:35 -0700 Mick Jordan CR-1368
Tue, 03 Sep 2013 22:36:02 +0200 Doug Simon added timers for Truffle compilation pipeline
Tue, 03 Sep 2013 16:33:41 +0200 Doug Simon added support for pylint and fixed errors/warnings it found
Tue, 03 Sep 2013 14:14:09 +0200 Gilles Duboscq Fix graalCompilerToVM::initializeBytecode regarding bytecode rewritting for methods that are not rewritten.
Mon, 02 Sep 2013 11:44:19 +0200 Gilles Duboscq If _installed_jdk is set, ask confirmation before building
Mon, 02 Sep 2013 11:40:24 +0200 Gilles Duboscq mx: add helper method for yes/no question
Mon, 02 Sep 2013 20:44:49 +0200 Christian Humer Merge.
Mon, 02 Sep 2013 16:47:29 +0200 Christian Humer Truffle-DSL: fixed a compiler warning for fields of type java.lang.Object. (GRAAL-434 #resolve)
Mon, 02 Sep 2013 15:27:20 +0200 Christian Humer Merge.
Mon, 02 Sep 2013 15:22:25 +0200 Christian Humer Truffle-DSL: fixed a bug in grouping of abstract guards.
Fri, 30 Aug 2013 17:45:53 +0200 Christian Humer Truffle-DSL: reduced generated code size by not generating primarily unused primitive type execute methods.
Fri, 30 Aug 2013 17:40:16 +0200 Christian Humer Truffle-DSL: fixed NPE if wrong invalid child type is declared.
Mon, 02 Sep 2013 16:41:17 +0200 Doug Simon moved IntrinsificationsEnabled and IntrinsificationsDisabled to new GraalCompiler.Options class
Mon, 02 Sep 2013 15:51:06 +0200 Bernhard Urban LocalNode: remove special handling, they should be reachable via inputs of other nodes if connected
Mon, 02 Sep 2013 15:50:54 +0200 Bernhard Urban ifCanonTest: unconnect replaced local nodes from frame state, to match expected graph
Fri, 30 Aug 2013 15:38:14 +0200 Bernhard Urban SchedulePhase: remove special handling of localnodes
Thu, 29 Aug 2013 20:55:18 +0200 Bernhard Urban LoweringTool: pass initial lastFixedNode to constructor
Mon, 02 Sep 2013 14:15:41 +0200 Roland Schatz Support for PlatformKind in PhiResolver.
Mon, 02 Sep 2013 14:08:49 +0200 Roland Schatz Change architecture interface.
Sun, 01 Sep 2013 21:57:07 +0200 Thomas Wuerthinger Fix for graph expansion in TruffleCache when the node in the worklist is already deleted.
Sun, 01 Sep 2013 19:46:15 +0200 Thomas Wuerthinger Allow escape analysis to ignore object identity correctness for types marked via the CompilerDirectives.ValueType annotation.
Sun, 01 Sep 2013 19:39:06 +0200 Thomas Wuerthinger Introduce CompilerDirectives.ValueType annotation in Truffle API.
Sat, 31 Aug 2013 09:18:58 +0200 Doug Simon Merge.
Sat, 31 Aug 2013 09:18:42 +0200 Doug Simon fixed documentation of --installed-jdks mx option
Sat, 31 Aug 2013 09:18:26 +0200 Doug Simon removed metric for counting instantiated Nodes until issue with EscapeAnalysisTest.testNewNode has been resolved
Thu, 29 Aug 2013 22:53:56 +0200 Doug Simon made enabling/disabling of intrinsifications extensible (GRAAL-111)
Thu, 29 Aug 2013 21:32:54 +0200 Doug Simon Merge.
Thu, 29 Aug 2013 21:32:00 +0200 Doug Simon added help text to debug scope related options
Thu, 29 Aug 2013 21:31:15 +0200 Doug Simon added help text to CompileTheWorld options
Wed, 28 Aug 2013 22:35:01 +0200 Doug Simon added metrics for timing front-end, back-end and code installation (GRAAL-448)
Wed, 28 Aug 2013 22:34:22 +0200 Doug Simon added metrics for total number of Nodes, LIRInstructions and CompositeValues created (GRAAL-448)
Fri, 30 Aug 2013 16:39:05 -0400 bharadwaj Implement several missing PTX codegen features; return value capture and method args passing of java method executed on GPU.
Fri, 30 Aug 2013 17:31:59 +0200 Christian Humer Truffle-DSL: fixed bug if node class was used also as child.
Fri, 30 Aug 2013 17:06:25 +0200 Christian Humer Merge.
Fri, 30 Aug 2013 17:00:26 +0200 Christian Humer Truffle-DSL: fixed wrong equals/hashCode in Template.
Fri, 30 Aug 2013 15:55:52 +0200 Christian Humer Truffle-DSL: fixed a bug in else connections of generic generated methods.
Fri, 30 Aug 2013 15:55:22 +0200 Christian Humer Truffle-DSL: better toString for GuardData.
Fri, 30 Aug 2013 15:28:22 +0200 Christian Humer Truffle-DSL: fixed the @TypeSystem of child nodes were not checked for equality.
Fri, 30 Aug 2013 15:05:54 +0200 Roland Schatz Make PhiNode non-final.
Fri, 30 Aug 2013 14:57:09 +0200 Roland Schatz New static factory methods for constants and arithmetic.
Fri, 30 Aug 2013 14:07:59 +0200 Christos Kotselidis Merge
Fri, 30 Aug 2013 13:56:58 +0200 Christos Kotselidis Merge
Fri, 30 Aug 2013 13:51:22 +0200 Christos Kotselidis Move compressed pointers' logic to HotSpot specific move
Fri, 30 Aug 2013 13:26:45 +0200 Christian Humer Truffle-DSL: cleanup.
Fri, 30 Aug 2013 13:23:53 +0200 Christian Humer Merge.
Fri, 30 Aug 2013 13:15:34 +0200 Christian Humer Truffle-DSL: fixed a bug in else connections for specialization grouping.
Fri, 30 Aug 2013 13:11:48 +0200 Christian Humer Truffle-DSL: added a test that covers wrong a wrong else connection bug.
Fri, 30 Aug 2013 11:37:42 +0200 Christian Humer Truffle-DSL: preparations for implicit casts
Thu, 29 Aug 2013 19:19:33 +0200 Christian Humer Truffle-DSL: added ImplicitCast api classes. (non functional yet)
Thu, 29 Aug 2013 19:19:00 +0200 Christian Humer Truffle-DSL: improved error recovery of type systems and improved error testability infrastructure.