log

age author description
Thu, 07 Jun 2012 17:08:33 +0200 Thomas Wuerthinger Renaming CiKind => RiKind.
Thu, 07 Jun 2012 17:07:42 +0200 Thomas Wuerthinger Moved RiConstant to cri.ri package.
Thu, 07 Jun 2012 17:07:05 +0200 Thomas Wuerthinger Renaming CiConstant => RiConstant.
Thu, 07 Jun 2012 17:06:29 +0200 Thomas Wuerthinger Introduction of the project com.oragle.graal.api.meta.
Thu, 07 Jun 2012 17:01:21 +0200 Thomas Wuerthinger Introduction of com.oracle.graal.api project.
Thu, 07 Jun 2012 16:28:21 +0200 Thomas Wuerthinger Fix compiler warnings.
Thu, 07 Jun 2012 16:15:19 +0200 Thomas Wuerthinger Merge.
Wed, 06 Jun 2012 17:20:15 +0200 Thomas Wuerthinger Merge.
Wed, 06 Jun 2012 17:20:07 +0200 Thomas Wuerthinger Removed unused import.
Fri, 01 Jun 2012 19:27:46 +0200 Thomas Wuerthinger Merge.
Fri, 01 Jun 2012 19:27:28 +0200 Thomas Wuerthinger Remove installMethod from RiMethod.
Thu, 07 Jun 2012 13:01:45 +0200 Gilles Duboscq Merge
Thu, 07 Jun 2012 12:14:39 +0200 Gilles Duboscq Help old javac version with generics
Wed, 06 Jun 2012 19:19:10 +0200 Gilles Duboscq Merge
Wed, 06 Jun 2012 19:09:05 +0200 Gilles Duboscq Switch to new loop transformation framework, use it for peeling and full unrolling for snippets
Wed, 06 Jun 2012 18:55:39 +0200 Gilles Duboscq .filter() on Graph.getNode now tries to use the fast node iterator if possible
Tue, 05 Jun 2012 17:38:48 +0200 Gilles Duboscq Move virtual chain help methods from SuperBlock to GraphUtil
Mon, 04 Jun 2012 16:15:56 +0200 Gilles Duboscq Check edge types for replacements in addDuplicate
Mon, 04 Jun 2012 16:01:40 +0200 Gilles Duboscq Made nodeClass final, remove unused import introduced in a merge
Thu, 07 Jun 2012 12:15:41 +0200 Doug Simon small refactoring of snippet API
Thu, 07 Jun 2012 09:47:35 +0200 Doug Simon minor improvement to annotation search function
Wed, 06 Jun 2012 18:04:07 +0200 Doug Simon folded -G:+CheckcastCounters functionality into checkcast snippets
Tue, 05 Jun 2012 21:43:42 +0200 Doug Simon added @Parameter and @Constant annotations which simplify creation and instantiation of snippets
Mon, 04 Jun 2012 16:00:25 +0200 Gilles Duboscq NodeBitMap is a NodeIterable
Fri, 01 Jun 2012 17:27:38 +0200 Gilles Duboscq Merge
Fri, 01 Jun 2012 17:27:31 +0200 Gilles Duboscq Add posibility to provide a replacement function instead of map for duplication.
Fri, 01 Jun 2012 17:22:59 +0200 Gilles Duboscq Add snippet graph to the scope so that they can be dumped on error
Fri, 01 Jun 2012 16:35:31 +0200 Gilles Duboscq fix : GCC 4.7 considers conversion of false to a jobject an error
Fri, 01 Jun 2012 15:13:25 +0200 Gilles Duboscq Merge
Fri, 01 Jun 2012 15:12:00 +0200 Gilles Duboscq Add blockSuccessorIndex to ControlSplitNode