Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / x87 / full-codegen-x87.cc
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-16 chunyang.daiX87: Switch CallConstructStub to take new.target in...
2015-07-16 chunyang.daiX87: Debugger: use debug break slots to break at functi...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-14 conradw[strong] class objects created in strong mode have...
2015-07-14 yangguoDebugger: make debug code on-stack replacement more...
2015-07-14 chunyang.daiX87: Debugger: use debug break slot to break on call.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-07 ishellUse FullCodeGenerator::EmitGlobalVariableLoad() where...
2015-07-07 mstarzingerCleanup frame description constant.
2015-07-07 chunyang.daiX87: Debugger: use debug break slots instead of ICs...
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-07-01 chunyang.daiX87: Do not add extra argument for new.target.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-30 mstarzingerFix clobbered register when setting this_function variable.
2015-06-26 bmeurer[turbofan] Use proper eager deopts for %_ThrowNotDateEr...
2015-06-25 wingoReapply "Fix receiver when calling eval() bound by...
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-24 machenbachRevert of Fix receiver when calling eval() bound by...
2015-06-24 wingoFix receiver when calling eval() bound by with scope
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 chunyang.daiX87: Vector ICs: Turbofan vector store ic support
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 yangguoKeep a canonical list of shared function infos.
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-15 littledanInline code generation for %_IsTypedArray
2015-06-15 machenbachRevert of Fix clobbered register when setting this_func...
2015-06-15 mstarzingerFix clobbered register when setting this_function variable.
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-11 cdai2X87: Vector ICs: ClassLiterals need to allocate a vecto...
2015-06-11 cdai2X87: Refactor lexical home object binding.
2015-06-11 cdai2X87: [date] Refactor the %_DateField intrinsic to be...
2015-06-10 chunyang.daiX87: [es6] Super call in arrows and eval
2015-06-10 chunyang.daiX87: Build ObjectLiteral constant properties in the...
2015-06-08 mstarzingerDrop computed handler count and index from AST.
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-04 arvRefactor lexical home object binding
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
2015-06-02 conradw[strong] create strong array literals
2015-06-02 chunyang.daiX87: [turbofan] First step towards sanitizing for-in...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 chunyang.daiX87: VectorICs: allocating slots for store ics in ast...
2015-06-01 chunyang.daiX87: [es6] Support super.property in eval and arrow...
2015-06-01 chunyang.daiX87: Move work to omit unnecessary ObjectLiteral stores...
2015-05-26 yangguoDo not leak message object beyond try-catch.
2015-05-25 chunyang.daiX87: [es6] Spread in array literals
2015-05-21 chunyang.daiX87: Cleanup interface descriptors to reflect that...
2015-05-19 chunyang.daiX87: Reapply "Resolve references to "this" the same...
2015-05-19 chunyang.daiX87: Now that vector ics are established for load,...
2015-05-14 chunyang.daiRevert "X87: Resolve references to "this" the same...
2015-05-13 chunyang.daiX87: Resolve references to "this" the same way as norma...
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-08 chunyang.daiRevert of X87: Resolve references to "this" the same...
2015-05-07 chunyang.daiX87: Optimize the typeof operator.
2015-05-07 chunyang.daiX87: Resolve references to "this" the same way as norma...
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-13 chunyang.daiX87: [es6] implement spread calls
2015-04-03 chunyang.daiX87: Ensure object literal element boilerplates aren...
2015-03-26 chunyang.daiX87: Switch full-codegen from StackHandlers to handler...
2015-03-26 chunyang.daiX87: VectorICs: keyed element loads were kicking out...
2015-03-26 chunyang.daiX87: [es6] generate rest parameters correctly for subcl...
2015-03-23 chunyang.daiX87: Simplify pending message object handling.
2015-03-23 cdai2X87: Simplify pending message script handling.
2015-03-23 chunyang.daiX87: [es6] Throw TypeError for computed static prototy...
2015-03-20 chunyang.daiX87: Fix exception for assignment to uninitialised...
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-11 svenpanneConverted FullCode to have its own list of known intrin...
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 chunyang.daiX87: Prefill with correct contextual load ICs in fullco...
2015-02-28 cdai2X87: Disallow subclassing Arrays.
2015-02-27 cdai2X87: Move Maps' back pointers from "transitions" to...
2015-02-25 arvRemove ValidateSuperCall
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-15 chunyang.daiX87: Implement ES6 rest parameters.
2015-02-15 chunyang.daiX87: new classes: no longer experimental.
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-12 cdai2X87: new classes: implement correct check for uninitial...
2015-02-12 cdai2X87: new classes: implement default constructors
2015-02-11 chunyang.daiX87: new classes: implement new.target passing to super...
2015-02-11 cdai2X87: Parsing: Make Scope not know about Isolate.
2015-02-11 arvFix issue with super and computed property names
2015-02-11 arvRemove dead code related to new super
next