log

age author description
Fri, 21 Feb 2014 00:19:50 +0100 Thomas Wuerthinger Remove unused field.
Thu, 20 Feb 2014 17:42:29 +0100 Thomas Wuerthinger Merge.
Thu, 20 Feb 2014 17:42:18 +0100 Thomas Wuerthinger Turn Truffle cache into least recently used cache with maximum size.
Thu, 20 Feb 2014 13:59:18 +0100 Christian Humer Merge.
Thu, 20 Feb 2014 13:44:39 +0100 Christian Humer Merge.
Thu, 20 Feb 2014 13:44:06 +0100 Christian Humer Truffle: added visited set to avoid duplicate inlinings when operating on truffle trees violating the tree property.
Thu, 20 Feb 2014 13:43:15 +0100 Christian Humer Truffle: accidently increased max graph size.
Thu, 20 Feb 2014 01:52:58 +0100 Christian Humer Truffle: Cleaned depracated API usage.
Thu, 20 Feb 2014 01:43:51 +0100 Christian Humer SL: adaptions for SL to new inlining API.
Thu, 20 Feb 2014 01:43:11 +0100 Christian Humer Truffle: New more reliable inlining strategy for the Truffle runtime.
Thu, 20 Feb 2014 01:21:49 +0100 Christian Humer Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
Thu, 20 Feb 2014 11:14:46 +0100 Michael Haupt mx eclipseinit: take care of working sets that were edited by hand
Wed, 19 Feb 2014 14:50:49 -0800 Tom Rodriguez reduce IGV memory usage, intern strings, eliminate some LinkedHashMaps, cache InputEdges
Wed, 19 Feb 2014 14:41:51 -0800 Tom Rodriguez freeze graphs before inserting into table
Wed, 19 Feb 2014 11:18:37 -0800 Tom Rodriguez factor out listener notify. fix typo
Wed, 19 Feb 2014 11:16:42 -0800 Tom Rodriguez Provide piCast helpers instead of using raw booleans
Wed, 19 Feb 2014 00:39:44 -0800 Tom Rodriguez lower arraycopy calls later and support unchecked object arraycopy
Wed, 19 Feb 2014 15:58:45 +0100 Doug Simon HSAIL: ensure debug configuration is initialized on Sumatra threads using Graal
Wed, 19 Feb 2014 15:57:23 +0100 Doug Simon HSAIL: upgraded to Okra 1.8 jars
Wed, 19 Feb 2014 12:08:37 +0100 Andreas Woess pass concrete frame type as argument to NewFrameNode constructor
Tue, 18 Feb 2014 21:55:26 -0800 twisti added Arrays.equals substitutions
Tue, 18 Feb 2014 15:04:47 -0800 Tom Rodriguez safepoint poll at return can never be elided
Tue, 18 Feb 2014 13:21:11 -0800 twisti added Array.getLength substitution
Tue, 18 Feb 2014 11:16:48 -0800 Tom Rodriguez Move BytecodeFrame validation into the HotSpot backend
Tue, 18 Feb 2014 10:47:13 -0800 Tom Rodriguez Acquire proper locks before calling assign_compile_id
Mon, 17 Feb 2014 23:18:00 +0100 Bernhard Urban mxtool: fix pylint 1.1.0 warnings
Mon, 17 Feb 2014 23:09:19 +0100 Bernhard Urban mx_graal: fix pylint 1.1.0 warnings
Mon, 17 Feb 2014 17:06:41 +0100 Thomas Wuerthinger New methods for querying memory usage of individual objects and object graphs in Graal API (MetaAccessProvider#getMemorySize, MetaUtil#getMemorySizeRecursive).
Mon, 17 Feb 2014 13:48:41 +0100 Thomas Wuerthinger Merge.
Thu, 06 Feb 2014 17:41:51 +0100 Thomas Wuerthinger Fix typo.