[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / factory.cc
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 bmeurer[stubs] Store typeof string on Oddballs.
2015-08-08 jkummerowFasterify JSObject::UnregisterPrototypeUser
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-08-04 mstarzingerIntroduce safe interface to "copy and grow" FixedArray.
2015-08-04 hpayerAdjustLiveBytes and friends takes a heap object pointer...
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-06-26 mstarzinger[turbofan] Implement sharing of context-independent...
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-25 Michael StarzingerSimplify interface to optimized code map lookup.
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-22 mstarzingerFix terrible interaction with code flushing.
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-16 wingoAll private symbols are own symbols
2015-06-12 dusan.milosavljevicMIPS64: Fix memory allocation when code range is used...
2015-06-10 adamkIncrease the chance of printing a useful error when...
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 bbudgeAdd new Float32x4 type for SIMD.js.
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
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-02 ishellMark proxy map as unstable during proxy fixing (freezin...
2015-06-02 rossbergFix redundant map allocation
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-05-29 hpayerTreat links that organize weak objects weakly.
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 rossberg[strong] cache strong object literal maps
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-07 yangguoMigrate error messages, part 9.
2015-05-06 yangguoMigrate error messages, part 8.
2015-05-05 yangguoDo not cache object literal maps during bootstrapping.
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-29 jkummerowFix unobservable constructor replacement on prototype...
2015-04-29 ulanAdd comment to justify AllowDeferredHandleDereference...
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-21 jochenRevert of Reland "LayoutDescriptor should inherit from...
2015-04-21 jochenReland "LayoutDescriptor should inherit from JSTypedArray"
2015-04-21 jochenRevert of LayoutDescriptor should inherit from JSTypedA...
2015-04-21 jochenLayoutDescriptor should inherit from JSTypedArray
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-16 ulanUse atomic operation to read the length of a fixed...
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-13 titzer[turbofan] Optimize loads of global constants in JSType...
2015-04-10 jkummerowHandlify Map::SetPrototype()
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-03-30 svenpanneAdded %_NewConsString intrinsic.
2015-03-26 mstarzingerFix broken JSFunction::is_compiled predicate.
2015-03-26 yangguoSerializer: ensure unique script ids when deserializing.
2015-03-23 mstarzingerMake compiler more acceptive wrt Isolate::use_crankshaft.
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 hpayerMerge old data and pointer space.
2015-03-17 mvstantonFeedback vector: ASAN found memory leaks during AST...
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-11 hpayerJust visit young array buffers during scavenge. Additio...
2015-02-26 ulanStore weak cell cache for map in the map itself.
2015-02-25 verwaestRemove NativeContext from Literal array, since we alway...
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-24 yangguoReland "Correctly propagate terminate exception in...
2015-02-19 ulanRevert "Remove IC age from Code."
2015-02-16 yangguoRevert "Fix JSArrayBufferView visitor template to fix...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-12 hpayerJust visit young array buffers during scavenge. Additio...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
next