log

age author description
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
Thu, 04 Dec 2014 23:34:27 +0100 Stefan Anzinger Merge
Thu, 04 Dec 2014 23:33:24 +0100 Stefan Anzinger [AMD64] fix concurrency issues in register configuration caching (Use concurrenthashmap)
Thu, 04 Dec 2014 23:30:52 +0100 Stefan Anzinger [SPARC] fix concurrency issues in register configuration caching (Use concurrenthashmap)
Wed, 03 Dec 2014 10:59:04 +0100 Stefan Anzinger [SPARC] SPARCScratchRegister optionally logs the stacktrace where the register is requested (Just for debugging)
Thu, 04 Dec 2014 23:09:08 +0100 Doug Simon improved comments
Thu, 04 Dec 2014 19:36:50 +0100 Andreas Woess OM: extract queryTransition method
Thu, 04 Dec 2014 19:31:45 +0100 Andreas Woess OM: record replaceProperty transitions
Thu, 04 Dec 2014 19:24:14 +0100 Andreas Woess OM: add Transition#isDirect()
Thu, 04 Dec 2014 14:42:33 +0100 Andreas Woess OM: lazy initialization of leaf assumption
Thu, 04 Dec 2014 18:08:22 +0100 Andreas Woess OM: remember transition from parent and walk transitions instead of properties in replaceProperty,removeProperty
Fri, 28 Nov 2014 15:43:49 +0100 Andreas Woess OM: iterate over properties using property map instead of parent chain
Thu, 04 Dec 2014 13:35:36 +0100 Andreas Woess OM: rename transitions
Thu, 04 Dec 2014 19:50:39 +0100 Andreas Woess mx: fix missing frozenset constructor to fix intersection
Thu, 04 Dec 2014 16:12:03 +0100 Doug Simon Merge.
Thu, 04 Dec 2014 15:28:02 +0100 Doug Simon ensure the error message about missing Graal classes is printed exactly once
Thu, 04 Dec 2014 14:38:55 +0100 Josef Eisl Rename LIRFrameState.markLocation(ReferenceMap) to updateUnion(ReferenceMap).
Thu, 04 Dec 2014 14:39:27 +0100 Josef Eisl Rename ReferenceMap.mergeMaps() to updateUnion().
Thu, 04 Dec 2014 13:48:10 +0100 Doug Simon Merge.
Thu, 04 Dec 2014 13:42:56 +0100 Doug Simon made initialization of the Graal class loader and well known Graal classes lazy
Thu, 04 Dec 2014 13:41:59 +0100 Doug Simon mx: run findbugs with the appropriate jdk
Thu, 04 Dec 2014 13:41:27 +0100 Doug Simon removed reference to com.oracle.graal.compiler.CompilerThread from VM code (part 2)
Thu, 04 Dec 2014 12:13:27 +0100 Bernhard Urban checkcastArraycopy: if src and dest are equal, unchecked variant can be used
Wed, 03 Dec 2014 20:40:30 +0100 Josef Eisl Add LocationMarker.
Wed, 03 Dec 2014 19:42:38 +0100 Josef Eisl Add ReferenceMap.mergeMaps().
Tue, 02 Dec 2014 17:39:01 +0100 Josef Eisl Make ReferenceMap Clonable.
Wed, 03 Dec 2014 17:16:08 +0100 Josef Eisl Introduce FrameMap.clearReference().
Thu, 04 Dec 2014 10:51:25 +0100 Josef Eisl mx gate: execute unittests with --fail-fast option.
Wed, 03 Dec 2014 21:02:27 +0100 Christian Humer Truffle-DSL: fixed several bugs when using arrays as type. added arrays test.
Wed, 03 Dec 2014 22:10:15 +0100 Doug Simon try to be more precise about python executable name
Wed, 03 Dec 2014 18:53:22 +0100 Doug Simon removed reference to com.oracle.graal.compiler.CompilerThread from VM code
Wed, 03 Dec 2014 16:07:22 +0100 Doug Simon mx: changes towards supporting python 2.6 for call to mx from make/Makefile
Wed, 03 Dec 2014 16:02:36 +0100 Doug Simon mx: removed unused _read_projects_file function
Wed, 03 Dec 2014 14:50:16 +0100 Bernhard Urban arraycopy: don't use checkcast stub if the arrays overlap
Wed, 03 Dec 2014 14:31:15 +0100 Bernhard Urban arraycopytests: test for disjoint
Wed, 03 Dec 2014 14:29:04 +0100 Bernhard Urban amd64 register config: reserve "home space" on windows in frame.
Wed, 03 Dec 2014 09:53:46 +0100 Bernhard Urban ArrayCopyNode: simplify condition
Wed, 03 Dec 2014 10:35:42 +0200 Bernhard Urban arraycopy: move related classes to dedicated package
Tue, 02 Dec 2014 20:48:12 +0100 Bernhard Urban WriteBarrierVerification: relax check
Tue, 02 Dec 2014 19:27:50 +0100 Bernhard Urban checkcastArraycopy: sign extend super_check_offset
Tue, 02 Dec 2014 18:55:38 +0100 Bernhard Urban ArrayCopy: use hotspot stub for checkcastArraycopy.
Tue, 02 Dec 2014 15:51:02 +0100 Bernhard Urban ArrayCopyCallNode: remove unused code.
Tue, 02 Dec 2014 15:51:02 +0100 Bernhard Urban ArrayCopySnippets: add comment about lookup
Tue, 02 Dec 2014 15:51:02 +0100 Bernhard Urban ArrayCopyCallNode: remove unused method.
Mon, 01 Dec 2014 11:31:53 -0800 Tom Rodriguez Intrinsify Reflection.getClassAccessFlags