[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / ia32 / full-codegen-ia32.cc
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-08 mvstantonVector ICs: ClassLiterals need to allocate a vector...
2015-06-04 arvRefactor lexical home object binding
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-02 conradw[strong] create strong array literals
2015-06-02 mvstantonBuild ObjectLiteral constant properties in the numberin...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-27 mvstantonVectorICs: allocating slots for store ics in ast nodes.
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-26 mvstantonMove work to omit unnecessary ObjectLiteral stores...
2015-05-26 yangguoDo not leak message object beyond try-catch.
2015-05-21 arv[es6] Spread in array literals
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
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 mvstantonNow that vector ics are established for load, keyed...
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 wingoResolve references to "this" the same way as normal...
2015-05-07 machenbachRevert of Resolve references to "this" the same way...
2015-05-06 wingoResolve references to "this" the same way as normal...
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-05 wingoRevert of Resolve references to "this" the same way...
2015-05-05 wingoResolve references to "this" the same way as normal...
2015-05-04 verwaestOnly swap undefined for the global object if necessary...
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-09 caitpotter88[es6] implement spread calls
2015-03-30 mvstantonEnsure object literal element boilerplates aren't modified.
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-23 mvstantonVectorICs: keyed element loads were kicking out non...
2015-03-20 caitpotter88[es6] generate rest parameters correctly for subclass...
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-12 mstarzingerSimplify pending message object handling.
2015-03-11 svenpanneConverted FullCode to have its own list of known intrin...
2015-03-11 mstarzingerSimplify pending message script handling.
2015-03-10 arv[es6] Throw TypeError for computed static prototype...
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-05 rossbergFix exception for assignment to uninitialised const
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
2015-03-02 Toon VerwaestCompute correct contextual load ICs in fullcodegen.
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-25 arvRemove ValidateSuperCall
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-12 Dmitry Lomovnew classes: no longer experimental.
2015-02-11 dslomovnew classes: implement correct check for uninitialized...
2015-02-11 dslomovnew classes: implement default constructors.
2015-02-11 arvFix issue with super and computed property names
2015-02-11 arvRemove dead code related to new super
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-10 marjaParsing: Make Scope not know about Isolate.
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-04 arvFix issue with multiple properties and emit store.
2015-02-04 arvClass methods should be non enumerable
2015-02-04 dslomovFix assertion in full codegen for holed 'this'.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 mvstantonSuper Constructor Calls need to use a vector slot,...
2015-02-03 dslomovnew classes: special construct stub for derived classs...
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-28 mstarzingerAdd missing FrameState to JSToName nodes.
2015-01-27 mvstantonUse a trampoline stub to load the type feedback vector...
2015-01-26 mstarzingerAdd missing FrameState for Runtime_CreateArrayLiteral.
2015-01-22 dslomovnew classes: change semantics of super(...) call and...
2015-01-20 arvFix issue with __proto__ when using ES6 object literals
2015-01-15 arvES6 computed property names
2015-01-14 jarin[turbofan] Allow deoptimization for JSToNumber operator.
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 arvES6 computed property names
2014-11-26 dslomovharmony-scoping: make assignment to 'const' a late...
2014-11-21 mstarzingerRevert "Remove deprecated ShouldSelfOptimize machinery."
2014-11-21 mstarzingerRemove deprecated ShouldSelfOptimize machinery.
2014-11-12 wingo@igalia.comLeaving a generator via an exception causes it to close
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-12 yangguo@chromium.orgReland "Fix stepping in for-loops."
2014-11-11 arv@chromium.orgES6: Add support for super in object literals
next