log graal/com.oracle.graal.lir.hsail/src/com/oracle/graal/lir/hsail/HSAILFrameMap.java @ 15192:644dfe49c0f4

age author description
Mon, 07 Apr 2014 19:21:22 +0200 Lukas Stadler allow compilation with custom RegisterConfig
Mon, 10 Mar 2014 11:38:30 +0100 Roland Schatz Backed out changeset: 38c881305352
Tue, 25 Feb 2014 17:51:03 +0100 Thomas Wuerthinger Move functionality of SpillMoveFactory to FrameMap.
Tue, 15 Oct 2013 14:14:06 +0200 Doug Simon split HotSpotRuntime into separate provider implementations
Thu, 10 Oct 2013 16:14:55 +0200 Doug Simon made CodeCacheProvider independent of MetaAccessProvider (GRAAL-511)
Sun, 04 Aug 2013 12:27:59 -0700 twisti try to fix HSAIL and PTX FrameMap problems
Sun, 04 Aug 2013 11:54:55 -0700 twisti provide default (from AMD64) implementation for abstract PTX and HSAIL FrameMap methods
Sun, 04 Aug 2013 11:16:01 -0700 twisti moved move logic into architecture specific FrameMap
Wed, 31 Jul 2013 14:04:24 -0700 twisti added architecture specific frame maps