[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / code-stubs.cc
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-22 svenpanneJavaScript stubs have access to their calling conventio...
2015-05-21 svenpanneAdd a TurboFan skeleton for StringAddStub.
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 mvstantonMake LoadFastElementStub a HandlerStub.
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-03-31 verwaestGenerate common StoreFastElementStubs ahead of time
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-03 ulanVerify that code stubs and full code do not have pointe...
2015-01-29 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-11-19 Michael StantonRevert "Re-land r25392 Use a stub in crankshaft for...
2014-11-18 Michael StantonRe-land r25392 Use a stub in crankshaft for grow store...
2014-11-18 Michael StantonRevert "Use a stub in crankshaft for grow store arrays."
2014-11-18 Michael StantonUse a stub in crankshaft for grow store arrays.
2014-11-06 bmeurer@chromium.orgTurn ToNumberStub into a PlatformCodeStub again.
2014-11-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
2014-10-13 yangguo@chromium.orgAlways include full reloc info to stubs for serialization.
2014-10-08 mvstanton@chromium.orgUpdates to maintain flag --vector-ics
2014-10-02 yangguo@chromium.orgFulfill some code serializer related TODOs.
2014-09-30 ishell@chromium.orgHydrogenize (and share) part of StoreTransition handler...
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-29 ishell@chromium.orgExtendStorageStub added, it is aimed for extending...
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-17 yangguo@chromium.orgSerialize code stubs using stub key.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-09 yangguo@chromium.orgDo not use CodeStub::FindInCache if not necessary.
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
2014-09-08 yangguo@chromium.orgInitialize CodeStubInterfaceDescriptor in the constructor.
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-05 yangguo@chromium.orgDo not cache CodeStubInterfaceDescriptor on the isolate.
2014-09-05 yangguo@chromium.orgIntroduce code stub constructors for stub keys.
2014-09-03 yangguo@chromium.orgClean up code stubs and ensure distinct major keys.
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-09-02 yangguo@chromium.orgMinor-key-ify four stubs.
2014-09-01 mvstanton@chromium.orgMultiple stubs can point to the same calling convention.
2014-08-29 mvstanton@chromium.orgRefactoring InterfaceDescriptors away from code-stubs.h
2014-08-28 yangguo@chromium.orgSub-minor-key-ify four HydrogenCodeStubs.
2014-08-27 yangguo@chromium.orgMinor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-26 verwaest@chromium.orgRemove dead code from LookupResult
2014-08-26 mvstanton@chromium.orgAdded vector-based loadic hydrogen stubs. Not yet callable.
2014-08-26 yangguo@chromium.orgMinor-key-ify CallICStub and CallIC_ArrayStub.
2014-08-26 yangguo@chromium.orgChange more PlatformCodeStubs to encode properties...
2014-08-26 mvstanton@chromium.orgMove register conventions out of the IC classes.
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-25 yangguo@chromium.orgEncode CEntryStub properties in the minor key.
2014-08-25 verwaest@chromium.orgMove "slow handler" compiler code to handler-compiler
2014-08-25 verwaest@chromium.orgMove handler compilers to handler-compiler
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...
next