log

age author description
Sun, 16 Nov 2014 15:48:34 -0800 Chris Seaton Merge.
Sun, 16 Nov 2014 15:44:38 -0800 Chris Seaton Truffle: add support for setting a couple of compiler options for individual execution contexts.
Sun, 16 Nov 2014 16:24:14 +0100 Doug Simon minor clean up of replay compilation test harness
Sun, 16 Nov 2014 16:15:11 +0100 Doug Simon replace identity map with hash map
Sun, 16 Nov 2014 09:44:04 +0100 Doug Simon use deterministic iteration order Set and Map data structures when in the scope of a replay compilation context
Sat, 15 Nov 2014 23:19:58 +0100 Doug Simon fixed findbug's issue
Sat, 15 Nov 2014 16:39:23 +0100 Doug Simon Merge.
Sat, 15 Nov 2014 14:46:39 +0100 Doug Simon added LinkedIdentityHashMap
Fri, 14 Nov 2014 19:16:08 +0100 Doug Simon use LinkedHashSets for node sets when created within the scope of a replay compilation context
Fri, 14 Nov 2014 16:26:38 +0100 Doug Simon when testing replay compilation, only compare result of capturing compilation against replay compilation and ignore result of original compilation altogether
Fri, 14 Nov 2014 09:32:59 -0800 Tom Rodriguez Fold klass._java_mirror._klass into klass and improve stamps from layout_helper
Thu, 13 Nov 2014 18:18:50 -0800 Tom Rodriguez trust final fields in constants with default values
Thu, 13 Nov 2014 18:18:18 -0800 Tom Rodriguez BasicObjectCloneNode is always non-null
Thu, 13 Nov 2014 15:41:22 -0800 Christian Wimmer Eliminated the need for Signature.getParameterSlots()
Thu, 13 Nov 2014 14:56:04 -0800 Christian Wimmer Use the base class Executable (introduced in Java 8) to unify the handling of Method and Constructor in MetaAccessProvider
Thu, 13 Nov 2014 14:40:12 -0800 Christian Wimmer Add default implementation for Kind accessors of Signature and JavaField
Thu, 13 Nov 2014 14:30:15 -0800 Christian Wimmer Make GraphMaker a static inner class to allow subclassing it independently from ReplacementsImpl
Thu, 13 Nov 2014 14:23:56 -0800 Christian Wimmer Make the @Fold annotation a top-level interface in the api project. It is not tied to the Snippet class where it was located before.
Thu, 13 Nov 2014 11:57:27 +0100 Andreas Woess Truffle: make NodeInterface a pure marker interface
Thu, 13 Nov 2014 17:25:08 +0100 Doug Simon made compilation replay testing less strict by default
Thu, 13 Nov 2014 16:53:30 +0100 Doug Simon try harder to avoid side-effects that perturb replay compilation testing
Thu, 13 Nov 2014 16:52:59 +0100 Doug Simon fixed HotSpotResolvedJavaMethodImpl.equals
Thu, 13 Nov 2014 16:48:17 +0100 Doug Simon expanded support for shared globals (i.e., values that must be retrieved from static fields instead of being copied in replay/remote compilation)
Thu, 13 Nov 2014 15:07:10 +0100 Roland Schatz Remove StampProvider interface.
Thu, 13 Nov 2014 13:49:39 +0100 Roland Schatz Fix assertion in SPARC backend.
Thu, 13 Nov 2014 11:12:25 +0100 Roland Schatz Use pointer stamps in LoadHub and LoadMethod.
Wed, 12 Nov 2014 16:59:39 +0100 Roland Schatz Split getEncoding into two methods.
Wed, 12 Nov 2014 11:48:54 +0100 Roland Schatz Introduce PointerEqualsNode for metaspace pointer comparison.
Tue, 11 Nov 2014 18:34:21 +0100 Roland Schatz Support constant folding of pointer reads.
Tue, 11 Nov 2014 15:03:10 +0100 Roland Schatz Separate stamp for metaspace pointers.