[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / ppc / full-codegen-ppc.cc
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-04 arvRefactor lexical home object binding
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 mbrandyPPC: [date] Refactor the %_DateField intrinsic to be...
2015-06-03 mbrandyPPC: [es6] Super call in arrows and eval
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
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 mbrandyPPC: Refine '[strong] create strong array literals'
2015-06-02 mbrandyPPC: Build ObjectLiteral constant properties in the...
2015-06-02 conradw[strong] create strong array literals
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 mbrandyPPC: [turbofan] First step towards sanitizing for-in...
2015-05-27 mbrandyPPC: VectorICs: allocating slots for store ics in ast...
2015-05-27 mbrandyPPC: [es6] Support super.property in eval and arrow...
2015-05-26 mbrandyPPC: Move work to omit unnecessary ObjectLiteral stores...
2015-05-26 yangguoDo not leak message object beyond try-catch.
2015-05-21 mbrandyPPC: [es6] Spread in array literals
2015-05-20 mbrandyPPC: Cleanup interface descriptors to reflect that...
2015-05-19 wingoReapply "Resolve references to "this" the same way...
2015-05-19 wingoRevert of Reapply "Resolve references to "this" the...
2015-05-18 wingoReapply "Resolve references to "this" the same way...
2015-05-15 mbrandyPPC: Now that vector ics are established for load,...
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-11 titzerAdd a bailout id just before every variable load in...
2015-05-11 mbrandyPPC: Resolve references to "this" the same way as norma...
2015-05-07 mbrandyRevert of PPC: Resolve references to "this" the same...
2015-05-06 mbrandyPPC: Optimize the typeof operator.
2015-05-06 mbrandyPPC: Resolve references to "this" the same way as norma...
2015-05-04 mbrandyPPC: Only swap undefined for the global object if neces...
2015-04-30 adamkRemove unused Module-related AST nodes and associated...
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-15 mstarzinger[turbofan] Fix ForInStatement that deopts during filter.
2015-04-10 michael_dawsonPPC: [es6] implement spread calls
2015-03-31 michael_dawsonPPC: Ensure object literal element boilerplates aren...
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-24 michael_dawsonPPC: [es6] generate rest parameters correctly for subcl...
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-13 michael_dawsonPPC: Simplify pending message object handling.
2015-03-12 michael_dawsonPPC: Simplify pending message script handling.
2015-03-11 svenpanneConverted FullCode to have its own list of known intrin...
2015-03-11 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
2015-03-03 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-02-25 arvRemove ValidateSuperCall
2015-02-20 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-11 arvFix issue with super and computed property names
2015-02-11 arvRemove dead code related to new super
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
2015-02-05 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-02-04 arvFix issue with multiple properties and emit store.
2015-01-30 jarinAlways emit bailout id for inlining property access...
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-29 arvMove object literal checking into checker classes
2015-01-28 jarin[turbofan] Add missing deopt for the assignment in...
2015-01-26 mstarzingerAdd missing FrameState for Runtime_CreateArrayLiteral.
2015-01-14 jarin[turbofan] Allow deoptimization for JSToNumber operator.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 svenpanne@chromium.orgPowerPC specific sub-directories.