[es6] Implement spec compliant ToPrimitive in the runtime.
[platform/upstream/v8.git] / src / ppc / code-stubs-ppc.cc
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mbrandyPPC: Fix "Correctify instanceof and make it optimizable."
2015-08-27 mbrandyPPC: Correctify instanceof and make it optimizable.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 mbrandyPPC: Cleanup: Remove unncessary leave_frame parameter...
2015-08-26 mbrandyPPC: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
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-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-08-03 mbrandyPPC: Clean up register save/restore logic.
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-30 mbrandyPPC: Support for conditional return instruction.
2015-07-30 mbrandyPPC: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-27 mbrandyPPC: [stubs] Properly handle read-only properties in...
2015-07-27 mbrandyPPC: Cross-script variables handling fixed. It was...
2015-07-27 mbrandyPPC: Fix '[stubs] Optimize LoadGlobalViaContextStub...
2015-07-27 mbrandyPPC: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-23 mostynbconvert a bunch of DCHECKs to STATIC_ASSERT
2015-07-23 mbrandyPPC: Fix pushing of register in CallConstructStub outsi...
2015-07-23 mbrandyPPC: Unify "runtime-style" IC functions with Runtime...
2015-07-23 mbrandyPPC: HydrogenCodeStubs consume stack arguments via...
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 mbrandyPPC: Reland Update V8 DEPS.
2015-07-16 mbrandyPPC: Switch CallConstructStub to take new.target in...
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 mbrandyPPC: Make context register implicit for CallInterfaceDe...
2015-07-01 mbrandyPPC: Fix InstanceOfStub's inlined call site logic.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-25 mbrandyPPC64: Fix "[ic] Record call counts for monomorphic...
2015-06-25 mbrandyPPC: [ic] Record call counts for monomorphic calls...
2015-06-24 mbrandyPPC: Do 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-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 conradw[strong] create strong array literals
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-26 mbrandyPPC: Vector ICs: Introduce Store and KeyedStore IC...
2015-05-20 mbrandyPPC: Cleanup interface descriptors to reflect that...
2015-05-15 mbrandyPPC: Now that vector ics are established for load,...
2015-05-12 mbrandyPPC: Fix '[strong] Disallow implicit conversions for...
2015-05-12 mbrandyPPC: Fix '[strong] Disallow implicit conversions for...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-06 mbrandyPPC: Optimize the typeof operator.
2015-05-06 mbrandyPPC: Handle the case when derived constructor is [...
2015-05-06 conradw[es6] Fix symbol comparison on some architectures
2015-05-05 arv[es6] When comparing two symbols we may need to throw...
2015-05-04 mbrandyPPC: Fix 'Remove materialized objects on stack unwind.'
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-10 michael_dawsonPPC: Merge cellspace into old pointer space
2015-04-09 michael_dawsonPPC: Vector-ICs - speed towards the monomorphic exit...
2015-04-09 michael_dawsonPPC: Code cleanup in GenerateRecordCallTarget.
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-02 michael_dawsonPPC: v8:3539 - hold constructor feedback in weak cells
2015-03-31 verwaestGenerate common StoreFastElementStubs ahead of time
2015-03-27 michael_dawsonPPC64: Fix return value checks for generated regexp...
2015-03-25 michael_dawsonPPC: Switch full-codegen from StackHandlers to handler...
2015-03-25 michael_dawsonPPC: VectorICs: keyed element loads were kicking out...
2015-03-23 michael_dawsonPPC: Use platform specific stubs for vector-based Load...
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-16 michael_dawsonPPC: Further leverage internal references.
2015-03-11 michael_dawsoncctest/test-deoptimization/DeoptimizeCompare was failin...
2015-03-11 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-03-03 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-02-20 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-02-05 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-12-20 machenbachRevert of Remove obsolete V8_INFINITY macro. (patchset...
2014-12-19 bmeurerRemove obsolete V8_INFINITY macro.
2014-11-11 svenpanne@chromium.orgPowerPC specific sub-directories.