log

age author description
Fri, 04 Jul 2014 13:40:34 +0200 Gilles Duboscq Move DefaultCanonicalizerTool to GraphUtil and make it a DefaultSimplifierTool
Thu, 03 Jul 2014 18:27:08 +0200 Gilles Duboscq GuardLoweringPhase should not leave dead nodes behind
Wed, 02 Jul 2014 18:23:56 +0200 Gilles Duboscq Move name from HotSpotNmethod to InstalledCode to have a name again for truffle nmethods.
Wed, 02 Jul 2014 16:54:45 +0200 Gilles Duboscq RemoveValueProxyPhase should remove dead framestates recursively
Thu, 03 Jul 2014 23:28:35 +0200 Doug Simon removed (Java based) CompilationQueue
Thu, 03 Jul 2014 21:47:59 +0200 Doug Simon made Graal symbol declarations conditional upon GRAAL macro
Thu, 03 Jul 2014 19:07:44 +0200 Doug Simon removed use of SecurityManager and hiding fields from reflection (made redundant by -XX:+UseGraalClassLoader option)
Thu, 03 Jul 2014 18:57:20 +0200 Doug Simon made -esa apply to Graal classes even if they are not loaded by the boot class loader
Thu, 03 Jul 2014 16:30:28 +0200 Doug Simon added support to load classes from graal.jar with a separate class loader
Thu, 03 Jul 2014 14:31:34 +0200 Doug Simon mx: remove entries from unittest class path that are in graal.jar when running with a Graal enabled VM
Thu, 03 Jul 2014 14:29:21 +0200 Doug Simon mx: converted class path variables to camel case for better readability
Thu, 03 Jul 2014 14:21:57 +0200 Doug Simon HSAIL: removed debug output
Wed, 02 Jul 2014 16:06:42 -0700 Michael Van De Vanter Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
Wed, 02 Jul 2014 23:40:19 +0200 Doug Simon HSAIL: added support for several missing java.lang.Math routines
Wed, 02 Jul 2014 13:40:10 -0700 Tom Rodriguez Merge
Wed, 02 Jul 2014 13:05:02 -0700 Tom Rodriguez Allow mx unittest to run single test method from a class
Tue, 01 Jul 2014 19:39:01 -0700 Tom Rodriguez treat empty LineNumberTable as non-existent
Tue, 01 Jul 2014 19:37:44 -0700 Tom Rodriguez InstanceKlass::_init_state only exists for InstanceKlasses
Tue, 01 Jul 2014 19:36:36 -0700 Tom Rodriguez ensure the declared method holder is at least linked before emitting an invoke
Tue, 01 Jul 2014 19:35:13 -0700 Tom Rodriguez Ensure that uniqueConcreteMethod is called with a resolved concrete method
Tue, 01 Jul 2014 12:37:58 -0700 Tom Rodriguez look for original method and substitution when processing snippet graph
Tue, 01 Jul 2014 12:37:14 -0700 Tom Rodriguez Check for negative array size in Array.newInstance
Tue, 01 Jul 2014 12:36:51 -0700 Tom Rodriguez Check -Xbatch still works in the gate
Wed, 02 Jul 2014 15:04:25 +0200 Josef Eisl LSRA spill optimization: use DOMINATOR_SPILL_MOVE_ID to mark moves.
Wed, 02 Jul 2014 13:52:25 +0200 Josef Eisl LSRA spill optimization: backout changesets obsoleted by eager spill move placement.
Wed, 02 Jul 2014 13:47:01 +0200 Josef Eisl LSRA spill optimization: insert spill moves eagerly.
Tue, 01 Jul 2014 20:35:53 +0200 Josef Eisl LSRA spill optimization: fix another spill move placement bug.
Tue, 17 Jun 2014 14:42:14 +0200 Josef Eisl LSRA spill optimization: rename UseBlockIterator to IntervalBlockIterator.
Tue, 17 Jun 2014 14:41:41 +0200 Josef Eisl LSRA spill optimization: fix UseBlockIterator.
Mon, 16 Jun 2014 20:04:13 +0200 Josef Eisl LSRA spill optimization: insert dominator spill move after data flow resolution moves.