log

age author description
Thu, 05 Apr 2012 17:11:41 +0200 Gilles Duboscq Add DaCapo 1st run as a benchmark group
Thu, 05 Apr 2012 22:35:28 +0200 Doug Simon added --ecl option to mx for saving VM execution(s) as Eclipse launch configurations
Wed, 04 Apr 2012 12:08:52 +0200 Doug Simon abstracted word size in object array copy
Wed, 04 Apr 2012 09:19:44 +0200 Doug Simon write barrier for UnsafeStoreNode must be inserted after associated write node has replaced original store node in the graph
Tue, 03 Apr 2012 23:10:04 +0200 Doug Simon revived mechanism for disabling automatic native builds in Eclipse
Tue, 03 Apr 2012 23:08:27 +0200 Doug Simon emit GC write barrier for UnsafeStoreNode only if store kind is Object
Tue, 03 Apr 2012 21:31:32 +0200 Doug Simon automated download of hsdis lib if PrintAssembly option is used; added support for hsdis on the Mac
Tue, 03 Apr 2012 10:58:23 +0200 Doug Simon Merge.
Tue, 03 Apr 2012 10:56:40 +0200 Doug Simon unsafe load/store snippets now require a displacement argument which allows x86 complex addressing modes to be used for tighter encoding of array store/load operations
Tue, 03 Apr 2012 10:05:49 +0200 Doug Simon added printing of HotSpot config if graal.printconfig system property is true
Tue, 03 Apr 2012 09:43:21 +0200 Doug Simon made Logger thread-safe by using a ThreadLocal
Mon, 02 Apr 2012 19:47:13 +0200 Lukas Stadler disable PriorityQueue and CacheGraphs
Mon, 02 Apr 2012 19:46:48 +0200 Lukas Stadler fix PriorityQueue, enable PriorityQueue and CacheGraphs
Mon, 02 Apr 2012 12:19:18 +0200 Doug Simon fixed gcc warning; added note to README_GRAAL about disabling the bootstrap step
Mon, 02 Apr 2012 11:39:32 +0200 Doug Simon added README_GRAAL.txt with simple build instructions
Thu, 29 Mar 2012 19:04:07 +0200 Lukas Stadler turn off experimental options (graph caching, compilation queue changes)
Thu, 29 Mar 2012 19:03:29 +0200 Lukas Stadler benchmark: graal compilation policy + priority queue + dynamic comp thread priority + graph caching
Thu, 29 Mar 2012 19:02:57 +0200 Lukas Stadler benchmark: graal compilation policy + priority queue + dynamic comp thread priority
Thu, 29 Mar 2012 18:55:45 +0200 Lukas Stadler added graph caching (-G:+CacheGraphs)
Thu, 29 Mar 2012 18:43:30 +0200 Lukas Stadler compilation queue changes:
Thu, 29 Mar 2012 13:23:34 +0200 Doug Simon added @Fold to folding methods during snippet intrinsification; replaced CardTableStartNode and CardTableShiftNode with @Fold methods
Thu, 29 Mar 2012 13:22:25 +0200 Doug Simon added 'javadoc/' to .hgignore
Thu, 29 Mar 2012 13:21:22 +0200 Doug Simon made MethodFilter patterns a little more flexible with respect to parameters
Thu, 29 Mar 2012 13:20:43 +0200 Doug Simon made HotSpotTypePrimitive.name() return the internal name form (as per the spec in RiType)
Thu, 29 Mar 2012 10:52:12 +0200 Doug Simon added javadoc command (from Maxine version of mx)
Wed, 28 Mar 2012 22:17:38 +0200 Doug Simon Merge.
Wed, 28 Mar 2012 22:17:10 +0200 Doug Simon fixed regex in MethodFilter
Wed, 28 Mar 2012 22:14:14 +0200 Doug Simon made CompareAndSwapNode implement Lowerable to ensure partial HIR -> HIR lowering happens
Wed, 28 Mar 2012 14:31:56 +0200 Doug Simon removed XIR & LIR code for nodes that are completely lowered in HotspotRuntime.lower()
Wed, 28 Mar 2012 14:23:30 +0200 Doug Simon removed some manual options set when compiling with JDT from mx
Wed, 28 Mar 2012 14:22:25 +0200 Doug Simon documentation to show the relationship between DebugConfig and Debug
Wed, 28 Mar 2012 14:21:05 +0200 Doug Simon added check for use of MethodFilter option without use of Log, Dump, Meter or Time options
Wed, 28 Mar 2012 17:46:14 +0200 Lukas Stadler reset invocation counter to 1 when method is queued for compilation, this leads to fewer unsuccessful re-enqueues.
Wed, 28 Mar 2012 13:56:41 +0200 Gilles Duboscq Fix for canonicalizer : some input changes were not tracked leading to canonicalization misses
Wed, 28 Mar 2012 09:37:18 +0200 Gilles Duboscq Merge
Mon, 26 Mar 2012 15:47:49 +0200 Gilles Duboscq Add a RiDeoptAction to Guards and FixedGuards
Mon, 26 Mar 2012 22:40:31 +0200 Doug Simon fixed Eclipse compiler warnings about unused parameters
Mon, 26 Mar 2012 22:25:26 +0200 Doug Simon made eclipseinit generate Eclipse debug-on-attach launch config in mx/attach-8000.launch
Mon, 26 Mar 2012 22:24:07 +0200 Doug Simon upgraded compiler settings for Eclipse 3.8
Mon, 26 Mar 2012 13:49:13 +0200 Doug Simon added -G:+PrintFlags flag for printing the Graal flags; tightened format checking of Graal options to be consistent with HotSpot
Fri, 23 Mar 2012 12:13:04 -0700 Christian Haeubl Merge
Fri, 23 Mar 2012 12:12:35 -0700 Christian Haeubl bugfix, parallel GC seems stable
Fri, 23 Mar 2012 13:33:56 +0100 Doug Simon fixed comment and error message in commands.py
Fri, 23 Mar 2012 11:48:39 +0100 Doug Simon changed Graal class path declaration (back) to a constant that is checked for correctness during building
Thu, 22 Mar 2012 19:06:04 -0700 Christian Haeubl Merge
Thu, 22 Mar 2012 18:54:02 -0700 Christian Haeubl some GC fixes
Wed, 21 Mar 2012 16:33:58 -0700 Christian Haeubl fix for package visible GraalOptions
Thu, 22 Mar 2012 19:54:03 +0100 Gilles Duboscq Add UseSerialGC flag in benchmarks so that all vms run with the same GC
Thu, 22 Mar 2012 19:43:56 +0100 Gilles Duboscq Merge
Thu, 22 Mar 2012 19:28:45 +0100 Gilles Duboscq Add assertion around probabilities, and fix potential problem in ComputeProbabilityPhase
Thu, 22 Mar 2012 18:36:52 +0100 Gilles Duboscq Use DumpOnError flag, false by default
Thu, 22 Mar 2012 19:13:09 +0100 Andreas Woess Use VM_LITTLE_ENDIAN to determine endianness.
Thu, 22 Mar 2012 18:28:18 +0100 Gilles Duboscq Add posibility to ignore some tests/benchmarks with some vms : use it to disable bootstrap benchmarks for client/server
Wed, 21 Mar 2012 18:05:41 +0100 Thomas Wuerthinger Fix C++ code to allow successful build on Windows.
Wed, 21 Mar 2012 14:57:06 +0100 Thomas Wuerthinger Fix constructor of DeoptimizeNode (to match intrinsic definition).
Wed, 21 Mar 2012 14:39:11 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 14:32:47 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 13:57:30 +0100 Thomas Wuerthinger Merge.
Wed, 21 Mar 2012 13:49:34 +0100 Thomas Wuerthinger Added new decorate methods to the Debug class.
Wed, 21 Mar 2012 13:13:47 +0100 Thomas Wuerthinger Move compilation task logic to separate class.