[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / factory.cc
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...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-05 ulanRemove IC age from Code.
2015-02-05 yurysAdd NativeWeakMap to v8.h
2015-02-05 marjaScanner / Unicode decoding: use size_t instead of unsigned.
2015-02-05 Benedikt MeurerRevert "[turbofan] Make Factory::NewNumber() always...
2015-02-04 yurysRevert of Add WeakKeyMap to v8.h (patchset #2 id:20001...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 yurysAdd WeakKeyMap to v8.h
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 yurysRevert of Add WeakMap to v8.h (patchset #3 id:40001...
2015-02-03 yurysAdd WeakMap to v8.h
2015-01-23 dcarneyCHECK that FunctionTemplates are not modified after...
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-19 mstarzingerRemove exorbitant duplication of DebuggerHasBreakpoints.
2015-01-19 bmeurer[turbofan] Make Factory::NewNumber() always return...
2015-01-16 mstarzingerAllow --always-opt to go further into the pipeline...
2015-01-15 bmeurerRevert of [turbofan] Make Factory::NewNumber() always...
2015-01-15 Benedikt Meurer[turbofan] Make Factory::NewNumber() always return...
2015-01-15 yangguoFix remaining issues in the custom snapshot.
2015-01-14 yangguoCorrectly reference global proxy in the partial snapshot.
2015-01-07 dcarneyremove declarative accessors
2014-12-18 hpayerMake sure backing store pointer in handles get cleared...
2014-12-18 svenpanneFixed -fsanitize=float-cast-overflow problems.
2014-12-16 ishellIntroduced PropertyType ACCESSOR_FIELD.
2014-12-15 jkummerowAdd infrastructure to keep track of references to proto...
2014-12-10 adamkCreate optimized inline versions of Map and Set initial...
2014-12-10 yangguoExtract non-IO part of mksnapshot into an API method.
next