log graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/backend/AllocatorTest.java @ 9968:3df534c97af1

age author description
Mon, 10 Jun 2013 16:06:09 +0200 Roland Schatz Create Suites instance in runtime.
Tue, 04 Jun 2013 17:33:14 +0200 Doug Simon converted remaining options in GraalOptions to new system (GRAAL-27)
Thu, 09 May 2013 23:32:31 +0200 Bernhard Urban AllocatorTest: relax counting-condition for MoveOp
Wed, 08 May 2013 12:19:31 +0200 Doug Simon removed LinearScan.method field
Tue, 07 May 2013 23:38:53 +0200 Doug Simon compilation is explicitly given a CallingConvention for the graph being compiled instead of deriving it from a method
Fri, 05 Apr 2013 01:12:46 +0200 Doug Simon passed a Replacements object to inlining utility methods that need one instead of the GraalRuntime API
Tue, 12 Mar 2013 10:02:10 +0100 Roland Schatz Fix PrintCFG in AllocatorTest.
Mon, 11 Mar 2013 23:28:34 +0100 Thomas Wuerthinger Draft speculation log.
Mon, 11 Mar 2013 10:13:42 +0100 Roland Schatz Move platform specific assumptions from AllocatorTest to a separate project.
Thu, 07 Mar 2013 09:43:30 +0100 Roland Schatz Use MoveOp marker interface in AllocatorTest.
Wed, 06 Mar 2013 13:24:11 +0100 Roland Schatz Unit tests for register allocator.