[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / ic / handler-compiler.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-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-23 mvstantonHydrogenCodeStubs consume stack arguments via descriptor.
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-06-30 conradw[strong] Implement strong property access semantics
2015-06-19 conradwRevert relanded strong property access CL
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-17 verwaestOnly walk the hidden prototype chain for private nonexi...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-04-15 jkummerowUse Cells to check prototype chain validity (disabled...
2015-03-25 dcarneyfix nonmasking interceptor ic with interceptor on receiver
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-10 dcarneyhandle the special snowflakes that are Integer Indexed...
2015-02-23 verwaestPrototype objects never share their map, and hence...
2015-02-20 loisloCpuProfiler: eliminate cpu-profiler dependency from...
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-03 ulanVerify that code stubs and full code do not have pointe...
2015-02-03 dcarneyfollow up named interceptor miss with api callback...
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-29 ulanLoad API accessor from descriptor instead of embedding...
2015-01-29 ulanFix register aliasing after r26306, r26275.
2015-01-28 ulanLoad setter from map descriptor instead of embedding...
2015-01-26 ulanLoad getter from map descriptor instead of embedding...
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-10 ulanReland 'Do not embed constant functions in StoreTransit...
2014-12-09 yangguoRevert of Do not embed constant functions in StoreTrans...
2014-12-09 ulanDo not embed constant functions in StoreTransition...
2014-12-03 ulanUse weak cells to embed maps in store handler.
2014-11-19 ishellPropertyDetails cleanup: NORMAL property type merged...
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-09-30 ishell@chromium.orgHydrogenize (and share) part of StoreTransition handler...
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-16 verwaest@chromium.orgSimplify the LookupIterator
2014-09-04 verwaest@chromium.orgFlatten property_kind into state. Add UNKNOWN as a...
2014-08-25 verwaest@chromium.orgMove "slow handler" compiler code to handler-compiler
2014-08-25 verwaest@chromium.orgMove handler compilers to handler-compiler