[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / x87 / lithium-codegen-x87.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
2015-07-01 chunyang.daiX87: VectorICs: Lithium support for vector-based stores.
2015-06-11 jarinMake writing of frame translation platform independent.
2015-05-13 chunyang.daiX87: New hydrogen instruction to reduce cost of growing...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-02-12 chunyang.daiX87: silence C++ compiler warnings.
2015-02-09 chunyang.daiX87: Externalize deoptimization reasons.
2015-02-09 cdai2X87: Introduce LanguageMode, drop StrictMode.
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2014-09-24 weiliang.lin@intel.comX87: Made the detailed reason for deopts mandatory...
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
2014-09-20 weiliang.lin@intel.comX87: enable the crankshaft compiler for X87 port.
2014-09-19 svenpanne@chromium.orgEmit comment with instruction+reason before deopt calls.
2014-09-18 svenpanne@chromium.orgThread the Lithium instruction down to DeoptimizeIf...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-26 weiliang.lin@intel.comX87: Eliminate code duplication in lithium calls to...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 danno@chromium.orgIntroduce x87 port