log

age author description
Tue, 18 Mar 2014 09:55:55 +0100 Lukas Stadler fix typo
Mon, 17 Mar 2014 17:32:35 -0700 twisti removed com/oracle/graal/hotspot/bridge/Marks.java and replaced with enum
Mon, 17 Mar 2014 23:46:20 +0100 Doug Simon Backed out changeset: 1d35a2b84553
Mon, 17 Mar 2014 23:45:14 +0100 Doug Simon use Java Allocation Instrumenter to observe allocation in Graal compiler tests
Mon, 17 Mar 2014 12:40:35 -0700 Michael Van De Vanter Merge with 5e04917e66165ef93fe7b61030c4d89a08b3d53c
Mon, 17 Mar 2014 12:39:25 -0700 Michael Van De Vanter Remove TODOs no longer relevant
Mon, 17 Mar 2014 18:46:39 +0100 Christian Humer Truffle: renamed NodeFilter to NodeCountFilter and changed it to have inclusive implementation semantics.
Mon, 17 Mar 2014 14:57:14 +0100 Christian Humer Truffle: Added API changes to the changelog.
Mon, 17 Mar 2014 14:30:59 +0100 Christian Humer Merge.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: API cleanup and javadoc for CallNodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Removed deprecated API; Added NodeFilter to customize filter when counting nodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Introduced NodeCost as a replacement for NodeInfo.Kind.
Mon, 17 Mar 2014 13:08:32 +0100 Roland Schatz Remove all references to NarrowOop from VM independent code.
Mon, 17 Mar 2014 12:07:49 +0100 Roland Schatz Move narrow oop handling in reference maps to hotspot specific code.
Mon, 17 Mar 2014 11:53:51 +0100 Roland Schatz Make data patch system use vm specific NarrowOop kind.
Mon, 17 Mar 2014 11:40:12 +0100 Roland Schatz Introduce Hotspot-specific NarrowOop kind.
Mon, 17 Mar 2014 11:27:56 +0100 Roland Schatz Make size of PlatformKind overridable by VM specific code.
Mon, 17 Mar 2014 11:21:32 +0100 Roland Schatz Use stamp constructor in PhiNode.
Mon, 17 Mar 2014 11:46:58 +0100 Bernhard Urban high tier: remove VerifyUsage*Phase (replaced by CheckGraalInvariants)
Mon, 17 Mar 2014 11:31:51 +0100 Bernhard Urban complevel: use COMPILERGRAAL flag (fixes hosted-mode with ClientVM)
Mon, 17 Mar 2014 09:37:41 +0100 Matthias Grimmer DebugPrinter: remove unittest init
Mon, 17 Mar 2014 09:15:13 +0100 Matthias Grimmer DebugPrinter: fix findbugs issues
Sun, 16 Mar 2014 19:20:21 +0100 Gilles Duboscq Fix mx eclipseformat always adds the 'eclipse' suffix
Sun, 16 Mar 2014 18:52:14 +0100 Gilles Duboscq Graal PrintCompilation: print exception handlers and blocking flags
Sun, 16 Mar 2014 18:46:56 +0100 Gilles Duboscq Print compilation level in Graal's PrintCompilation output
Sun, 16 Mar 2014 18:36:51 +0100 Gilles Duboscq Use CIPrintCompilerName in nmethod::print_on
Sun, 16 Mar 2014 19:19:53 +0100 Gilles Duboscq Respect CIPrintCompilerName and output a timestamp in Graal's PrintCompilation implementation
Fri, 14 Mar 2014 18:11:18 +0100 Gilles Duboscq Improve cleanup during snippet lowering where the snippet never returns normally (unwind, deopt...)
Sat, 15 Mar 2014 10:28:52 +0100 Doug Simon fixed some findbugs issues
Sat, 15 Mar 2014 01:42:27 +0100 Doug Simon added findbugs command to mx