log

age author description
Fri, 15 Jun 2012 15:38:42 +0200 Gilles Duboscq Merge
Fri, 15 Jun 2012 15:35:10 +0200 Gilles Duboscq Add BinaryNode.reassociate to do generic +, -, *, &, |, ^ reassociation, use it for canoncialization. Will be used to reassociate loop invariants.
Fri, 15 Jun 2012 14:42:11 +0200 Doug Simon added support for extending the filtering context of a DebugConfig
Fri, 15 Jun 2012 13:17:04 +0200 Doug Simon Merge.
Fri, 15 Jun 2012 13:16:43 +0200 Doug Simon reverted to using fast_new_instance_init_check_id stub to use fast TLAB refilling
Fri, 15 Jun 2012 12:05:13 +0200 Doug Simon added more tests to NewInstanceTest
Fri, 15 Jun 2012 12:04:26 +0200 Doug Simon added check to ensure fast path allocation is never used for types that don't allow it
Thu, 14 Jun 2012 17:03:22 +0200 Doug Simon improved allocation tracing in NewInstanceSnippets
Fri, 15 Jun 2012 09:54:37 +0200 Gilles Duboscq Merge
Fri, 15 Jun 2012 09:53:14 +0200 Gilles Duboscq Add 2 array copy tests
Thu, 14 Jun 2012 17:10:49 +0200 Gilles Duboscq Merge
Thu, 14 Jun 2012 17:10:17 +0200 Gilles Duboscq Add C2 to C++ analysis for eclipse
Thu, 14 Jun 2012 17:09:39 +0200 Gilles Duboscq Preliminary counted loop detection
Thu, 14 Jun 2012 14:14:06 +0200 Gilles Duboscq Add missing file
Wed, 13 Jun 2012 14:17:37 +0200 Gilles Duboscq Make NodeIterable an interface and create AbstractNodeIterable,
Wed, 13 Jun 2012 13:41:02 +0200 Gilles Duboscq Add static sub & div to IntegerArithmeticNode
Wed, 13 Jun 2012 13:40:39 +0200 Gilles Duboscq add StampFactory.negate(IntegerStamp), use it for NegateNode
Thu, 14 Jun 2012 16:37:40 +0200 Doug Simon removed incorrect comment
Thu, 14 Jun 2012 16:25:54 +0200 Doug Simon Merge.
Thu, 14 Jun 2012 16:20:59 +0200 Doug Simon re-enabled disassembler in CFGPrinterObserver for CodeInstall scope
Thu, 14 Jun 2012 14:03:28 +0200 Doug Simon made NewInstanceSnippets respect the UseTLAB HotSpot option
Thu, 14 Jun 2012 14:01:37 +0200 Doug Simon ensure that every runtime call has debug info associated with it
Thu, 14 Jun 2012 13:55:16 +0200 Doug Simon added BigObject to NewInstanceTest
Thu, 14 Jun 2012 13:54:46 +0200 Doug Simon modified GraalCompilerTest so that subclasses can override the assertEquals test
Thu, 14 Jun 2012 15:46:45 +0200 Lukas Stadler removed delta-encoding of VirtualObjectState
Thu, 14 Jun 2012 12:30:34 +0200 Doug Simon removed debug scope around tests that are expected to throw an exception (reduces console noise)
Thu, 14 Jun 2012 12:28:20 +0200 Doug Simon hsdis library is downloaded into newly created Graal JDK
Thu, 14 Jun 2012 12:06:44 +0200 Doug Simon limit log output to handle case where String object is invalid
Thu, 14 Jun 2012 12:00:08 +0200 Doug Simon made allocation tracing in NewInstanceSnippets be enabled by graal.traceAllocation system property
Thu, 14 Jun 2012 11:56:24 +0200 Doug Simon fixed bug in stubs for RuntimeCall.LogObject and RuntimeCall.LogPrimitive: was missing frame management code around runtime call