[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / hydrogen-flow-engine.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-02-11 ishell@chromium.orgMore check elimination improvements including partial...
2014-01-28 ishell@chromium.orgFlow engine fixes: unreachable block processing, state...
2014-01-15 jkummerow@chromium.orgRevert "Eliminatable CheckMaps replaced with if(true...
2014-01-14 ishell@chromium.orgEliminatable CheckMaps replaced with if(true) or if...
2013-11-27 titzer@chromium.orgAvoid copying flow-sensitive state when only a goto...
2013-10-14 titzer@chromium.orgReturn the new state from local analysis in flow-engine.
2013-10-11 titzer@chromium.orgImplement first version of HFlowEngine, a framework...