log

age author description
Thu, 14 Jun 2012 12:28:20 +0200 Doug Simon hsdis library is downloaded into newly created Graal JDK
Thu, 14 Jun 2012 12:06:44 +0200 Doug Simon limit log output to handle case where String object is invalid
Thu, 14 Jun 2012 12:00:08 +0200 Doug Simon made allocation tracing in NewInstanceSnippets be enabled by graal.traceAllocation system property
Thu, 14 Jun 2012 11:56:24 +0200 Doug Simon fixed bug in stubs for RuntimeCall.LogObject and RuntimeCall.LogPrimitive: was missing frame management code around runtime call
Wed, 13 Jun 2012 19:11:20 +0200 Lukas Stadler Merge.
Wed, 13 Jun 2012 19:09:14 +0200 Lukas Stadler SchedulePhase doesn't schedule FrameStates, added documentation, cleanups
Wed, 13 Jun 2012 15:11:19 +0200 Lukas Stadler verify that ValueAnchorNodes have no usages
Wed, 13 Jun 2012 15:09:59 +0200 Lukas Stadler fix NPE when using killCFG to delete an EndNode without a merge
Wed, 13 Jun 2012 14:57:26 +0200 Doug Simon Merge.
Wed, 13 Jun 2012 14:55:49 +0200 Doug Simon added allocation logging to NewInstanceSnippets
Wed, 13 Jun 2012 14:50:49 +0200 Doug Simon added missing stub implementation for RuntimeCall.LogObject and RuntimeCall.LogPrimitive
Wed, 13 Jun 2012 14:24:24 +0200 Doug Simon modified snippet installation to avoid using compiler storage for every method (not just the snippets) processed during installation
Wed, 13 Jun 2012 13:26:56 +0200 Doug Simon changed snippet installation to use SnippetsInterface (sub)class instead of object
Wed, 13 Jun 2012 11:30:14 +0200 Lukas Stadler fix to SchedulePhase: correctly handle outer frame states that take a phi from the
Wed, 13 Jun 2012 11:10:57 +0200 Lukas Stadler small cleanup and fixed assertion in FrameStateBuilder
Wed, 13 Jun 2012 00:24:28 +0200 Doug Simon create directories for not yet existing projects
Wed, 13 Jun 2012 00:15:15 +0200 Doug Simon added printf-like facility (Log.java) for logging debug output in snippets
Tue, 12 Jun 2012 23:42:31 +0200 Doug Simon renamed node intrinsic methods in RuntimeCallNode to better distinguish return type
Tue, 12 Jun 2012 23:38:16 +0200 Doug Simon enhanced @NodeIntrinsic intrinsification to take into account varargs in the node constructors when matching call arguments
Tue, 12 Jun 2012 23:29:10 +0200 Doug Simon removed unused @NodePhase
Tue, 12 Jun 2012 23:28:30 +0200 Doug Simon moved @Fold from Node.java to Snippet.java
Tue, 12 Jun 2012 23:11:13 +0200 Doug Simon added support for a flexible inlining policy during snippet installation
Tue, 12 Jun 2012 23:05:42 +0200 Doug Simon allow null for @ConstantParameter values
Tue, 12 Jun 2012 22:59:40 +0200 Doug Simon moved platform-independent Graal code from c1_Runtime1_x86.cpp to c1_Runtime1.[hpp,cpp]
Tue, 12 Jun 2012 15:01:48 +0200 Lukas Stadler small renaming and doc fixes
Mon, 11 Jun 2012 17:06:06 +0200 Thomas Wuerthinger Merge.
Mon, 11 Jun 2012 17:04:59 +0200 Thomas Wuerthinger Updated list of projects added to the bootclasspath.
Mon, 11 Jun 2012 17:01:02 +0200 Thomas Wuerthinger Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Mon, 11 Jun 2012 13:51:34 +0200 Thomas Wuerthinger Split bytecode utilities into separate project.
Mon, 11 Jun 2012 13:26:37 +0200 Thomas Wuerthinger Canonicalize project dependencies.