log

age author description
Fri, 21 Jun 2013 11:12:23 +0200 Roland Schatz Fix deoptimization problem in DynamicNewArrayNode.
Thu, 20 Jun 2013 21:11:06 +0200 Doug Simon Merge.
Thu, 20 Jun 2013 17:38:53 +0200 Doug Simon moved write barrier tests to graal.hotspot.test and removed the graal.compiler.test -> graal.hotspot dependency
Thu, 20 Jun 2013 16:59:59 +0200 Roland Schatz Remove unused class GenericArrayRangeWriteBarrier.
Thu, 20 Jun 2013 16:59:58 +0200 Roland Schatz Delay write barrier addition for arraycopy.
Thu, 20 Jun 2013 16:59:58 +0200 Roland Schatz Common base class for nodes that need array range barriers.
Thu, 20 Jun 2013 16:59:56 +0200 Roland Schatz Later lowering of arraycopy.
Thu, 20 Jun 2013 17:30:39 +0200 Christos Kotselidis Align foreign call descriptors
Thu, 20 Jun 2013 16:10:14 +0200 Christos Kotselidis Add G1 Barriers' foreign calls
Thu, 20 Jun 2013 15:36:49 +0200 Christos Kotselidis Add G1 Barrier stub call nodes
Thu, 20 Jun 2013 15:36:15 +0200 Christos Kotselidis Fix CheckStyle errors
Thu, 20 Jun 2013 15:25:09 +0200 Christos Kotselidis Add G1 Barrier nodes
Thu, 20 Jun 2013 15:10:44 +0200 Christos Kotselidis Add Write Barrier superclass
Thu, 20 Jun 2013 13:47:53 +0200 Lukas Stadler fix recent merge with hsx (Mac build problems)
Thu, 20 Jun 2013 11:17:47 +0200 Roland Schatz Use stack kind to determine instruction in AMD64LIRGenerator.
Thu, 20 Jun 2013 10:18:15 +0200 Roland Schatz Cite source of comment in NewObjectSnippets.
Thu, 20 Jun 2013 10:17:03 +0200 Roland Schatz Test DynamicNewArrayNode with void.class.
Thu, 20 Jun 2013 01:10:56 +0200 Thomas Wuerthinger Merge.
Wed, 19 Jun 2013 23:50:43 +0200 Thomas Wuerthinger Fix after lowering phase refactoring.
Wed, 19 Jun 2013 21:54:38 +0200 Thomas Wuerthinger Merge.
Wed, 19 Jun 2013 21:49:09 +0200 Thomas Wuerthinger Simplified lowering phase. Removed "deferred" lowering. Removed custom setLastFixedNode method.
Wed, 19 Jun 2013 23:47:07 +0200 Bernhard Urban aot verify: check if string constant is really a interned string; javadoc updates
Wed, 19 Jun 2013 23:46:56 +0200 Bernhard Urban aot verify: s/AheadOfTimeVerifcationPhase/AheadOfTimeVerificationPhase/g
Wed, 19 Jun 2013 23:46:55 +0200 Gilles Duboscq GraphBuilderPhase: handle locks properly during framestate merge
Wed, 19 Jun 2013 20:24:27 +0200 Christos Kotselidis Merge
Wed, 19 Jun 2013 12:24:38 +0200 Christos Kotselidis Add one more register in Register pressure configuration for Compressed Oops
Tue, 18 Jun 2013 21:52:55 +0200 Christos Kotselidis Merge
Tue, 18 Jun 2013 19:30:58 +0200 Christos Kotselidis Remove completely UseCompressedOops args
Tue, 18 Jun 2013 19:30:22 +0200 Christos Kotselidis Add comments in Compressed Oops
Wed, 19 Jun 2013 18:20:40 +0200 Doug Simon Merge.