log

age author description
Tue, 03 Feb 2015 17:03:19 +0100 Stefan Anzinger Merge
Tue, 03 Feb 2015 17:02:15 +0100 Stefan Anzinger Only lowerToIf, when stage does not allow FloatingGuards
Tue, 03 Feb 2015 16:59:56 +0100 Stefan Anzinger Add HotSpotCryptoSubstitutionTest to blacklist for SPARC
Tue, 03 Feb 2015 16:09:16 +0100 Lukas Stadler small refactoring in DefaultTruffleSplittingStrategyNew
Tue, 03 Feb 2015 16:08:56 +0100 Lukas Stadler test for scheduling of proxy inputs
Tue, 03 Feb 2015 12:03:42 +0100 Lukas Stadler allocation profiling fixes
Tue, 03 Feb 2015 15:29:03 +0100 Gilles Duboscq Improve javadoc around LoopEndNode's endIndex. Make related methods package-private.
Wed, 28 Jan 2015 15:46:13 +0100 Gilles Duboscq mx: Show annotation processor edges in projectgraph
Tue, 03 Feb 2015 14:37:10 +0100 Roland Schatz Prevent duplication of ControlFlowAnchor nodes.
Tue, 03 Feb 2015 11:10:24 +0100 Josef Eisl Merge StackSlotAllocation cleanups.
Sat, 31 Jan 2015 15:51:54 +0100 Josef Eisl LSStackSlotAllocator: lazy initialize freeSlot and improve javadoc.
Sat, 31 Jan 2015 15:05:26 +0100 Josef Eisl LSStackSlotAllocator: clean up comments and sort methods.
Sat, 31 Jan 2015 14:48:27 +0100 Josef Eisl LSStackSlotAllocator: remove InstructionNumberer.
Sat, 31 Jan 2015 13:29:49 +0100 Josef Eisl LSStackSlotAllocator: make unhandled, active and sortedBlocks final.
Sat, 31 Jan 2015 13:23:40 +0100 Josef Eisl InstructionNumberer: remove opIdToInstructionMap and opIdToBlockMap.
Sat, 31 Jan 2015 12:59:40 +0100 Josef Eisl LSStackSlotAllocator: outsource FixPointIntervalBuilder.
Sat, 31 Jan 2015 11:32:38 +0100 Josef Eisl LSStackSlotAllocator: rename SlowIntervalBuilder to FixPointIntervalBuilder.
Sat, 31 Jan 2015 11:30:44 +0100 Josef Eisl LSStackSlotAllocator make SlowIntervalBuilder static.
Sat, 31 Jan 2015 11:07:15 +0100 Josef Eisl LSStackSlotAllocator: hide inner class.
Sat, 31 Jan 2015 11:01:45 +0100 Josef Eisl LSStackSlotAllocator: use priority queue.
Sat, 31 Jan 2015 10:49:20 +0100 Josef Eisl StackInterval: remove use position list.
Sat, 31 Jan 2015 10:35:50 +0100 Josef Eisl StackInterval: replace StackUsePosList with SortedMap.
Sat, 31 Jan 2015 11:01:26 +0100 Josef Eisl InstructionNumberer: make opIdToInstructionMap and opIdToBlockMap final.
Fri, 30 Jan 2015 15:39:59 +0100 Josef Eisl Make StackUsePosList and StackInterval final.
Fri, 30 Jan 2015 15:30:33 +0100 Josef Eisl LSStackSlotAllocator: fix typos.
Fri, 30 Jan 2015 15:23:32 +0100 Josef Eisl Rename EnableLSStackSlotAllocation command line flag to LSStackSlotAllocation.
Tue, 03 Feb 2015 04:17:06 +0100 Thomas Wuerthinger Clean ups in partial evaluator. New development-only option FastPE.
Sun, 01 Feb 2015 19:25:27 +0100 Thomas Wuerthinger Use class hashcode instead of class name hashcode in NodeClass.
Mon, 02 Feb 2015 17:21:33 -0800 Christian Wimmer Small fixes for Graal tutorial classes
Mon, 02 Feb 2015 14:29:29 -0800 Tom Rodriguez Reassociate invariants near end of MidTier