[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / objects-debug.cc
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-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-08-03 yangguoCreate function name const assignment after parsing...
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 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-16 jochenIntroduce a base pointer field in FixedTypedArrayBase...
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 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-05-21 bbudgeGeneralize HeapObject alignment requirements.
2015-05-18 yangguoMigrate error messages, part 12.
2015-04-29 jkummerowFix unobservable constructor replacement on prototype...
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-13 ulanDo not inline store if field map was cleared.
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-23 ulanReland "Fix memory leak caused by field type in descrip...
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-06 jkummerowReland: Simplify and compact transitions storage
2015-03-05 jkummerowRevert of Simplify and compact transitions storage...
2015-03-05 jkummerowSimplify and compact transitions storage
2015-02-12 ishell@chromium.orgFix for the compilation issue in shared mode introduced...
2015-02-12 ishellEnable layout descriptor consistency checks in heap...
2015-02-12 ulanUse weak cells in dependent code.
2015-02-11 dusan.milosavljevicMake SNaN verification universal for all arches.
2015-02-05 ulanFix Code::VerifyEmbeddedObjects.
2015-02-03 ulanVerify that code stubs and full code do not have pointe...
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-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-19 dcarneyremove SignatureInfo class
2015-01-14 yangguoCorrectly reference global proxy in the partial snapshot.
2015-01-07 dcarneyremove declarative accessors
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-12 ishellUsing PropertyKind in transitions instead of PropertyType.
2014-12-10 ishellReland of "TransitionArray now uses <is_data_property...
2014-11-27 dcarneyAdd interceptor support for symbols
2014-11-27 yangguoEnsure double alignment when deserializing.
2014-11-13 ishell@chromium.orgRevert "TransitionArray now uses <is_data_property...
2014-11-11 ishell@chromium.orgReland "In-object double fields unboxing (for 64-bit...
2014-11-10 verwaest@chromium.orgRevert "In-object double fields unboxing (for 64-bit...
2014-11-10 ishell@chromium.orgIn-object double fields unboxing (for 64-bit only).
2014-11-05 ishell@chromium.orgTransitionArray now uses <is_data_property, name, attri...
2014-10-31 yangguo@chromium.orgAssert that unoptimized code does not embed context...
2014-10-14 ulan@chromium.orgWeak Cells
2014-10-07 ishell@chromium.orgFix for assertion failures appeared after StoreTransiti...
2014-09-25 jkummerow@chromium.orgNon-JSArrays must always have holey elements.
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-08-11 verwaest@chromium.orgTag all prototypes as proto, except those set using...
2014-08-07 hpayer@chromium.orgMove objects-visiting into heap.
2014-08-05 jkummerow@chromium.orgTrack number of generic ICs per function
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-21 yangguo@chromium.orgUse 0 instead of undefined for uninitialized stub key.
2014-07-21 yangguo@chromium.orgStore both major and minor key on code stubs.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-23 verwaest@chromium.orgRemove AccessControl from AccessorPairs, as it's an...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-10 danno@chromium.orgReland 21720: Introduce FieldIndex to unify and abstrac...
2014-06-10 danno@chromium.orgRevert 21720: "Introduce FieldIndex to unify and abstra...
2014-06-06 danno@chromium.orgIntroduce FieldIndex to unify and abstract property...
2014-06-03 rmcilroy@chromium.orgAdd support for extended constant pool arrays.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-03 adamk@chromium.orgES6: Add support for values/keys/entries for Map and Set
2014-05-20 adamk@chromium.orgES6 Map/Set iterators/forEach improvements
2014-05-09 verwaest@chromium.orgMerge NewFunction and NewFunctionWithPrototype
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-05-02 ishell@chromium.orgMap::Normalize() introduced as single entry point for...
2014-04-30 yangguo@chromium.orgKiss goodbye to MaybeObject.
2014-04-30 mvstanton@chromium.orgSimplify feedback vector creation and store in SharedFu...
2014-04-29 ishell@chromium.orgWeakHashTable::Lookup() handlified and ObjectHashTable...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-24 bmeurer@chromium.orgRevert "Some code cleanup, esp. includes and copyright...
2014-04-24 bmeurer@chromium.orgSome code cleanup, esp. includes and copyright headers.
2014-04-22 yangguo@chromium.orgIntroduce exception object and remove some uses of...
2014-04-17 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-17 bmeurer@chromium.orgTrack up to 5 stable maps as field type.
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
next