[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm64 / lithium-codegen-arm64.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-24 jacob.bramleyReland r21101: "ARM64: use jssp for stack slots"
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-03-24 jacob.bramleyRevert "ARM64: use jssp for stack slots"
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
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-24 Jacob.Bramley@arm.com[arm64] cleanup heap numbers detection
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
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 mvstanton@chromium.orgEliminate code duplication in lithium calls to vector...
2014-08-19 Jacob.Bramley@arm.comARM64: Remove ToOperand32I and ToOperand32U.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-21 Jacob.Bramley@arm.comARM64: never record safepoint with doubles
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 danno@chromium.orgAllow specifying base offset when constructing Keyed...
2014-05-06 m.m.capewell@googl... ARM64: Sign extension on MemOperand for keyed ops
2014-05-06 m.m.capewell@googl... ARM64: Use the shifter operand to merge in previous...
2014-05-02 bmeurer@chromium.orgFix crash in debug builds introduced with r21110.
2014-04-30 m.m.capewell@googl... ARM64: use jssp for stack slots
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jochen@chromium.orgEnter a description of the change.
2014-04-25 jochen@chromium.orgRevert 20968 - "Merge v8utils.* and utils.*"
2014-04-25 jochen@chromium.orgMerge v8utils.* and utils.*
2014-04-24 Jacob.Bramley@arm.comARM64: Slightly improve MacroAssembler::Allocate.
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-22 bmeurer@chromium.orgImprove code generation for bounds checks.
2014-03-31 verwaest@chromium.orgReland and fix "Fix LoadFieldByIndex to take mutable...
2014-03-31 jochen@chromium.orgRevert 20348 - "Fix LoadFieldByIndex to take mutable...
2014-03-31 verwaest@chromium.orgFix LoadFieldByIndex to take mutable heap-numbers into...
2014-03-25 baptiste.afsa@arm.comARM64: Minor improvement in LCodeGen::DoCheckInstanceType.
2014-03-24 m.m.capewell@googl... ARM64: push/pop registers in stubs for safepoints
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port