log

age author description
Thu, 12 Feb 2015 14:45:59 +0100 Josef Eisl LIRGenerator: remove setCurrentBlock().
Mon, 23 Feb 2015 00:29:23 +0100 Thomas Wuerthinger Reenable usage dropped to zero listener.
Mon, 23 Feb 2015 00:24:12 +0100 Thomas Wuerthinger Small refactoring of DUP/POP bytecode processing.
Mon, 23 Feb 2015 00:12:52 +0100 Thomas Wuerthinger Fix after changes in GraphUtil.
Sun, 22 Feb 2015 23:54:35 +0100 Thomas Wuerthinger Perform deoptimize to guard conversion for fast partial evaluation.
Sun, 22 Feb 2015 23:44:37 +0100 Thomas Wuerthinger Utilities Node#acceptInputs and Node#acceptSuccessors.
Sun, 22 Feb 2015 23:12:31 +0100 Thomas Wuerthinger Make GraphUtil#propagateKill more efficient.
Sun, 22 Feb 2015 22:39:26 +0100 Thomas Wuerthinger Make Node#replaceAndDelete not accept null as an argument.
Sun, 22 Feb 2015 19:31:57 +0100 Thomas Wuerthinger Refactor ConvertDeoptimizeToGuardPhase.
Sun, 22 Feb 2015 17:50:30 +0100 Thomas Wuerthinger Clean up phi nodes in PEA.
Sun, 22 Feb 2015 17:17:45 +0100 Thomas Wuerthinger Merge.
Sun, 22 Feb 2015 17:15:55 +0100 Thomas Wuerthinger Make dead code elimination during partial escape analysis optional.
Sun, 22 Feb 2015 15:37:46 +0100 Thomas Wuerthinger Small clean up for graph building.
Sun, 22 Feb 2015 15:19:54 +0100 Thomas Wuerthinger Reduce casting in AbstractBytecodeParser. Consolidate asserts in HIRFrameStateBuilder.
Sun, 22 Feb 2015 14:41:35 +0100 Thomas Wuerthinger Clean up and restructurings in GraphBuilderPhase#genIf.