log

age author description
Mon, 03 Sep 2012 12:52:41 +0200 Gilles Duboscq Merge
Mon, 03 Sep 2012 12:52:22 +0200 Gilles Duboscq Create ValueProxy nodes where necessary during ReadElimination
Thu, 30 Aug 2012 15:33:08 +0200 Gilles Duboscq Warnings for windows build if there is no SDK
Fri, 31 Aug 2012 22:56:29 +0200 Doug Simon added more tests to InstanceOfTest for testing against types with a deep hierarchy
Fri, 31 Aug 2012 22:55:34 +0200 Doug Simon removed unnecessary snippets for lowering an instanceof whose test type is not a compile time constant
Fri, 31 Aug 2012 22:20:13 +0200 Doug Simon enabled InstanceOfSnippets for general lowering of InstanceOfNodes
Fri, 31 Aug 2012 17:57:30 +0200 Doug Simon added InstanceOfSnippets which passes InstanceOfTest but is not yet enabled for general lowering
Wed, 29 Aug 2012 13:05:43 +0200 Gilles Duboscq Fix for sameSign check and javadoc
Tue, 28 Aug 2012 14:58:55 +0200 Gilles Duboscq Merge
Tue, 28 Aug 2012 14:04:55 +0200 Gilles Duboscq Add helper methods to IntegerStamp for sign, use them
Tue, 28 Aug 2012 12:22:19 +0200 Gilles Duboscq Merge
Tue, 28 Aug 2012 12:22:06 +0200 Gilles Duboscq Re-enable HP_series : add a tolerance to the double compare
Mon, 27 Aug 2012 14:50:03 +0200 Gilles Duboscq Update SPECjvm2008 bench regex
Tue, 28 Aug 2012 14:17:22 +0200 Doug Simon Merge.
Tue, 28 Aug 2012 13:55:11 +0200 Doug Simon exclude TestPrograms from JaCoCo processing
Tue, 28 Aug 2012 13:54:35 +0200 Doug Simon an empty array is now returned by ResolvedJavaType.declaredFields() for array and primitive types
Tue, 28 Aug 2012 11:43:06 +0200 Doug Simon disabled failing BigBangTests: helloWorldTest, formattedOutputTest, arrayListTestWithCalls
Tue, 28 Aug 2012 11:09:14 +0200 Doug Simon consolidated jtt command into unittest command and removed need for explicit 'testHarness' property in 'projects' file
Tue, 28 Aug 2012 12:15:10 +0200 Lukas Stadler canonicalize reads and writes on null objects to deopts
Tue, 28 Aug 2012 11:27:39 +0200 Lukas Stadler create PiNodes with exact types during inlining
Tue, 28 Aug 2012 11:26:22 +0200 Lukas Stadler fix to new escape analysis infrastructure
Tue, 28 Aug 2012 10:56:35 +0200 Lukas Stadler Merge
Fri, 24 Aug 2012 11:45:30 +0200 Lukas Stadler infrastructure changes in preparation of partial escape analysis
Mon, 27 Aug 2012 18:02:22 +0200 Doug Simon made LoweringPhase use a schedule so that floating and fixed nodes are lowered iteratively together
Thu, 23 Aug 2012 15:43:40 +0200 Doug Simon made mx help command accept abbreviations
Wed, 22 Aug 2012 16:21:14 +0200 Doug Simon Merge.
Sat, 04 Aug 2012 01:36:14 +0200 Doug Simon issue message about -G:+PrintFlags when an unrecognized -G options is passed to the VM
Sat, 04 Aug 2012 01:35:01 +0200 Doug Simon added info message suggesting use of -G:-PrintCFG in conjuction with -G:+PrintBinaryGraphs
Wed, 22 Aug 2012 15:26:56 +0200 Doug Simon disabled HP_series JTT until failure under 7u6 is fixed/understood
Wed, 22 Aug 2012 11:25:44 +0200 Doug Simon Merge.