Revert of Remove property loads from js builtins objects from runtime. (patchset...
[platform/upstream/v8.git] / src / bootstrapper.cc
2015-08-17 hablichRevert of Remove property loads from js builtins object...
2015-08-17 yangguoRemove property loads from js builtins objects from...
2015-08-17 rossberg[es6] Implement default parameters
2015-08-17 yangguoDo not use js builtins object when constructing an...
2015-08-17 yangguoAdd DCHECK that the script context table do not contain...
2015-08-14 domenicPut V8 extras into the snapshot
2015-08-14 yangguoClean up native context slots and add new ones.
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-08-13 yangguoRevert of Debugger: use a Map to cache mirrors. (patchs...
2015-08-13 yangguoDebugger: use a Map to cache mirrors.
2015-08-12 yangguoDebugger: load debugger builtins as normal native JS.
2015-08-12 littledanSplit function block scoping into a separate flag
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-11 yangguoRewrite Error.prototype.toString in C++.
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-08-06 domenicRename "extras exports" to "extras binding"
2015-08-05 adamkDelete --harmony-computed-property-names flag
2015-08-05 adamkDelete --harmony-unicode flag
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 yangguoRevert of Revert part of "Remove serializer-specific...
2015-08-05 yangguoRevert part of "Remove serializer-specific hash table...
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 adamkAdd a --harmony-object-observe runtime flag (on by...
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 yangguoRemove some outdated/unused declarations.
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-08-03 yangguoRemove JSFunctionResultCache.
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 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Also handle properties of the JSBuiltinsObject...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-25 littledanSplit off a separate --harmony_sloppy_let flag
2015-07-20 mstarzinger[turbofan] Support handling of default super calls.
2015-07-20 mstarzingerFix installing of SIMD object on global object.
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 jkummerowFix performance regression introduced in r29558
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-08 littledanGuard @@isConcatSpreadable behind a flag
2015-07-06 jkummerowFix performance regression introduced in r28961
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 littledanInclude Harmony Array/TypedArray methods unconditionally
2015-06-26 arv[es6] Remove harmony-classes flag
2015-06-26 arv[es6] Remove harmony-object-literal flag
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 ishellEnsure there is some space on JS stack available for...
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
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 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-09 arvRevert of Revert of [es6] Parsing of new.target (patchs...
2015-06-09 machenbachRevert of [es6] Parsing of new.target (patchset #2...
2015-06-09 arv[es6] Parsing of new.target
2015-06-05 ishellA couple of other "stack overflow" vs. "has_pending_exc...
2015-06-03 binjiImplement Atomics API
2015-06-02 ishellGlobalDictionary now stores PropertyDetails in Property...
2015-06-01 adamkFix Map/Set creation via the API with nosnap build
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 caitpotter88Revert of [es6] implement default parameters via desuga...
2015-06-01 caitpotter88[es6] implement default parameters via desugaring
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-06-01 jochenReland "Re-enable on-heap typed array allocation"
2015-05-29 ishellReland "Fixed a couple of failing DCHECK(has_pending_ex...
2015-05-27 hpayerTreat weak references in context weakly in write barrier.
2015-05-27 conradw[strong] fix strong array, object prototypes
2015-05-26 adamkAdd {Map,Set}::FromArray to the API
2015-05-26 mike[es6] Define generator prototype as writable prop
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 rossberg[strong] cache strong object literal maps
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-21 arv[es6] Spread in array literals
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-20 yangguoIntroduce extras export object.
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
next