log

age author description
Tue, 10 Jul 2012 10:08:49 +0200 Doug Simon added tests for null receiver for non-static invokes
Tue, 10 Jul 2012 09:36:34 +0200 Doug Simon handles changes in IGV bytecode format
Tue, 10 Jul 2012 10:49:31 +0200 Lukas Stadler less aggressive tail duplication
Mon, 09 Jul 2012 22:18:49 +0200 Doug Simon implemented non-XIR lowering of invokes (todo: inline virtual dispatch and null checking of receivers)
Mon, 09 Jul 2012 22:17:00 +0200 Doug Simon formatting fix
Mon, 09 Jul 2012 22:16:36 +0200 Doug Simon clarified error message when Value fields of LIRInstruction classes have the wrong modifiers
Mon, 09 Jul 2012 22:15:15 +0200 Doug Simon removed old, commented out code
Mon, 09 Jul 2012 22:12:12 +0200 Doug Simon use more efficient Unsafe API for getting array base and index values
Mon, 09 Jul 2012 22:09:36 +0200 Doug Simon added prefix to formatted object Constants to denote the type of the constant
Mon, 09 Jul 2012 16:44:03 +0200 Lukas Stadler more aggressive tail duplication
Sat, 07 Jul 2012 12:53:00 +0200 Lukas Stadler (symptomatic) fix for NPE in InliningUtil
Fri, 06 Jul 2012 17:34:21 +0200 Lukas Stadler fix to float stamps (for NaN constants)
Fri, 06 Jul 2012 17:18:41 +0200 Lukas Stadler make igv more resilient to errors in the bytecode input format
Fri, 06 Jul 2012 17:17:34 +0200 Lukas Stadler recompute inlining level instead of caching it
Fri, 06 Jul 2012 16:29:30 +0200 Lukas Stadler Merge.