log

age author description
Wed, 26 Feb 2014 13:48:47 +0100 Andreas Woess dsl processor: delete unused classes
Fri, 28 Feb 2014 14:01:31 -0500 S.Bharadwaj Yadavalli Fixes PTX test failure and a crash when TraceGPUInteraction flag is specified.
Fri, 28 Feb 2014 14:25:27 +0100 Roland Schatz Fix UnsignedMathSubstitutions and add unit tests.
Fri, 28 Feb 2014 13:51:50 +0100 Roland Schatz Use correct stamp in BitLogicNode smart constructors.
Thu, 27 Feb 2014 17:11:28 -0800 Christian Wimmer GraphKit: add support for if-then-else constructs
Thu, 27 Feb 2014 17:04:24 -0800 Christian Wimmer Move GraphKit out of HotSpot-specific project
Thu, 27 Feb 2014 12:05:52 -0800 twisti removed unused import
Thu, 27 Feb 2014 11:50:45 -0800 twisti fixed formatting after renaming
Thu, 27 Feb 2014 11:44:44 -0800 twisti refactored com.oracle.graal.hotspot.meta.HotSpotLoweringProvider.lower(Node, LoweringTool) into smaller methods
Thu, 27 Feb 2014 11:36:25 -0800 twisti renamed com.oracle.graal.asm.AbstractAssembler to com.oracle.graal.asm.Assembler
Thu, 27 Feb 2014 11:33:17 -0800 twisti made com.oracle.graal.asm.Buffer non-public and a private field in AbstractAssembler
Thu, 27 Feb 2014 16:05:29 +0100 Gilles Duboscq SharedRuntime: add gen_i2c_adapter, implement it with pre-existing methods in each architecture.
Thu, 27 Feb 2014 16:04:18 +0100 Gilles Duboscq Graal HotSpot CodeInstaller: remove access to unused Mark::references
Wed, 26 Feb 2014 15:24:58 +0100 Gilles Duboscq Forward mx verbose mode to jmh
Wed, 26 Feb 2014 11:10:27 -0800 Tom Rodriguez be more careful with clinit of CompilationTask
Wed, 26 Feb 2014 15:56:11 +0100 Roland Schatz Source comments in integer conversion nodes.
Wed, 26 Feb 2014 15:56:03 +0100 Roland Schatz Reduce bit width of integer operations where possible.
Wed, 26 Feb 2014 15:55:04 +0100 Roland Schatz Support integer arithmetic for arbitrary types.
Wed, 26 Feb 2014 15:53:51 +0100 Roland Schatz Keep stamp when canonicalizing nodes to constants.
Wed, 26 Feb 2014 11:20:50 +0100 Roland Schatz Separate singleton stamp for the void type.
Wed, 26 Feb 2014 11:08:08 +0100 Roland Schatz Remove unused method.
Tue, 25 Feb 2014 21:40:34 -0800 Tom Rodriguez don't directly access the arraylength of Constant objects
Tue, 25 Feb 2014 13:13:40 -0800 Tom Rodriguez support canonicalization of arraylength in ReadNode
Tue, 25 Feb 2014 13:07:48 -0800 Tom Rodriguez Don't elide volatile LoadField
Tue, 25 Feb 2014 13:04:25 -0800 Tom Rodriguez ThreadLocals should be final
Tue, 25 Feb 2014 09:49:47 -0800 Tom Rodriguez Make Debug.metric objects static
Tue, 25 Feb 2014 13:36:18 +0100 Roland Schatz Bug fixes in StampTool.(zero|sign)Extend.
Tue, 25 Feb 2014 11:24:17 +0100 Roland Schatz Substitution methods for injecting fake profiling data into unit tests.
Mon, 24 Feb 2014 17:31:15 -0800 twisti make SPARC compile code again
Mon, 24 Feb 2014 15:08:02 -0800 twisti remove CompilerToVM.getInstanceFields