log

age author description
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
Thu, 31 May 2012 17:57:21 +0200 Gilles Duboscq runtime may be null in the canonicalizer (like target or assumptions)
Fri, 01 Jun 2012 16:54:27 +0200 Thomas Wuerthinger Merge.
Fri, 01 Jun 2012 16:32:05 +0200 Thomas Wuerthinger Merge.
Fri, 01 Jun 2012 16:31:49 +0200 Thomas Wuerthinger Small clean up on RiRuntime.
Fri, 01 Jun 2012 16:29:04 +0200 Doug Simon checkcasts against restricted primary types no longer use hints
Fri, 01 Jun 2012 16:25:01 +0200 Doug Simon removed obsolete support for calling HotSpot type-check stubs
Fri, 01 Jun 2012 14:07:00 +0200 Doug Simon removed leftover debugging code
Fri, 01 Jun 2012 11:10:49 +0200 Doug Simon lifted fast subtype check into checkcast snippets
Fri, 01 Jun 2012 11:08:44 +0200 Doug Simon added javadoc
Fri, 01 Jun 2012 11:08:03 +0200 Doug Simon support @NodeIntrinsic based creation of a UnsafeLoadNode with a stamp indicating non-nullness
Fri, 01 Jun 2012 11:05:24 +0200 Doug Simon support use of boolean, byte, char and short constant arguments in @NodeIntrinsic methods
Fri, 01 Jun 2012 11:03:50 +0200 Doug Simon allow a framestate to flow though a framestate-less loop
Fri, 01 Jun 2012 11:02:36 +0200 Doug Simon bug fix: GraphTest method dumped to CFGPrinter was not the same as the one being executed
Fri, 01 Jun 2012 02:01:49 +0200 Andreas Woess fix for branches that have only a true successor (as emitted for negated guards).
Thu, 31 May 2012 18:24:53 +0200 Lukas Stadler add simple test for ControlFlowGraph block computation
Thu, 31 May 2012 18:23:16 +0200 Lukas Stadler quick fix for postdominator calculation