[stubs] Unify (and optimize) implementation of ToObject.
[platform/upstream/v8.git] / src / x87 / interface-descriptors-x87.cc
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-28 chunyang.daiX87: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-24 chunyang.daiX87: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-24 chunyang.daiX87: HydrogenCodeStubs consume stack arguments via...
2015-07-24 chunyang.daiX87: Eliminate redundant descriptor ElementTransitionAn...
2015-07-16 chunyang.daiX87: Switch CallConstructStub to take new.target in...
2015-07-14 chunyang.daiX87: Reland: Add unoptimized/optimized variants of...
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-02 chunyang.daiX87: Make context register implicit for CallInterfaceDe...
2015-07-01 chunyang.daiX87: Use big-boy Types to annotate interface descriptor...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-25 chunyang.daiX87: Vector ICs: Introduce Store and KeyedStore IC...
2015-05-21 chunyang.daiX87: Cleanup interface descriptors to reflect that...
2015-05-13 chunyang.daiX87: New hydrogen instruction to reduce cost of growing...
2015-05-13 chunyang.daiX87: Add a MathFloor stub generated with TurboFan
2015-05-07 chunyang.daiX87: Optimize the typeof operator.
2015-05-04 chunyang.daiX87: Use a stub in crankshaft for grow store arrays.
2015-03-24 chunyang.daiX87: [stubs] Add missing interface descriptor for the...
2015-02-09 cdai2X87: Retry "Use a WeakCell in the CallIC type vector."
2015-02-07 chunyang.daiX87: fix performance regression on intel call api stubs
2015-02-07 chunyang.daiX87: Use a trampoline stub to load the type feedback...
2015-01-19 chunyang.daiX87: split api call stubs into accessor and function...
2014-11-19 Michael StantonRevert "Re-land r25392 Use a stub in crankshaft for...
2014-11-19 chunyang.daiX87: Re-land r25392 Use a stub in crankshaft for grow...
2014-11-05 weiliang.lin@intel.comX87: [turbofan] Add AllocateHeapNumberStub to avoid...
2014-09-30 ishell@chromium.orgHydrogenize (and share) part of StoreTransition handler...
2014-09-29 ishell@chromium.orgExtendStorageStub added, it is aimed for extending...
2014-09-12 weiliang.lin@intel.comX87: Added CallInterfaceDescriptors to all code stubs.
2014-09-05 weiliang.lin@intel.comX87: CallDescriptors::InitializeForIsolate() is no...
2014-09-05 weiliang.lin@intel.comX87: Make concrete classes for individual call descriptors
2014-09-01 weiliang.lin@intel.comX87: Refactoring InterfaceDescriptors away from code...