[runtime] Remove the redundant %_IsObject intrinsic.
[platform/upstream/v8.git] / src / mips64 / lithium-codegen-mips64.h
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-19 dusan.milosavljevicMIPS64: Fix random failures of fannkuch.js.
2015-06-15 balazs.kilvadyMIPS64: Reland 'Enable shorten-64-to-32 warning.'
2015-06-12 yangguoRevert of MIPS64: Enable shorten-64-to-32 warning....
2015-06-12 balazs.kilvadyMIPS64: Enable shorten-64-to-32 warning.
2015-06-11 jarinMake writing of frame translation platform independent.
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-03 dusan.milosavljevicMIPS64: Improve deopt jump table code size.
2015-02-05 akos.palfiMIPS64: Externalize deoptimization reasons.
2015-02-04 balazs.kilvadyMIPS: Introduce LanguageMode, drop StrictMode.
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2014-09-24 svenpanne@chromium.orgMake the detailed reason for deopts mandatory on all...
2014-09-22 svenpanne@chromium.orgFurther improve deopt reason output.
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
2014-09-19 svenpanne@chromium.orgRemoved confusing defensive programming in GenerateJump...
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-25 balazs.kilvady@img... MIPS: Eliminate code duplication in lithium calls to...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-22 balazs.kilvady@img... MIPS: Never record safepoint with doubles.
2014-07-09 dusan.milosavljevi... Add mips64 port.