log

age author description
Tue, 24 Feb 2015 00:07:00 +0100 Thomas Wuerthinger Simplify scheduleOutOfLoops.
Mon, 23 Feb 2015 16:23:23 -0800 Tom Rodriguez Merge
Wed, 18 Feb 2015 10:37:08 -0800 Tom Rodriguez Filter LogicConstantNode when detecting changes in GraphChangeMonitoringPhase
Wed, 18 Feb 2015 10:36:31 -0800 Tom Rodriguez Ensure a canonical ordering of inputs for commutative binary operations
Wed, 18 Feb 2015 10:19:17 -0800 Tom Rodriguez Improve early termination logic in findDuplicate
Wed, 18 Feb 2015 10:10:00 -0800 Tom Rodriguez Parameterize return type of findDuplicate
Tue, 17 Feb 2015 17:50:24 -0800 Tom Rodriguez Fix false positive in checkInfiniteWork
Tue, 17 Feb 2015 17:44:24 -0800 Tom Rodriguez Notify about deleted node after replaceAtUsages
Tue, 24 Feb 2015 00:00:24 +0100 Thomas Wuerthinger Simplify earliest block calculations in schedule phase.
Mon, 23 Feb 2015 23:57:56 +0100 Thomas Wuerthinger Simplify PEA tracing.
Mon, 23 Feb 2015 23:56:15 +0100 Thomas Wuerthinger Simplify commonDominator.
Mon, 23 Feb 2015 23:55:23 +0100 Thomas Wuerthinger The infer stamps algorithm is not guaranteed to reach a stable state.
Mon, 23 Feb 2015 23:54:00 +0100 Thomas Wuerthinger Do not infer stamps for checking Graal invariants.
Mon, 23 Feb 2015 20:36:35 +0100 Thomas Wuerthinger Run eclipseformat.
Mon, 23 Feb 2015 20:14:33 +0100 Thomas Wuerthinger Remove unused closure.
Mon, 23 Feb 2015 20:13:29 +0100 Thomas Wuerthinger Merge.
Mon, 23 Feb 2015 19:33:03 +0100 Thomas Wuerthinger Small improvements to SchedulePhase#latestBlock.
Mon, 23 Feb 2015 19:11:48 +0100 Thomas Wuerthinger Create a more efficient version of commonDominator.
Mon, 23 Feb 2015 18:37:20 +0100 Thomas Wuerthinger Remove AbstractBlock interface.
Mon, 23 Feb 2015 18:03:32 +0100 Thomas Wuerthinger Fix warning.
Mon, 23 Feb 2015 18:02:08 +0100 Thomas Wuerthinger Small refactoring in node class.
Mon, 23 Feb 2015 17:57:58 +0100 Thomas Wuerthinger Refactorings in SchedulePhase.
Mon, 23 Feb 2015 17:47:49 +0100 Thomas Wuerthinger Refactoring of walkTo method.
Mon, 23 Feb 2015 17:37:20 +0100 Thomas Wuerthinger Remove unused flag in floating read phase.
Mon, 23 Feb 2015 17:27:35 +0100 Thomas Wuerthinger Small fix in canonicalizer phase.
Mon, 23 Feb 2015 17:24:11 +0100 Thomas Wuerthinger Reduce complexity of DCE. We do not need to deal with incoming dead merge branches.
Mon, 23 Feb 2015 16:29:30 +0100 Thomas Wuerthinger Temporarily re-enable the full DCE during partial escape analysis.
Mon, 23 Feb 2015 14:59:12 +0100 Thomas Wuerthinger More usages of new acceptInputs and acceptSuccessors methods.
Thu, 12 Feb 2015 15:41:44 +0100 Josef Eisl {AMD64,SPARC}LIRGenerator: do not cache SpillMoveFactory.
Thu, 12 Feb 2015 15:38:27 +0100 Josef Eisl Move SpillMoveFactory from LIR to LIRGeneratorTool.