log

age author description
Wed, 30 Jul 2014 11:39:07 +0200 Chris Seaton Fix Python style.
Wed, 30 Jul 2014 11:34:10 +0200 Chris Seaton Unless the current revision is tagged as a release, make the Graal version 0.(n+1)-dev, in order to differentiate between release and development versions.
Tue, 29 Jul 2014 17:58:11 -0700 Tom Rodriguez Extra sanity checking in initHotSpotVMConfig
Tue, 29 Jul 2014 17:57:29 -0700 Tom Rodriguez add some comments to BitOpNodesTest.java
Tue, 29 Jul 2014 17:40:22 -0700 Tom Rodriguez Properly handle multiple copies of the same test when unswitching
Tue, 29 Jul 2014 17:40:15 -0700 Tom Rodriguez eliminate duplicate entries from profile data
Tue, 29 Jul 2014 17:40:00 -0700 Tom Rodriguez Don't read beyond end of known vtable
Tue, 29 Jul 2014 17:39:11 -0700 Tom Rodriguez CleanTypeProfileProxyPhase should cleanup after itself
Tue, 29 Jul 2014 17:35:33 +0200 Lukas Stadler fix FloatRemNode canonicalization
Tue, 29 Jul 2014 16:58:05 +0200 Doug Simon added test showing that the Graal API is inaccessible when -XX:+UseGraalClassLoader is specified
Tue, 29 Jul 2014 16:54:57 +0200 Doug Simon added test to show only verified bytecode can be accessed with Graal API
Tue, 29 Jul 2014 16:53:42 +0200 Doug Simon make up-to-date check for generated sources work with --installed-jdks
Mon, 28 Jul 2014 14:43:28 -0700 Tom Rodriguez Do final round of incremental conditional elimination
Mon, 28 Jul 2014 14:43:01 -0700 Tom Rodriguez Don't create useless ValueAnchorNode
Mon, 28 Jul 2014 13:52:26 -0700 Tom Rodriguez make scheduling before dumping optional to speed up dumping
Mon, 28 Jul 2014 13:51:36 -0700 Tom Rodriguez correct name of zero usages method
Mon, 28 Jul 2014 16:51:45 +0200 Doug Simon generalized check that VM is up-to-date with all generated sources
Mon, 28 Jul 2014 15:53:07 +0200 Lukas Stadler cached MatchPattern.Result failure constants
Mon, 28 Jul 2014 15:53:07 +0200 Lukas Stadler small fix in FloatingReadPhase (when handling existing phis)
Mon, 28 Jul 2014 15:53:07 +0200 Lukas Stadler remove unused setters from BinaryOpLogicNode
Mon, 28 Jul 2014 15:53:07 +0200 Lukas Stadler rename IntegerBelowThanNode to IntegerBelowNode
Mon, 28 Jul 2014 14:48:11 +0200 Doug Simon modify the 'mx vm' command to check that the VM is up-to-date with respect to graalRuntime.inline.hpp
Mon, 28 Jul 2014 13:55:33 +0200 Doug Simon made sha1 signatures mandatory for libraries; made libraries for all downloading performed by commands in mx_graal
Mon, 28 Jul 2014 11:35:17 +0200 Doug Simon added per-user cache for mx downloads
Fri, 25 Jul 2014 17:38:00 -0700 Tom Rodriguez loading of anonymous classes must update SystemDictionary::_number_of_modifications
Fri, 25 Jul 2014 08:35:34 -0700 David Piorkowski SL: Merging changes to root
Thu, 24 Jul 2014 16:14:44 -0700 David Piorkowski SL: Added support for instrumentation.
Fri, 25 Jul 2014 14:31:36 +0200 Lukas Stadler correctly handle inlining of method with multiple returns
Fri, 25 Jul 2014 13:21:48 +0200 Lukas Stadler inferStamp for CompressionNode
Thu, 24 Jul 2014 12:22:54 -0700 Tom Rodriguez don't allow bsr to be used outside of intrinsics
Wed, 23 Jul 2014 17:39:26 -0700 Tom Rodriguez BitScanReverseNode stamp tests should only be used with BitScanReverseNode
Wed, 23 Jul 2014 17:36:15 -0700 Tom Rodriguez Don't allow infinite loops to explode loop frequencies
Wed, 23 Jul 2014 15:01:58 +0200 Lukas Stadler handle HotSpotCompressedNullConstant in graalCodeInstaller
Wed, 23 Jul 2014 14:24:17 +0200 Lukas Stadler cleanups and doc for PhiNode.singleValue
Wed, 23 Jul 2014 14:20:27 +0200 Lukas Stadler support simplification in CustomCanonicalizer and turn it into an abstract class
Wed, 23 Jul 2014 14:19:51 +0200 Lukas Stadler LoadHubNode is not Canonicalizable.Unary (beause of the guard)
Wed, 23 Jul 2014 14:16:35 +0200 Lukas Stadler better stamps for RightShiftNode
Wed, 23 Jul 2014 13:56:02 +0200 Lukas Stadler change assertions in VirtualObject to look at the LIRKind
Wed, 23 Jul 2014 11:53:47 +0200 Lukas Stadler prefer predecessor frame states at merges
Fri, 18 Jul 2014 00:33:37 +0200 Andreas Woess Truffle: make NeverPartOfCompilationNode a MacroStateSplitNode for better debuggability
Tue, 22 Jul 2014 16:32:43 +0200 Andreas Woess Truffle: revert to previous iterator implementation, add test case
Tue, 22 Jul 2014 15:06:15 +0200 Lukas Stadler use LIRKind in graalCodeInstaller, support compressed oops in frame states
Tue, 22 Jul 2014 15:05:33 +0200 Lukas Stadler use log level in EffectsClosure
Tue, 22 Jul 2014 15:05:09 +0200 Lukas Stadler use TTY in BenchmarkCounters
Tue, 22 Jul 2014 15:04:57 +0200 Lukas Stadler small comment in SwitchNode
Tue, 22 Jul 2014 12:44:55 +0100 Chris Seaton Truffle/Instrument: new syntax tags for periodically appearing locations.
Sun, 20 Jul 2014 17:10:04 +0200 Doug Simon improved name and documentation for method implementing fast-path check for type resolution
Fri, 18 Jul 2014 14:28:43 +0200 Gilles Duboscq Cherry-picking "8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections" by adlertz
Fri, 18 Jul 2014 11:14:54 +0200 Gilles Duboscq Add simple infopoint nodes which do not contain debugging informations for values. Use them when shouldDebugNonSafepoints is true.
Wed, 16 Jul 2014 14:27:48 +0200 Gilles Duboscq ConvertDeoptimizeToGuardPhase: the SimplifierTool can be an instance field
Wed, 16 Jul 2014 14:22:43 +0200 Gilles Duboscq BasePhase.createName: use full class name and strip package name so that the outer class is visible.
Tue, 15 Jul 2014 16:54:44 +0200 Gilles Duboscq Simplify ExceptionObjectNode.lower: use the node's stamp rather than re-compute it
Tue, 15 Jul 2014 16:50:02 +0200 Gilles Duboscq NonNullParametersPhase (and its HSAIL cousin) should join non-null rather than attempt to re-create the paramater stamp.
Tue, 15 Jul 2014 13:12:58 +0200 Gilles Duboscq Minor changes to StampFactory and ObjectStamp
Mon, 14 Jul 2014 14:49:33 +0200 Gilles Duboscq Minor simplification in WordTypeVerificationPhase
Mon, 14 Jul 2014 14:49:00 +0200 Gilles Duboscq Add getInvokeKind on Invoke, add hasReceiver on InvokeKind
Mon, 14 Jul 2014 14:17:33 +0200 Gilles Duboscq Move invokeKind into CallTragetNode from its subclasses
Mon, 14 Jul 2014 14:00:55 +0200 Gilles Duboscq Move the target method from MethodCallTargetNode and LoweredCallTargetNode to their superclass CallTargetNode
Mon, 14 Jul 2014 13:55:01 +0200 Gilles Duboscq Move InvokeKind from MethodCallTargetNode to CallTargetNode
Tue, 15 Jul 2014 13:12:20 +0200 Gilles Duboscq Make sure loop unswitching handles guards properly