log

age author description
Thu, 01 Aug 2013 17:23:30 +0200 Bernhard Urban NewMemoryAwareScheduling: fix out of loop scheduling for floating reads (GRAAL-159)
Thu, 01 Aug 2013 17:23:30 +0200 Bernhard Urban NewMemoryAwareScheduling: handle loop headers different than merges (GRAAL-159)
Thu, 01 Aug 2013 17:23:28 +0200 Bernhard Urban checkcastnode: fix comment and scope in unittest
Thu, 01 Aug 2013 16:40:59 +0200 Roland Schatz Fix arraycopy bug when array size is smaller than sizeof(long).
Tue, 30 Jul 2013 16:42:51 -0700 twisti adding back setting safepointPollingAddress
Tue, 30 Jul 2013 16:42:34 -0700 twisti remove GraalSafepointPollOffset
Tue, 30 Jul 2013 16:16:42 -0700 twisti GRAAL-375: volatile read is moved out of loop
Tue, 30 Jul 2013 16:15:01 -0700 twisti remove SafepointPollOffset
Tue, 30 Jul 2013 13:03:28 -0700 Lukas Stadler increase maximum recursive inlining size
Tue, 30 Jul 2013 13:07:48 +0200 Andreas Woess Frame.isInitialized: add method substitution and suppress AIOOBE if frame size < descriptor size.
Mon, 29 Jul 2013 17:13:00 -0700 twisti use aligned memory accesses for vectorized array copy
Mon, 29 Jul 2013 15:47:33 +0200 Christian Haeubl Changed inlining order to bottom-up.
Mon, 29 Jul 2013 13:39:59 +0200 Andreas Woess Truffle: ReplaceIntrinsicsPhase should also handle macro substitutions.
Mon, 29 Jul 2013 12:11:59 +0200 Doug Simon added ClassIsArrayNode macro node
Mon, 29 Jul 2013 12:10:19 +0200 Doug Simon added ClassIsPrimitiveNode macro node
Mon, 29 Jul 2013 12:07:27 +0200 Doug Simon added ClassGetModifiersNode macro node
Mon, 29 Jul 2013 12:07:08 +0200 Doug Simon removed redundant implements clause for Lowerable
Mon, 29 Jul 2013 11:57:57 +0200 Doug Simon added ClassIsInterfaceNode macro node
Mon, 29 Jul 2013 11:43:27 +0200 Doug Simon added ClassGetComponentTypeNode macro node
Mon, 29 Jul 2013 11:37:28 +0200 Doug Simon added ClassGetSuperclassNode macro node
Mon, 29 Jul 2013 10:47:31 +0200 Christian Haeubl Reverted back to path-based computation of inlining relevance.
Fri, 26 Jul 2013 20:34:56 -0700 twisti solaris build fixed
Fri, 26 Jul 2013 20:34:05 -0700 twisti added unalignedMemoryAccess to Architecture
Fri, 26 Jul 2013 14:03:07 -0700 twisti read HotSpot VM options via HotSpotDiagnosticMXBean
Fri, 26 Jul 2013 20:18:46 +0200 Bernhard Urban add NewMemoryAwareScheduling (GRAAL-159)
Fri, 26 Jul 2013 20:18:42 +0200 Bernhard Urban mx/ctw: disable new memory aware scheduling
Fri, 26 Jul 2013 20:18:42 +0200 Bernhard Urban SchedulingPhase: add option for new memory aware scheduling (GRAAL-159)
Fri, 26 Jul 2013 20:18:42 +0200 Bernhard Urban MemoryScheduleTest: fix scope for CFG dumping
Fri, 26 Jul 2013 20:18:41 +0200 Bernhard Urban CFG: attach proxies to loop exits
Fri, 26 Jul 2013 20:18:41 +0200 Bernhard Urban Scheduling: remove dead code in addToLatestSorting