log

age author description
Thu, 11 Dec 2014 19:35:25 +0100 adlertz Added PIC support for metaspace access
Thu, 11 Dec 2014 19:35:02 +0100 adlertz Added card table PIC support
Thu, 11 Dec 2014 15:46:06 +0100 adlertz Added GeneratePIC flag
Thu, 11 Dec 2014 10:19:04 +0100 Doug Simon removed pluggable compiler support in GraalCompilerTest
Thu, 11 Dec 2014 10:18:38 +0100 Doug Simon improved javadoc
Wed, 10 Dec 2014 09:45:20 +0100 Doug Simon fixed format string issues
Tue, 09 Dec 2014 23:53:43 +0100 Doug Simon fixed findbugs issue
Tue, 09 Dec 2014 23:44:07 +0100 Doug Simon removed (most) replay compilation support
Tue, 09 Dec 2014 22:28:22 +0100 Doug Simon removed replay compilation testing from GraalCompilerTest and placed hooks for it to be tested externally
Tue, 09 Dec 2014 22:04:21 +0100 Doug Simon split out unit tests
Tue, 09 Dec 2014 22:04:06 +0100 Doug Simon remove uses of Unsafe in HotSpotVMConfig methods that may be executed on a deserialized HotSpotVMConfig object
Tue, 09 Dec 2014 21:58:44 +0100 Doug Simon added mechanism for recomputing IterableNodeType lists in a Graph after deserialization
Tue, 09 Dec 2014 17:06:54 +0100 Roland Schatz Temporarily disable LocationMarker.
Tue, 09 Dec 2014 16:55:19 +0100 Roland Schatz Remove getValueKind() from LocationNode.
Tue, 09 Dec 2014 15:39:47 +0100 Roland Schatz Use ReadNode to read Klass pointer.
Mon, 08 Dec 2014 17:45:19 -0800 Christian Wimmer Clean bin directory before compiling to remove stale classfiles
Mon, 08 Dec 2014 20:41:28 +0100 Doug Simon use better types to simplify instantiation of Serializable lambdas
Mon, 08 Dec 2014 14:35:38 +0100 Doug Simon use deterministic iteration-order data structures
Mon, 08 Dec 2014 14:34:07 +0100 Doug Simon made lambdas stored in Nodes be Serializable
Mon, 08 Dec 2014 14:33:05 +0100 Doug Simon converted use of '==' to .equals() to support replay compilation
Mon, 08 Dec 2014 14:32:21 +0100 Doug Simon generalized semantics of DebugDumpHandler.close() to mean reset so that closing a handler flushes and releases all its resources but leaves it operational (i.e. subsequent uses will (re)create and (re)open the required resources)
Sun, 07 Dec 2014 20:43:33 +0100 Thomas Wuerthinger Merge.
Fri, 05 Dec 2014 11:09:57 +0100 Thomas Wuerthinger Started consolidation of options. Added descriptions.
Sat, 06 Dec 2014 01:14:03 +0100 Doug Simon fixed bugs in support for arbitrary types in SubstitutionGuard constructors
Fri, 05 Dec 2014 19:24:09 +0100 Doug Simon always try decode both types of AMD64 safepoint patterns (i.e., near and far) when testing a PC for being a safepoint
Fri, 05 Dec 2014 19:13:26 +0100 Doug Simon mx: fixed format string
Fri, 05 Dec 2014 11:00:19 +0100 Doug Simon mx: fixed issue with calling abort() before _opts is defined
Fri, 05 Dec 2014 08:20:06 +0100 Doug Simon mx: converted format strings to be python 2.6 compliant
Fri, 05 Dec 2014 03:30:19 +0100 Andreas Woess ensure Graal class loader is initialized prior to loading HotSpotTruffleRuntime
Fri, 05 Dec 2014 00:38:17 +0100 Stefan Anzinger Merge