log

age author description
Mon, 08 Apr 2013 19:00:22 +0200 Lukas Stadler allow MethodSubstitutions and MacroSubstitutions to be forced (instead of depending on inlining)
Mon, 08 Apr 2013 17:31:50 +0200 Lukas Stadler pull materialization logic into VirtualObjectNode classes
Mon, 08 Apr 2013 17:30:05 +0200 Lukas Stadler refactored boxing identification and lowering, removed BoxingMethodPool and explicit boxing phases
Mon, 08 Apr 2013 14:19:52 +0200 Lukas Stadler new GraalOption.BootstrapReplacements for debugging purposes
Thu, 04 Apr 2013 18:41:39 +0200 Lukas Stadler small PEA refactoring
Tue, 09 Apr 2013 10:11:52 +0200 Bernhard Urban ReadNode: nullcheck stamptype
Tue, 09 Apr 2013 09:58:09 +0200 Doug Simon expanded type check hints to support use of negative hints (i.e., profiled types that failed the corresponding type check)
Tue, 09 Apr 2013 09:35:07 +0200 Doug Simon convert non-int boxed primitives whose stack kind is int to Constants of the right kind
Mon, 08 Apr 2013 21:33:22 +0200 Christos Kotselidis Remove unused import
Mon, 08 Apr 2013 21:30:56 +0200 Christos Kotselidis Merge
Mon, 08 Apr 2013 21:17:34 +0200 Christos Kotselidis Rename ArrayWriteBarrier to SerialWriteBarrier and move it to graal.nodes
Mon, 08 Apr 2013 20:58:36 +0200 Christos Kotselidis Remove FieldWriteBarrier
Mon, 08 Apr 2013 20:52:04 +0200 Christos Kotselidis Merge FieldWriteBarrier into ArrayWriteBarrier
Mon, 08 Apr 2013 19:34:39 +0200 Doug Simon made method (and macro) substitution optional to support different JDK versions
Mon, 08 Apr 2013 18:47:06 +0200 Gilles Duboscq Be more careful while updating jvm.cfg (fixes a bug where the -server configuration would overwrite the -server0 one)
Mon, 08 Apr 2013 18:40:18 +0200 Gilles Duboscq Make a copy of the environ in mx clean to avoid forcing things like HOTSPOT_BUILD_JOBS=16 for other commands
Mon, 08 Apr 2013 15:13:05 +0200 Gilles Duboscq Use the DeoptimizingNode interface of the Invokes in the LIRGenerator
Mon, 08 Apr 2013 17:27:16 +0200 Bernhard Urban unsafeArrayCast: anchor cast after initialization of an array
Tue, 02 Apr 2013 12:14:15 +0200 Bernhard Urban unsafeCast: anchor cast after initialization of an object
Mon, 08 Apr 2013 17:09:10 +0200 Bernhard Urban rename: s/PushNodesThroughPi/PushThroughPiPhase/
Mon, 08 Apr 2013 16:43:38 +0200 Christos Kotselidis Remove unused imports
Mon, 08 Apr 2013 16:30:51 +0200 Christos Kotselidis Merge
Mon, 08 Apr 2013 16:26:17 +0200 Christos Kotselidis Remove references to G1
Mon, 08 Apr 2013 09:26:06 +0200 Gilles Duboscq Introduce DeoptimizingNode interface
Wed, 27 Mar 2013 15:31:23 +0100 Gilles Duboscq mx: bench command should not run dacapos with -n 0 when using a specification such as scaladacapo:specs
Mon, 08 Apr 2013 11:20:19 +0200 Doug Simon delete build/linux/shared/graal before compile in build-graal.xml to handle stale class files left behind after refactoring in Eclipse
Sun, 07 Apr 2013 22:27:16 +0200 Gilles Duboscq Update the -client line in jvm.cfg when it already exists (ie IGNORE)
Sun, 07 Apr 2013 19:37:38 +0200 Gilles Duboscq Merge
Sun, 07 Apr 2013 17:04:59 +0200 Gilles Duboscq Fix client build in mx
Sun, 07 Apr 2013 14:53:18 +0200 Gilles Duboscq Fix merge