log

age author description
Mon, 04 Feb 2013 05:51:50 -0800 Christian Wimmer Make the access of raw memory via Unsafe specific to HotSpot.
Mon, 04 Feb 2013 05:47:35 -0800 Christian Wimmer Typo in comment
Mon, 04 Feb 2013 05:45:28 -0800 Christian Wimmer Do not call inferStamp when it is already known that a node is a Word. When the input operand is already rewritten, this could cause an exception. Example: CheckCastNode.inferStamp expect that the input has an objectStamp, but at the point of inferStamp it would already be a primitive stamp.
Mon, 04 Feb 2013 05:41:14 -0800 Christian Wimmer Bugfix: ControlSplitNode can have no successor, so check for successor count instead of class
Mon, 04 Feb 2013 13:21:13 +0100 Thomas Wuerthinger Merge.
Mon, 04 Feb 2013 13:21:07 +0100 Thomas Wuerthinger Clean up more TODO comments.
Fri, 01 Feb 2013 19:53:52 +0100 Thomas Wuerthinger Remove ControlFlowException in SimpleLanguage.
Fri, 01 Feb 2013 19:50:04 +0100 Thomas Wuerthinger Fix comment.
Fri, 01 Feb 2013 21:10:53 +0100 Lukas Stadler Merge
Fri, 01 Feb 2013 21:10:23 +0100 Lukas Stadler fix client and servr ild for leafGraphId change
Fri, 01 Feb 2013 17:34:18 +0100 Lukas Stadler small cleanup in MaterializeObjectNode
Fri, 01 Feb 2013 17:34:01 +0100 Lukas Stadler fix probabilities for explicit NPE and AIOOBE in GraphBuilderPhase
Fri, 01 Feb 2013 17:32:59 +0100 Lukas Stadler keep track of leafGraphIds only at the StructuredGraph level (see GRAAL-60)
Fri, 01 Feb 2013 19:48:44 +0100 Thomas Wuerthinger Introduce ControlFlowException class in Truffle.
Fri, 01 Feb 2013 19:47:05 +0100 Thomas Wuerthinger Merge.
Fri, 01 Feb 2013 19:46:52 +0100 Thomas Wuerthinger Small clean up.
Fri, 01 Feb 2013 15:18:22 +0100 Gilles Duboscq Remove exclusion of FastMath::slowLog
Fri, 01 Feb 2013 11:06:54 +0100 Doug Simon improved utility for converting ProfilingInfo to a String
Thu, 31 Jan 2013 21:55:36 +0100 Doug Simon fixed repetition of compilation metric option on command line when running multiple benchmarks (JIRA issue GRAAL-66)
Thu, 31 Jan 2013 17:51:05 +0100 Thomas Wuerthinger Dead source code elimination.
Thu, 31 Jan 2013 17:45:41 +0100 Thomas Wuerthinger Merge.
Thu, 31 Jan 2013 17:45:25 +0100 Thomas Wuerthinger Remove commented out code.
Thu, 31 Jan 2013 17:33:27 +0100 Thomas Wuerthinger Remove exchange method in spill move factory.
Thu, 31 Jan 2013 17:30:02 +0100 Thomas Wuerthinger Remove scratch register TODOs.
Thu, 31 Jan 2013 17:04:16 +0100 Thomas Wuerthinger Dead source code elimination.
Thu, 31 Jan 2013 16:28:55 +0100 Thomas Wuerthinger Small code clean up.
Thu, 31 Jan 2013 16:28:12 +0100 Thomas Wuerthinger Remove more TODOs. Introduce implicitNullCheckLimit as target parameter.
Thu, 31 Jan 2013 16:10:56 +0100 Thomas Wuerthinger Clean up and remove TODO.
Thu, 31 Jan 2013 15:56:27 +0100 Thomas Wuerthinger Merge fix.
Thu, 31 Jan 2013 15:42:25 +0100 Thomas Wuerthinger Merge with hsx25/hotspot.