log

age author description
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
Thu, 07 Jun 2012 21:13:41 +0200 Gilles Duboscq Remove compilation restriction on run* methods in jtt, add Object::<init> to the compiled method to test escape analysis
Fri, 08 Jun 2012 12:22:01 +0200 Thomas Wuerthinger Fixed reflective access to CompilerImpl.
Thu, 07 Jun 2012 20:54:54 +0200 Thomas Wuerthinger C++ changes for Java renamings.
Thu, 07 Jun 2012 20:39:56 +0200 Thomas Wuerthinger Added VirtualMachineComponent as well as CompilationQueue and Interpreter interfaces.
Thu, 07 Jun 2012 19:53:13 +0200 Thomas Wuerthinger Added additional dependencies to graal.hotspot project.
Thu, 07 Jun 2012 19:02:39 +0200 Thomas Wuerthinger Changes in the C++ part according to the Java renamings.
Thu, 07 Jun 2012 18:55:57 +0200 Thomas Wuerthinger Add placeholder for CodeCacheProvider interface.
Thu, 07 Jun 2012 18:55:34 +0200 Thomas Wuerthinger Move cri.ci to api.code.
Thu, 07 Jun 2012 18:41:37 +0200 Thomas Wuerthinger Added new projects graal.api.code and graal.api.interpreter
Thu, 07 Jun 2012 18:37:15 +0200 Thomas Wuerthinger Changes in C++ part for the Java renamings.
Thu, 07 Jun 2012 18:24:06 +0200 Thomas Wuerthinger Moving classes from cri.ri to api.meta.
Thu, 07 Jun 2012 18:12:01 +0200 Thomas Wuerthinger More refactorings and renamings in preparation of ci/ri split.
Thu, 07 Jun 2012 17:25:52 +0200 Thomas Wuerthinger C++ changes for the renamings of CiKind and CiConstant.