log

age author description
Thu, 11 Jun 2015 12:21:15 +0200 Josef Eisl LinearScanWalker#allocLockedRegister: only spill current interval if the first use pos with ShouldHaveRegister is bigger than the next register use pos.
Mon, 08 Jun 2015 15:19:36 +0200 Josef Eisl LinearScanLifetimeAnalysisPhase: make registerPriorityOfOutputOperand a member and move SSA specific stuff to SSALinearScanLifetimeAnalysisPhase.
Mon, 08 Jun 2015 15:03:25 +0200 Josef Eisl SSAMoveResolver: support stack2stack-only mappings.
Mon, 08 Jun 2015 17:51:58 +0200 Josef Eisl mx gate: add UnitTestsSSA task.
Sun, 14 Jun 2015 01:37:31 -0700 Chris Seaton Restore deleted Graal version tags.
Fri, 12 Jun 2015 17:57:03 -0700 Christian Wimmer Fix MetaUtil.toInternalName
Fri, 12 Jun 2015 17:01:15 -0700 Tom Rodriguez Delete some dead code and fixed exact arraycopy check
Sat, 13 Jun 2015 01:32:44 +0200 Doug Simon fixed C++ compiler warning
Sat, 13 Jun 2015 01:01:21 +0200 Doug Simon re-enabled checking that jvmci.make is in sync with suite*.py
Sat, 13 Jun 2015 00:59:15 +0200 Doug Simon fixed pylint issue
Sat, 13 Jun 2015 00:58:03 +0200 Doug Simon replaced class file patching with use of jre/lib/jvmci/graal.properties to set graal.version system property
Sat, 13 Jun 2015 00:25:30 +0200 Doug Simon show diff if jvmci.make generation modifies an existing file
Sat, 13 Jun 2015 00:22:48 +0200 Doug Simon add properties from <jdk>/jre/lib/jvmci/*.properties files to system properties
Fri, 12 Jun 2015 18:02:58 +0200 Stefan Anzinger Introduce clean target in jvmci.make
Fri, 12 Jun 2015 17:13:45 +0200 Andreas Woess change phi node name template back to an ascii string to ease searching
Fri, 12 Jun 2015 14:46:18 +0200 Andreas Woess Truffle: fix delete/removeProperty regression
Fri, 12 Jun 2015 15:23:50 +0200 Andreas Woess Truffle: remove Shape#copyOverPropertiesInternal
Fri, 12 Jun 2015 17:32:52 +0200 Roland Schatz Temporarily disable jvmci.make gate check.
Fri, 12 Jun 2015 17:12:08 +0200 Roland Schatz Remove unused method.
Fri, 12 Jun 2015 16:13:33 +0200 Doug Simon jvmci.make should have a newline at the end
Fri, 12 Jun 2015 15:47:54 +0200 Doug Simon Merge.
Fri, 12 Jun 2015 14:53:05 +0200 Stefan Anzinger Add parameter description to jvmci.make
Fri, 12 Jun 2015 14:52:08 +0200 Stefan Anzinger Convert addresses in ArrayCopyCallNode to word size
Fri, 12 Jun 2015 14:42:29 +0200 Jaroslav Tulach Verifying we can use List<Object> via ReadOnlyArrayList in execute(VirtualFrame) without any slowdown.
Fri, 12 Jun 2015 15:34:11 +0200 Doug Simon fixed subtle makefile evaluation order issue in the verification that only existing JVMCI services and options are exported in make/defs.make
Fri, 12 Jun 2015 15:33:11 +0200 Doug Simon switched to use of simple makefile assignment in jvmci.make and removed unnecessary semicolons
Fri, 12 Jun 2015 13:19:03 +0200 Doug Simon merge fix
Fri, 12 Jun 2015 13:06:27 +0200 Doug Simon Services cannot be sub-classes or instantiated
Fri, 12 Jun 2015 13:05:40 +0200 Doug Simon don't export com.oracle.jvmci.options.Options as it has no JVMCI providers
Fri, 12 Jun 2015 13:04:35 +0200 Doug Simon verify that only existing JVMCI services and options are exported in make/defs.make