log

age author description
Fri, 26 Apr 2013 18:40:17 +0200 Thomas Wuerthinger Rename InputChangedListener => NodeChangedListener. Add event for usage count of a node dropping to 0.
Fri, 26 Apr 2013 17:15:10 +0200 Thomas Wuerthinger Added a clazz parameter to Frame.getArguments in order to allow unsafe access to the arguments object (i.e., avoiding the null check and the type cast).
Fri, 26 Apr 2013 15:58:41 +0200 Thomas Wuerthinger Perform only targeted canonicalization after tail duplication.
Fri, 26 Apr 2013 15:32:58 +0200 Thomas Wuerthinger Remove auto-kill of unused usages in the canonicalizer.
Fri, 26 Apr 2013 15:16:58 +0200 Thomas Wuerthinger Fix imports.
Fri, 26 Apr 2013 15:15:00 +0200 Thomas Wuerthinger Fix ReadAfterCheckCastTest to be a bit more relaxed about the graph structure.
Fri, 26 Apr 2013 14:39:58 +0200 Thomas Wuerthinger Merge.
Fri, 26 Apr 2013 14:25:35 +0200 Thomas Wuerthinger Disable ScalaDacapo-actors benchmark.
Fri, 26 Apr 2013 14:15:17 +0200 Thomas Wuerthinger Perform deopt-to-guard conversion at snippet installation time.
Fri, 26 Apr 2013 14:14:14 +0200 Bernhard Urban GraphBuilder: remove hack for obtaining profile information of unique subtypes
Thu, 25 Apr 2013 18:14:08 +0200 Andreas Woess Frame API: Introduce FrameSlotKind.
Thu, 25 Apr 2013 23:17:58 +0200 Thomas Wuerthinger Fix canonicalization of BranchProbabilityNode.
Thu, 25 Apr 2013 22:44:28 +0200 Thomas Wuerthinger Changed the behavior of CompilerDirectives.injectBranchProbability and added javadoc to document the new behavior. Introduced probability constants. Removed CompilerDirectives.slowpath().
Thu, 25 Apr 2013 22:30:16 +0200 Thomas Wuerthinger Add javadoc to BranchProbabilityNode.probability node intrinsic. Avoid combined conditions in connection with the probability.
Thu, 25 Apr 2013 22:20:47 +0200 Thomas Wuerthinger Fix branch probability injection.
Thu, 25 Apr 2013 21:34:00 +0200 Thomas Wuerthinger Change the way branch probabilities are injected. Update all snippets.
Thu, 25 Apr 2013 20:10:49 +0200 Thomas Wuerthinger Merge.
Thu, 25 Apr 2013 20:00:23 +0200 Thomas Wuerthinger Merge.
Thu, 25 Apr 2013 19:43:49 +0200 Thomas Wuerthinger Added annotation CompilerDirectives.CompilationFinal for fields that should be considered final during compilation, but are not final while executing in the Truffle interpreter.
Thu, 25 Apr 2013 18:49:15 +0200 Thomas Wuerthinger Import fix.
Thu, 25 Apr 2013 18:37:41 +0200 Thomas Wuerthinger Merge.
Thu, 25 Apr 2013 18:32:33 +0200 Thomas Wuerthinger Devirtualize invoke before handing it to the macro node.
Thu, 25 Apr 2013 18:17:24 +0200 Thomas Wuerthinger Delay the reporting of an error in the branch probability injection node.
Thu, 25 Apr 2013 18:11:30 +0200 Thomas Wuerthinger Allow lazy resolving of the constant input value of the node injecting probabilities into if nodes.
Thu, 25 Apr 2013 17:42:55 +0200 Thomas Wuerthinger Additional assertions to guard against calls to abstract methods.
Thu, 25 Apr 2013 19:44:58 +0200 Christian Humer Merge.
Thu, 25 Apr 2013 11:02:50 +0200 Christian Humer Fixed some minor bugs in executeWith supprt.
Thu, 25 Apr 2013 18:37:54 +0200 Doug Simon Merge.
Thu, 25 Apr 2013 18:37:01 +0200 Doug Simon added guarantee() method to GraalInternalError
Thu, 25 Apr 2013 18:36:23 +0200 Doug Simon made verification of node intrinsification always be run, independent of whether assertions are enabled