[stubs] Unify (and optimize) implementation of ToObject.
[platform/upstream/v8.git] / src / arm64 / interface-descriptors-arm64.cc
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-23 mvstantonHydrogenCodeStubs consume stack arguments via descriptor.
2015-07-22 mvstantonEliminate redundant descriptor ElementTransitionAndStor...
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-08 dannoReland: Add unoptimized/optimized variants of MathFloor...
2015-07-08 dannoRevert of Add unoptimized/optimized variants of MathFlo...
2015-07-08 dannoAdd unoptimized/optimized variants of MathFloor TF...
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-24 dannoUse big-boy Types to annotate interface descriptor...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-22 mvstantonVector ICs: Introduce Store and KeyedStore IC code...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-06 mvstantonOptimize the typeof operator.
2015-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
2015-03-19 bmeurer[stubs] Add missing interface descriptor for the CompareIC.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-01-29 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-27 mvstantonUse a trampoline stub to load the type feedback vector...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
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-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
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-11 mvstanton@chromium.orgAdded CallInterfaceDescriptors to all code stubs. A...
2014-09-03 mvstanton@chromium.orgCallDescriptors::InitializeForIsolate() is no longer...
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-09-01 mvstanton@chromium.orgInterfaceDescriptor becomes CallInterfaceDescriptor.
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