Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / code-stubs.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-07 mvstanton@chromium.orgClean up IC tracing for CallICs.
2014-08-06 verwaest@chromium.orgAlways use the StoreFieldStub to do the actual storing.
2014-08-06 verwaest@chromium.orgLoad constants from the DescriptorArray
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 verwaest@chromium.orgClean up name distinction between Keyed ICs and Element...
2014-07-25 verwaest@chromium.orgRestructure the IC / Handler compilers
2014-07-24 yangguo@chromium.orgFlag for serialization when compiling code stubs if...
2014-07-23 verwaest@chromium.orgAlways use the LoadStubCompiler for Load handlers,...
2014-07-21 yangguo@chromium.orgStore both major and minor key on code stubs.
2014-07-17 mvstanton@chromium.orgStubCallInterfaceDescriptor and CallInterfaceDescriptor...
2014-07-15 mvstanton@chromium.orgEnum RegisterInfo renamed to ParameterIndices.
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-11 mstarzinger@chromi... Remove AddCode and RemoveCode GDB JIT entry hooks.
2014-07-10 mvstanton@chromium.orgUse a register spec for StoreIC and KeyedStoreIC.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-03 svenpanne@chromium.orgStart using OStreams.
2014-06-30 mvstanton@chromium.orgKeyedLoadIC should have same register spec as LoadIC.
2014-06-26 mvstanton@chromium.orgUse IC register definitions in platform files.
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-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
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-05-28 mvstanton@chromium.orgRefactor CallICStub to use a different stub for each...
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
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-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 danno@chromium.orgRevert r20974: Unify and simplify the FastCloneShallowA...
2014-04-25 danno@chromium.orgUnify and simplify the FastCloneShallowArrayStub
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-24 ishell@chromium.orgReland r20932: "*NumberDictionary::AtNumberPut() handli...
2014-04-24 ishell@chromium.orgRevert "*NumberDictionary::AtNumberPut() handlified."
2014-04-24 ishell@chromium.org*NumberDictionary::AtNumberPut() handlified.
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-11 ulan@chromium.orgMake maps in monomorphic IC stubs weak.
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-18 ulan@chromium.orgRefactor GetCodeCopyFromTemplate to get a single point...
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-02-21 mstarzinger@chromi... Initialize interface descriptor for ToNumberStub.
2014-02-14 verwaest@chromium.orgDon't mix handler flags into regular flag computation.
2014-02-11 verwaest@chromium.orgRemove extended_extra_ic_state and extend extra_ic_stat...
2014-01-31 verwaest@chromium.orgRemove CallICs
2014-01-29 bmeurer@chromium.orgTurn RegExpConstructResultStub into a HydrogenCodeStub.
2014-01-24 dslomov@chromium.orgExternal Array renaming and boilerplate scrapping
2014-01-23 bmeurer@chromium.orgTurn FastNewContextStub into a HydrogenCodeStub.
2014-01-22 bmeurer@chromium.orgGet rid of the unused native code StringAddStub.
2014-01-21 rossberg@chromium.orgZonify types in compiler frontend
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-16 dslomov@chromium.orgRevert "Implement in-heap backing store for typed arrays."
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-16 dslomov@chromium.orgRevert "Implement in-heap backing store for typed arrays."
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-14 verwaest@chromium.orgMake the strict-mode calling convention for contextual...
2014-01-10 rossberg@chromium.orgRetry "Templatise type representation" after making...
2014-01-09 machenbach@chromiu... [Sheriff] Revert "Templatise type representation" and...
2014-01-09 rossberg@chromium.orgTemplatise type representation
2014-01-09 bmeurer@chromium.orgBe sure to also register the BinaryOpWithAllocationSite...
2014-01-02 bmeurer@chromium.orgReland "Allocation site support for monomorphic StringA...
2014-01-02 bmeurer@chromium.orgRevert "Fix compilation with C++11." and "Allocation...
2014-01-02 bmeurer@chromium.orgAllocation site support for monomorphic StringAdds...
2013-12-18 mvstanton@chromium.orgPretty printing for array code stubs. The minor keys...
2013-12-13 jkummerow@chromium.orgEnsure that Code objects' kind specific flags are initi...
2013-12-09 yurys@chromium.orgReplace 'operator*' with explicit 'get' method on Smart...
2013-12-02 bmeurer@chromium.orgRefactor BinaryOpIC to be able to use different stubs.
2013-12-02 bmeurer@chromium.orgRemove the obsolete Code::IsPregenerated flag.
2013-11-29 bmeurer@chromium.orgDrop IsPregenerated() and allow_stub_calls flag.
2013-11-27 bmeurer@chromium.orgAvoid useless #ifdef DEBUG checks for the --trace-ic...
2013-11-20 bmeurer@chromium.orgReset overwrite mode for BinaryOpStub unless we can...
2013-11-15 danno@chromium.orgGenerate KeyedLoadDictionaryElementStub with Hydrogen
2013-11-15 verwaest@chromium.orgReland and fix "Add support for keyed-call on arrays...
2013-11-14 machenbach@chromiu... [Sheriff] Revert "Add support for keyed-call on arrays...
2013-11-14 verwaest@chromium.orgAdd support for keyed-call on arrays of fast elements
2013-11-13 mvstanton@chromium.orgSimplify behavior of code stubs that accept a variable...
2013-11-12 bmeurer@chromium.orgAdd initial hydrogenized NewStringAddStub.
2013-11-07 vegorov@chromium.orgAllow redirecting disassembly and deoptimization traces...
2013-10-21 bmeurer@chromium.orgInline number to string conversion for string addition...
2013-10-18 mstarzinger@chromi... Make stack_parameter_count a plain register.
2013-10-15 olivf@chromium.orgProperly export uin32_bias double constant.
2013-10-11 olivf@chromium.orgTruncate booleans to 0/1 in truncating t-to-i.
2013-10-10 olivf@chromium.orgFix potential deopt-loop introduced in r17143.
2013-10-10 olivf@chromium.orgFixing tagged binary operation input type feedback.
2013-10-10 olivf@chromium.orgEnsure only whitelisted stubs have sse2 versions in...
next