[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / interface-descriptors.cc
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-24 mstarzinger[turbofan] Call ArgumentsAccessStub to materialize...
2015-09-18 bmeurer[stubs] Refactor StringCompareStub and use it for HStri...
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-03 neisRemove no-zone versions of intersection and union.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-21 mvstantonVectorICs: New interface descriptor for vector transiti...
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
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-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-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
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-10-30 dcarney@chromium.org[turbofan] add configuration parameters for register...
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-08 mvstanton@chromium.orgFix Windows compile error, conversion from int64 to int
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
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