[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / hydrogen-gvn.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-03-18 verwaestRemove PropertyCell space
2015-02-11 titzerReduce the number of #includes of compiler.h.
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-07 svenpanne@chromium.orgAnother round of MSVC fixes.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
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-03-07 bmeurer@chromium.orgTrack global cells as special side effects in GVN.
2014-02-11 bmeurer@chromium.orgFix Windows build.
2014-02-11 bmeurer@chromium.orgImprove inobject field tracking during GVN.
2014-02-11 bmeurer@chromium.orgRevert "Improve inobject field tracking during GVN."
2014-02-11 bmeurer@chromium.orgImprove inobject field tracking during GVN.
2014-02-10 bmeurer@chromium.orgDrop unused accumulated first time changes/depends.
2014-02-06 bmeurer@chromium.orgCosmetic cleanup for GVN.
2014-02-05 hpayer@chromium.orgPerform a fix point iteration for GVN.
2013-08-09 verwaest@chromium.orgMake all load-named-fields depend on their map-check...
2013-07-16 bmeurer@chromium.orgUse BitVector instead of handcrafted SparseSet.
2013-06-27 bmeurer@chromium.orgRefactor Hydrogen GVN into an HPhase and use the phase...
2013-06-26 bmeurer@chromium.orgGet rid of ZoneScope completely.
2013-06-24 bmeurer@chromium.orgAdd phase zone to CompilationInfo and use it in GVN...
2013-05-27 titzer@chromium.orgExtract GlobalValueNumberer and helper classes from...