log

age author description
Fri, 07 Sep 2012 21:24:26 +0200 Gilles Duboscq Remove redundant code that discovers static final fields constant values
Fri, 07 Sep 2012 21:23:24 +0200 Gilles Duboscq Put LoopUnswitchTest in the right package
Fri, 07 Sep 2012 18:25:48 +0200 Gilles Duboscq Merge
Fri, 07 Sep 2012 18:24:40 +0200 Gilles Duboscq Fix merge
Fri, 07 Sep 2012 17:21:32 +0200 Gilles Duboscq Merge
Fri, 07 Sep 2012 17:12:04 +0200 Gilles Duboscq Merge
Fri, 07 Sep 2012 17:11:40 +0200 Gilles Duboscq Add a draft longtests command to mc's commands
Fri, 07 Sep 2012 17:11:09 +0200 Gilles Duboscq A a simple loop unswitching white box test
Fri, 07 Sep 2012 14:55:14 +0200 Gilles Duboscq Add a comment to HotSpotAMD64LIRGenerator.emitInvoke about the use of rbx
Fri, 07 Sep 2012 17:40:03 +0200 Thomas Wuerthinger Merge.
Fri, 07 Sep 2012 16:44:03 +0200 Thomas Wuerthinger Move EdgeMoveOptimizer from compiler.alloc to graal.lir
Fri, 07 Sep 2012 16:55:07 +0200 Doug Simon fixed generated package-summary.html files to put the complete package description at the top of the page
Fri, 07 Sep 2012 16:25:49 +0200 Thomas Wuerthinger Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Fri, 07 Sep 2012 16:08:23 +0200 Thomas Wuerthinger Remove graal.examples project.
Fri, 07 Sep 2012 16:01:20 +0200 Thomas Wuerthinger Remove unused class.
Fri, 07 Sep 2012 15:05:12 +0200 Thomas Wuerthinger More comments on InstalledCode.
Fri, 07 Sep 2012 14:11:27 +0200 Thomas Wuerthinger Make LIRValueUtil final.
Fri, 07 Sep 2012 13:40:53 +0200 Thomas Wuerthinger More clean up and documentation in api.code and api.meta.
Fri, 07 Sep 2012 12:12:47 +0200 Thomas Wuerthinger Clean up Kind class.
Fri, 07 Sep 2012 11:10:48 +0200 Thomas Wuerthinger Move VirtualMachineComponent to interpreter project.
Thu, 06 Sep 2012 19:56:40 +0200 Thomas Wuerthinger Fix compiler warning.
Thu, 06 Sep 2012 19:21:37 +0200 Thomas Wuerthinger Handle void type when resolving a signature type.
Thu, 06 Sep 2012 19:20:28 +0200 Thomas Wuerthinger Remove left-over debugging code.
Thu, 06 Sep 2012 19:19:55 +0200 Thomas Wuerthinger Avoid executing code in the static constructor of HotSpotResolvedType.
Thu, 06 Sep 2012 18:21:18 +0200 Thomas Wuerthinger Merge.
Thu, 06 Sep 2012 18:07:15 +0200 Thomas Wuerthinger Clean up ControlFlowOptimizer.
Thu, 06 Sep 2012 17:58:39 +0200 Gilles Duboscq Merge
Thu, 06 Sep 2012 16:51:47 +0200 Gilles Duboscq Gate : do not run tradesoap in fastdebug mode, do not run sunflow in product mode
Thu, 06 Sep 2012 16:42:45 +0200 Gilles Duboscq Factor out code that kills loop exits
Thu, 06 Sep 2012 16:31:33 +0200 Thomas Wuerthinger Clean up ComputeLinearScanOrder. Rename to ComputeBlockOrder.