log

age author description
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.
Thu, 06 Feb 2014 14:50:45 +0100 Thomas Wuerthinger Merge.
Thu, 06 Feb 2014 14:50:36 +0100 Thomas Wuerthinger Change AUTHORS, CHANGELOG, and README file from HTML to Markdown.
Sat, 15 Feb 2014 08:00:16 -0800 Christian Wimmer SL: Run test as part of "mx unittest"
Sat, 15 Feb 2014 07:59:48 -0800 Christian Wimmer SL: Small JavaDoc fixes
Sat, 15 Feb 2014 06:54:20 -0800 Christian Wimmer SL: small cleanups
Fri, 14 Feb 2014 20:43:43 +0100 Andreas Woess Merge
Thu, 13 Feb 2014 15:04:15 +0100 Andreas Woess method substitution for unsafeGetFinal*
Fri, 14 Feb 2014 16:45:53 +0100 Andreas Woess experimental CompilerDirectives.unsafeGetFinal*
Thu, 13 Feb 2014 15:01:48 +0100 Andreas Woess add missing unsafeGetLong substitution; minor grammar fix (a/an)
Fri, 14 Feb 2014 16:59:27 +0100 Gilles Duboscq Fix assert in HotSpotDebugInfoBuilder
Thu, 13 Feb 2014 18:46:15 +0100 Gilles Duboscq Add shouldBeInlined method to ResolvedJavaMethod, implement it for HotSpot and use it in the inlining phase
Fri, 14 Feb 2014 15:09:57 +0100 Gilles Duboscq mx: factor out JavaConfig.processArgs and use it in mx vm. remove default -J arguments.
Thu, 13 Feb 2014 17:59:27 +0100 Bernhard Urban Allow using run_java without the arguments from -J -Ja -Jp. Factor out the argument processing of mx_graal.vm and use it to pass tested-vm args down through the jmh harness
Thu, 13 Feb 2014 17:07:36 +0100 Gilles Duboscq mx.run: shell-escape arguments when printing them in verbose mode
Thu, 13 Feb 2014 17:03:20 +0100 Gilles Duboscq mx jmh: display the number of benchmarks that will run
Thu, 13 Feb 2014 15:39:18 +0100 Gilles Duboscq mx jmh: avoid mx crash if JMH_BENCHMARKS is not defined at all and skip suites that do not contain the correct jar
Thu, 13 Feb 2014 14:43:07 +0100 Roland Schatz New unit tests for I2x bytecodes.
Thu, 13 Feb 2014 11:18:11 +0100 Roland Schatz Documentation for jump emission logic.
Wed, 12 Feb 2014 23:57:22 -0800 Christian Wimmer Merge
Wed, 12 Feb 2014 10:49:31 -0800 Christian Wimmer Sort options alphabetically so that diffs do not show false positives
Wed, 12 Feb 2014 10:30:42 -0800 Christian Wimmer SL: small cleanups
Wed, 12 Feb 2014 10:25:29 -0800 Christian Wimmer Make code extensible
Wed, 12 Feb 2014 10:25:16 -0800 Christian Wimmer Move stamp inference in its own class, and make it extensible via the ValueAndStampProxy interface
Wed, 12 Feb 2014 10:24:11 -0800 Christian Wimmer Allow subclasses
Wed, 12 Feb 2014 10:23:54 -0800 Christian Wimmer Allow outside access to field
Wed, 12 Feb 2014 10:23:41 -0800 Christian Wimmer Make graph builder more extensible
Wed, 12 Feb 2014 10:23:21 -0800 Christian Wimmer Allow disabling of redundant move elimination
Wed, 12 Feb 2014 10:22:48 -0800 Christian Wimmer Make reference map data accessible from Java code
Wed, 12 Feb 2014 20:12:33 +0200 Bernhard Urban mx: add support for jmh benchmark suites
Tue, 11 Feb 2014 15:07:50 -0800 Tom Rodriguez Merge
Tue, 11 Feb 2014 14:26:48 -0800 Tom Rodriguez use hotspot stubs for primitive arraycopy calls
Tue, 11 Feb 2014 10:39:26 -0800 Tom Rodriguez a few stronger asserts in snipppet expansion
Tue, 11 Feb 2014 10:37:28 -0800 Tom Rodriguez minor assembly tweaks
Tue, 11 Feb 2014 10:37:08 -0800 Tom Rodriguez fix comment typo
Tue, 11 Feb 2014 10:36:57 -0800 Tom Rodriguez add assert to check format of debug info
Tue, 11 Feb 2014 22:41:50 +0100 Bernhard Urban gate: compile java with ECJ if available
Tue, 11 Feb 2014 22:33:43 +0100 Bernhard Urban mx: add option for forcing the usage of javac
Tue, 11 Feb 2014 08:47:18 -0800 Mick Jordan Merge
Tue, 11 Feb 2014 08:42:57 -0800 Mick Jordan update JLINE/JNR library dependencies
Tue, 11 Feb 2014 16:38:32 +0100 Doug Simon fixed JDT errors and warnings