[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / hydrogen-escape-analysis.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
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-04-25 jarin@chromium.orgPreserve Smi representation of non-escaping fields.
2013-09-09 mstarzinger@chromi... Consider out-of-bounds accesses as escaping uses.
2013-09-03 mstarzinger@chromi... Temporarily skip escape analysis when compiling for...
2013-08-29 mstarzinger@chromi... Fix escape analysis for redefining operators.
2013-08-28 mstarzinger@chromi... Implement proper map checks of captured objects.
2013-08-26 mstarzinger@chromi... Fix replaying of captured objects during chunk building.
2013-08-07 mstarzinger@chromi... First implementation of allocation elimination in Hydrogen.
2013-07-02 bmeurer@chromium.orgTurn escape analysis into a proper HPhase.
2013-06-28 mstarzinger@chromi... First simplistic implementation of escape analysis.