log

age author description
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.
Mon, 11 Jun 2012 13:25:29 +0200 Thomas Wuerthinger Added graal.snippets.test project.
Mon, 11 Jun 2012 13:23:13 +0200 Thomas Wuerthinger Renaming GraphTest => GraalCompilerTest.
Mon, 11 Jun 2012 13:21:15 +0200 Thomas Wuerthinger Added skeleton for new graal.boot and graal.boot.test projects.
Mon, 11 Jun 2012 15:39:57 +0200 Doug Simon added NewInstanceSnippets for lowering NewInstanceNodes (currently disabled by default)
Mon, 11 Jun 2012 15:35:23 +0200 Doug Simon commented out use of non-snippet eager resolving in GraphBuilder
Mon, 11 Jun 2012 15:34:33 +0200 Doug Simon replaced use of HotSpot fast_new_instance_init_check stub with new_instance_stub as both the XIR and Java snippets include the fast allocation path and the initialization check
Mon, 11 Jun 2012 15:32:46 +0200 Doug Simon added "source" debug property for FrameState to show the source code line number if available
Mon, 11 Jun 2012 15:29:42 +0200 Doug Simon added missing @ConstantNodeParameter to CurrentThread node intrinsic
Mon, 11 Jun 2012 15:28:55 +0200 Doug Simon added extra debug scope for each node processed during canonicalization
Mon, 11 Jun 2012 14:25:42 +0200 Doug Simon re-enabled disassembler output to C1Visualizer after code installation
Mon, 11 Jun 2012 14:22:03 +0200 Doug Simon added debug scopes to some tests
Sun, 10 Jun 2012 21:03:15 +0200 Thomas Wuerthinger Remove HotSpotTypeResolved class.
Sun, 10 Jun 2012 01:17:48 +0200 Thomas Wuerthinger Bring Java renamings and restructurings to the C++ part.
Sat, 09 Jun 2012 22:50:50 +0200 Thomas Wuerthinger Fix renamings in C++ part.
Sat, 09 Jun 2012 21:50:02 +0200 Thomas Wuerthinger Reduce public fields in api.code project.
Sat, 09 Jun 2012 20:40:54 +0200 Thomas Wuerthinger Updated package documentation.
Sat, 09 Jun 2012 20:35:39 +0200 Thomas Wuerthinger Remove VirtualObjectFactory class.
Sat, 09 Jun 2012 20:34:01 +0200 Thomas Wuerthinger Remove RegisterConfigImpl.
Sat, 09 Jun 2012 20:32:31 +0200 Thomas Wuerthinger Renaming hotspot.ri => hotspot.meta.
Sat, 09 Jun 2012 20:10:05 +0200 Thomas Wuerthinger Dropping Ci* prefixes. Some additional renamings in the api.code interface.
Sat, 09 Jun 2012 18:01:23 +0200 Thomas Wuerthinger Rename CiTargetMethod => CompilationResult.
Sat, 09 Jun 2012 17:54:50 +0200 Thomas Wuerthinger Further clean up on api.meta project.
Sat, 09 Jun 2012 17:35:43 +0200 Thomas Wuerthinger Convert ExceptionHandler class from interface to final data class. Remove CiExceptionHandler and HotSpotExceptionHandler classes and replace usages with ExceptionHandler class.
Sat, 09 Jun 2012 17:24:23 +0200 Thomas Wuerthinger Clean up in api classes. Removed CiGenericCallback. Simplified Constant.
Sat, 09 Jun 2012 17:13:21 +0200 Thomas Wuerthinger Remove CiBitMap and replace usages with java.util.BitSet.
Sat, 09 Jun 2012 16:52:12 +0200 Thomas Wuerthinger More renamings to drop Ri* prefix completely. Deleted graph.BitMap class and replaced with java.util.BitSet.
Fri, 08 Jun 2012 23:47:42 +0200 Thomas Wuerthinger Renaming RiKind => Kind.
Fri, 08 Jun 2012 23:44:20 +0200 Thomas Wuerthinger Renaming RiValue => Value.
Fri, 08 Jun 2012 23:41:02 +0200 Thomas Wuerthinger Renamed RiConstant => Constant.
Fri, 08 Jun 2012 23:35:16 +0200 Thomas Wuerthinger Renaming RiCompiledMethod => InstalledCode.
Fri, 08 Jun 2012 23:28:45 +0200 Thomas Wuerthinger Rename RiBitMap => CiBitMap (in preparation of replacement with java.util.BitSet).
Fri, 08 Jun 2012 23:16:25 +0200 Thomas Wuerthinger Moving methods from RiRuntime to MetaAccessProvider.
Fri, 08 Jun 2012 23:10:02 +0200 Thomas Wuerthinger Renamed HotSpotCompilerImpl => HotSpotGraalRuntime.
Fri, 08 Jun 2012 22:50:39 +0200 Thomas Wuerthinger Remove GraalAccess class, replace usages new GraalVM API.
Fri, 08 Jun 2012 22:39:39 +0200 Thomas Wuerthinger Clean up on HotSpotCompilerImpl class.
Fri, 08 Jun 2012 22:00:05 +0200 Thomas Wuerthinger Remove architecture boolean from Ri* interfaces.
Fri, 08 Jun 2012 21:48:37 +0200 Thomas Wuerthinger Remove compiler member field from HotSpot's implementation of the Ri* interfaces.
Fri, 08 Jun 2012 20:17:14 +0200 Thomas Wuerthinger Move graal.hotspot.server into its own project.
Fri, 08 Jun 2012 18:35:28 +0200 Thomas Wuerthinger Merge.
Fri, 08 Jun 2012 18:35:09 +0200 Thomas Wuerthinger Fixed JUnit dependency of test project.
Fri, 08 Jun 2012 18:31:33 +0200 Thomas Wuerthinger Remove HotSpotCompiler interface, let HotSpotCompilerImpl implement GraalRuntime (in preparation of renaming).
Fri, 08 Jun 2012 17:55:28 +0200 Thomas Wuerthinger Create HotSpotGraalRuntime class on HotSpot when Graal.getRuntime() is accessed.
Fri, 08 Jun 2012 17:00:38 +0200 Thomas Wuerthinger Split test code for graal.graph into new project graal.graph.test.
Fri, 08 Jun 2012 16:57:07 +0200 Thomas Wuerthinger Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Fri, 08 Jun 2012 16:07:32 +0200 Thomas Wuerthinger Return GraalRuntime with no capabilities if VM does not support creation of GraalRuntime instance.
Fri, 08 Jun 2012 15:42:16 +0200 Thomas Wuerthinger Only check .java files for correct header.
Fri, 08 Jun 2012 15:17:43 +0200 Gilles Duboscq Merge
Fri, 08 Jun 2012 15:11:19 +0200 Gilles Duboscq Fix problem with jython and tmt
Fri, 08 Jun 2012 11:52:37 +0200 Gilles Duboscq UnsafeCast node is nonNull if it casts a non-null object