Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / mips / code-stubs-mips.cc
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-15 machenbachReland Update V8 DEPS.
2015-07-13 machenbachRevert of Update V8 DEPS. (patchset #3 id:40001 of...
2015-07-13 machenbachUpdate V8 DEPS.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-26 dusan.milosavljevicMIPS: Fix unpredictable random failures after direct...
2015-06-25 Michael Stanton[ic] Record call counts for monomorphic calls made...
2015-06-23 dslomovDo not add extra argument for new.target
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-02 conradw[strong] create strong array literals
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-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-06 conradw[es6] Fix symbol comparison on some architectures
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-05 dslomovHandle the case when derived constructor is [[Call...
2015-05-05 balazs.kilvadyMIPS: Improve '[es6] When comparing two symbols we...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 arv[es6] When comparing two symbols we may need to throw...
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-16 paul.lindMIPS: Fix for StringCharCodeAtGenerator for vector...
2015-04-16 paul.lindReland MIPS: Vector-ICs - speed towards the monomorphic...
2015-04-11 paul.lindRevert "MIPS: Vector-ICs - speed towards the monomorphi...
2015-04-10 balazs.kilvadyMIPS: Vector-ICs - speed towards the monomorphic exit...
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-07 mvstantonMIPS: Fix compilation error.
2015-04-07 mvstantonCode cleanup in GenerateRecordCallTarget.
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-02 balazs.kilvadyMIPS: v8:3539 - hold constructor feedback in weak cells
2015-03-31 verwaestGenerate common StoreFastElementStubs ahead of time
2015-03-25 balazs.kilvadyMIPS: Switch full-codegen from StackHandlers to handler...
2015-03-23 mvstantonVectorICs: keyed element loads were kicking out non...
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-03-05 balazs.kilvadyMIPS: [turbofan] Implement throwing exceptions into...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 balazs.kilvadyMIPS: Move stack unwinding logic into the runtime.
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 mvstantonRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-11 akos.palfiMIPS: new classes: implement new.target passing to...
2015-02-05 mvstantonCallIC MISS handler doesn't need receiver.
2015-02-04 paul.lindMIPS: Calls to the CallIC miss handler looked up the...
2015-02-04 balazs.kilvadyMIPS: Retry "Use a WeakCell in the CallIC type vector."
2015-02-02 balazs.kilvadyMIPS: Use weak cell to embed known map in CompareIC
2015-01-30 balazs.kilvadyMIPS: Reland "Initial switch to Chromium-style CHECK_...
2015-01-27 balazs.kilvadyMIPS: Use a trampoline stub to load the type feedback...
2015-01-26 balazs.kilvadyMIPS: Refactoring after 'MIPS: split api call stubs...
2015-01-23 balazs.kilvadyMIPS: convert compile-time checkable DCHECKs to STATIC_...
2015-01-23 akos.palfiMIPS: new classes: change semantics of super(...) call...
2015-01-20 dcarneymove CallApiFunctionAndReturn to code-stubs-*
2015-01-19 dcarneyadd stub for api function calls with known number of...
2015-01-17 akos.palfiMIPS: Fix after 'MIPS: split api call stubs into access...
2015-01-17 akos.palfiMIPS: split api call stubs into accessor and function...
2014-12-20 machenbachRevert of Remove obsolete V8_INFINITY macro. (patchset...
2014-12-20 machenbachRevert of [mips] Fix typos introduced by previous commi...
2014-12-19 Benedikt Meurer[mips] Fix typos introduced by previous commit.
2014-12-19 bmeurerRemove obsolete V8_INFINITY macro.
2014-12-15 balazs.kilvadyMIPS: [turbofan] Remove the no-context hack for JSToNumber.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-03 Dusan MilosavljevicMIPS: Fix ambiguous double constant loading after addin...
2014-12-03 paul.lindMIPS: [turbofan] Add checked load/store operators.
2014-11-10 svenpanne@chromium.orgRemoved dead WriteInt32ToHeapNumberStub.
2014-11-07 balazs.kilvady@img... MIPS: Try avoiding MISS for callic monomorphic case.
2014-11-06 balazs.kilvady@img... MIPS: Turn ToNumberStub into a PlatformCodeStub again.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-17 mvstanton@chromium.orgReceiverCheckMode needs to be utilized further.
2014-10-16 balazs.kilvady@img... MIPS: Fix code for InstanceofStub.
2014-10-16 mvstanton@chromium.orgFix clang compilation error.
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-01 yangguo@chromium.orgReland "Use symbols instead of hidden properties for...
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-24 paul.lind@imgtec.comMIPS: Minor fixes and additions needed for Turbofan.
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-18 mvstanton@chromium.orgMove state sentinels into TypeFeedbackVector.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-11 balazs.kilvady@img... MIPS: Added CallInterfaceDescriptors to all code stubs.
next