log

age author description
Sun, 07 Jul 2013 21:30:25 +0200 Thomas Wuerthinger Fix unsafe load/store canonicalization to fields to also check accessKind.
Sun, 07 Jul 2013 21:01:31 +0200 Thomas Wuerthinger Fix Truffle cache to handle macro nodes correctly.
Sun, 07 Jul 2013 21:01:05 +0200 Thomas Wuerthinger Create utility method in InliningUtil for inlining macro nodes.
Sun, 07 Jul 2013 21:00:29 +0200 Thomas Wuerthinger Fix visitor in OptimizedCallTarget class.
Mon, 08 Jul 2013 17:32:05 +0200 Christian Haeubl Merge.
Mon, 08 Jul 2013 17:14:25 +0200 Christian Haeubl Minor C++ compilation fixes.
Mon, 08 Jul 2013 16:55:28 +0200 Christian Haeubl Compilation policy fixes and changed default compilation policy.
Mon, 08 Jul 2013 12:01:51 +0200 Christian Haeubl Removed API to access method invocation count from Graal.
Mon, 08 Jul 2013 14:34:45 +0200 Doug Simon Merge.
Fri, 05 Jul 2013 15:48:48 +0200 Doug Simon remove null check semantics from LoadHubNode (GRAAL-248)
Fri, 05 Jul 2013 15:47:31 +0200 Doug Simon added javadoc for GuardedNode and Stamp.nonNull()
Fri, 05 Jul 2013 15:44:02 +0200 Doug Simon added GuardingPiNode
Fri, 05 Jul 2013 15:43:22 +0200 Doug Simon made TypeCheckTest test more common pattern of type test profile showing null never seen
Fri, 05 Jul 2013 15:40:50 +0200 Doug Simon added extra test for guarded inlining
Mon, 08 Jul 2013 10:56:42 +0200 Christos Kotselidis Merge
Mon, 08 Jul 2013 09:08:43 +0200 Christos Kotselidis Oop verification after printing oop
Mon, 08 Jul 2013 09:08:04 +0200 Christos Kotselidis Debug log cleanup
Mon, 08 Jul 2013 09:58:00 +0200 Christian Haeubl Merge.
Mon, 08 Jul 2013 09:57:14 +0200 Christian Haeubl Reverted attempt to increase accuracy of profiling information (57b9a8c7cea8).
Fri, 05 Jul 2013 14:05:06 +0200 Christian Haeubl Reenabled nmethod statistics in product mode.
Fri, 05 Jul 2013 14:00:17 +0200 Christian Haeubl Added an inlining policy that tries to inline all calls.
Thu, 04 Jul 2013 15:56:22 +0200 Christian Haeubl Attempt to increase accuracy of profiling information in the context of deep inlining.
Sun, 07 Jul 2013 21:30:00 +0200 Christos Kotselidis Merge
Sun, 07 Jul 2013 19:44:38 +0200 Christos Kotselidis Add nullcheck at G1 Pre Barrier
Sun, 07 Jul 2013 19:09:31 +0200 Christos Kotselidis Add probabilities in WB snippets
Sun, 07 Jul 2013 18:13:51 +0200 Christos Kotselidis Always fill contents when G1 is enabled
Sun, 07 Jul 2013 17:10:42 +0200 Christos Kotselidis Add tracing info to G1 Write Barriers
Sun, 07 Jul 2013 17:09:46 +0200 Christos Kotselidis Fix checkstyle errors
Sun, 07 Jul 2013 17:09:19 +0200 Christos Kotselidis Delegate GC counter from HotSpot to Graal for tracing purposes
Sun, 07 Jul 2013 17:02:15 +0200 Christos Kotselidis Add GC counter for starting tracing of barriers