[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / mips64 / code-stubs-mips64.cc
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-04 mvstantonReland Vector ICs: platform support for vector-based...
2015-09-03 machenbachRevert of Vector ICs: platform support for vector-based...
2015-09-03 mvstantonVector ICs: platform support for vector-based stores.
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-02 mvstantonVectorICs: Cleanup, remove unnecessary arguments from...
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-19 mvstantonCleanup: Remove unncessary leave_frame parameter from...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
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-27 bmeurer[stubs] Properly handle read-only properties in StoreGl...
2015-07-27 ishellCross-script variables handling fixed. It was possible...
2015-07-26 paul.lindMIPS64: Fix LoadGlobalViaContextStub
2015-07-24 bmeurer[mips] Fix Load/StoreGlobalContext stubs.
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-23 mostynbconvert a bunch of DCHECKs to STATIC_ASSERT
2015-07-23 mvstantonHydrogenCodeStubs consume stack arguments via descriptor.
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-22 mstarzingerFix pushing of register in CallConstructStub outside...
2015-07-17 paul.lindMIPS64: Fix string stubs.
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
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 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 akos.palfiMIPS64: VectorICs: keyed element loads were kicking...
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-23 dusan.milosavljevicMIPS64: Implement optimization utilizing signaling...
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...
next