log

age author description
Mon, 27 Jul 2015 13:40:24 +0200 Roland Schatz Remove bootstrap from jvmci gate.
Thu, 23 Jul 2015 11:44:06 +0200 Gilles Duboscq Add debug info files in hotspot's results
Thu, 23 Jul 2015 10:46:27 +0200 Gilles Duboscq Add some supported os/arch for JVM distribution
Mon, 27 Jul 2015 13:30:20 +0200 Roland Schatz Fix nojvmci builds.
Mon, 27 Jul 2015 12:11:19 +0200 Roland Schatz Fix 'mx igv' command.
Fri, 24 Jul 2015 15:54:06 +0200 Roland Schatz Remove unused --check-distributions option.
Fri, 24 Jul 2015 15:21:27 +0200 Roland Schatz Update jvmci.make
Fri, 24 Jul 2015 15:22:31 +0200 Doug Simon added missing file
Fri, 24 Jul 2015 13:13:31 +0200 Roland Schatz Resolve cyclic dependencies involving annotation processors.
Fri, 24 Jul 2015 11:08:17 +0200 Doug Simon moved ctw command to mx_graal.py
Fri, 24 Jul 2015 08:23:54 +0200 Doug Simon Remove unneeded files.
Fri, 24 Jul 2015 08:23:21 +0200 Doug Simon Merge with basic-graal
Thu, 23 Jul 2015 17:40:50 -0700 Tom Rodriguez Pull ForeignCallsProvider and friends back into Graal
Thu, 23 Jul 2015 15:05:22 -0700 Tom Rodriguez Remove unused JVMCI types from vmSymbols.hpp
Thu, 23 Jul 2015 14:24:00 -0700 Tom Rodriguez Rename JVMCIDebugConfig to GraalDebugConfig
Thu, 23 Jul 2015 14:20:16 -0700 Tom Rodriguez Pull NamedLocationIdentity back into Graal
Fri, 24 Jul 2015 08:22:19 +0200 Doug Simon merge fixes
Fri, 24 Jul 2015 02:11:42 +0200 Doug Simon Remove unneeded files.
Fri, 24 Jul 2015 02:11:18 +0200 Doug Simon Merge with basic-graal
Thu, 23 Jul 2015 15:59:59 +0200 Josef Eisl Refactoring of the SSA_LIR options.
Wed, 15 Jul 2015 14:20:12 +0200 Josef Eisl Make HotSpotLockStack an LIRInstruction.
Fri, 03 Jul 2015 10:35:09 +0200 Josef Eisl Introduce AbstractBlockEndOp and add methods to BlockEndOp.
Thu, 23 Jul 2015 12:12:45 +0200 Josef Eisl Add ConstantPhiTest.
Wed, 22 Jul 2015 17:18:14 +0200 Josef Eisl LSStackSlotAllocator: only run if there are virtual stack slots.
Wed, 22 Jul 2015 17:10:21 +0200 Josef Eisl BlackholeOp: accept constants (avoid verification error for constant folded values).
Wed, 22 Jul 2015 16:38:25 +0200 Josef Eisl gate: outsource registers for BootstrapWithRegisterPressure tasks.
Wed, 22 Jul 2015 16:25:07 +0200 Josef Eisl LinearScanWalker: fall back to usages with MustHaveRegister priority in #splitForSpilling.
Tue, 21 Jul 2015 16:55:09 +0200 Josef Eisl LinearScanWalker: allow spilling of active intervals that have only non-mandatory register priority.
Tue, 21 Jul 2015 17:03:54 +0200 Josef Eisl LinearScanWalker: add RegisterPriority to spillCollectActiveAny.
Tue, 21 Jul 2015 11:36:41 +0200 Josef Eisl LinearScanResolveDataFlowPhase: split up #resolveDataFlow.