Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / arm64 / code-stubs-arm64.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-07 rodolph.perfetta... ARM64: fix Instanceof stub.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-31 mstarzinger@chromi... Unify InstanceofStub interface descriptors.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-29 mvstanton@chromium.orgCallIC customization stubs must accept that a vector...
2014-07-25 verwaest@chromium.orgRestructure the IC / Handler compilers
2014-07-21 Jacob.Bramley@arm.comARM64: never record safepoint with doubles
2014-07-17 mvstanton@chromium.orgStubCallInterfaceDescriptor and CallInterfaceDescriptor...
2014-07-14 mvstanton@chromium.orgUse the same registers for StoreIC and KeyedStoreIC.
2014-07-11 mvstanton@chromium.orgRevert "Use the same registers for StoreIC and KeyedSto...
2014-07-11 mvstanton@chromium.orgUse the same registers for StoreIC and KeyedStoreIC.
2014-07-10 mvstanton@chromium.orgUse a register spec for StoreIC and KeyedStoreIC.
2014-07-08 Jacob.Bramley@arm.comReland r22247 "ARM64: Use UntagSmi helpers and clean...
2014-07-07 dslomov@chromium.orgRevert "ARM64: Use UntagSmi helpers and clean up assert...
2014-07-07 Jacob.Bramley@arm.comARM64: Use UntagSmi helpers and clean up assertions.
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-03 yangguo@chromium.orgRevert "Remove unnecessary check in RegExpExecStub."
2014-07-03 yangguo@chromium.orgRemove unnecessary check in RegExpExecStub.
2014-06-30 mvstanton@chromium.orgKeyedLoadIC should have same register spec as LoadIC.
2014-06-26 yangguo@chromium.orgFix regexp=interpreted build.
2014-06-26 mvstanton@chromium.orgUse IC register definitions in platform files.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-25 mvstanton@chromium.orgCleanup CallInterfaceDescriptor
2014-06-25 mvstanton@chromium.orgThe IC exposes a register definition.
2014-06-23 mvstanton@chromium.orgRevert "Create a RegisterSpec class inside of the IC...
2014-06-23 mvstanton@chromium.orgCreate a RegisterSpec class inside of the IC that provides:
2014-06-17 mstarzinger@chromi... Rename arguments object support functions to new scheme.
2014-06-12 danno@chromium.orgRevert "Revert "Reland 21774: Generate KeyedLoadGeneric...
2014-06-12 danno@chromium.orgRevert "Reland 21774: Generate KeyedLoadGeneric with...
2014-06-11 danno@chromium.orgReland 21774: Generate KeyedLoadGeneric with Hydrogen
2014-06-11 danno@chromium.orgRevert 21774: "Generate KeyedLoadGeneric with Hydrogen"
2014-06-11 danno@chromium.orgGenerate KeyedLoadGeneric with Hydrogen
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-05-28 mvstanton@chromium.orgRefactor CallICStub to use a different stub for each...
2014-05-27 jochen@chromium.orgReplace STATIC_CHECK with STATIC_ASSERT.
2014-05-27 danno@chromium.orgConvert ElementsKind into a BitField
2014-05-26 mvstanton@chromium.orgReland "Customized support for feedback on calls to...
2014-05-26 jkummerow@chromium.orgRevert "Customized support for feedback on calls to...
2014-05-22 mvstanton@chromium.orgCustomized support for feedback on calls to Array.
2014-05-12 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 verwaest@chromium.orgRevert "Reland r20974: Unify and simplify the FastClone...
2014-05-09 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-05-09 rmcilroy@chromium.orgReland - Arm64: Ensure that csp is always aligned to...
2014-05-09 bmeurer@chromium.orgImprove Array.shift() performance for small arrays.
2014-05-07 bmeurer@chromium.orgRevert "Arm64: Ensure that csp is always aligned to...
2014-05-06 rmcilroy@chromium.orgArm64: Fix check errors on Arm64 debug after r21177.
2014-05-06 Jacob.Bramley@arm.comARM64: Use default-NaN mode to canonicalize NaNs.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 m.m.capewell@googl... ARM64: Rename TryConvertDoubleToInt64 function
2014-04-28 danno@chromium.orgRevert r20974: Unify and simplify the FastCloneShallowA...
2014-04-28 ulan@chromium.orgConvert function.name to API-style accessor and make...
2014-04-25 danno@chromium.orgUnify and simplify the FastCloneShallowArrayStub
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-17 danno@chromium.orgRemove hand-written assembly ArrayPush stubs
2014-04-10 Jacob.Bramley@arm.comARM64: Preserve x8 and x9 when necessary.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-31 alexandre.rames... ARM64: Optimize AllocateHeapNumber to use STP.
2014-03-28 yangguo@chromium.orgReland "Clean up runtime functions for Maths."
2014-03-27 yangguo@chromium.orgRevert "Clean up runtime functions for Maths."
2014-03-27 yangguo@chromium.orgClean up runtime functions for Maths.
2014-03-27 yangguo@chromium.orgReland "Correctly OOM in the CEntryStub after retries."
2014-03-27 yangguo@chromium.orgRevert "Correctly OOM in the CEntryStub after retries."
2014-03-27 yangguo@chromium.orgCorrectly OOM in the CEntryStub after retries.
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-26 baptiste.afsa@arm.comARM64: Check size of code generated in ProfileEntryHook...
2014-03-26 yangguo@chromium.orgFix interpreted regexp build.
2014-03-25 dslomov@chromium.orgRefactor optimized in hydrogen only runtime functions.
2014-03-24 m.m.capewell@googl... ARM64: push/pop registers in stubs for safepoints
2014-03-24 yangguo@chromium.orgReland "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRevert "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRemove Failure::OutOfMemory propagation and V8::IgnoreO...
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port