[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / ic / ic.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 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-26 yangguoDo not patch IC in deoptimized code.
2015-05-22 mvstantonVectorICs: Create a StoreICState to more easily create...
2015-05-21 verwaestSimplify GetProperty helpers to ease element support
2015-05-20 ishellFixed DCHECK in StoreIC::CompileHandler().
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-18 verwaestReland "Mark internal AccessorInfo properties as 'speci...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
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-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-28 conradw[strong] Disallow implicit conversions for bitwise...
2015-04-27 dcarneyReland: track global accesses to constant types
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
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-21 machenbachRevert of track global accesses to constant types ...
2015-04-21 dcarneytrack global accesses to constant types
2015-04-15 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 machenbachRevert of VectorICs: megamorphic keyed loads in cranksh...
2015-04-13 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-03-30 verwaestFix speedup of typedarray-length loading in the ICs...
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-13 dslomovImplement TDZ in StoreIC for top-level lexicals.
2015-03-10 dcarneyhandle the special snowflakes that are Integer Indexed...
2015-03-09 Jaroslav SevcikDo not set target in deoptimized code in keyed store IC.
2015-03-05 rossbergFix exception for assignment to uninitialised const
2015-03-04 mvstantonThe Global Load IC doesn't yet play well with --vector...
2015-03-02 Toon VerwaestCompute correct contextual load ICs in fullcodegen.
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-26 jarinDo not touch a binary op IC target in code object marke...
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-19 ulanEmbed store callback in handler via weak cell.
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dcarneyadd transitions for global properties in ics
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-09 dcarneyadd support for all can read interceptors
2015-02-09 dcarneyfix transition of typedarrays in ics
2015-02-05 dslomovProtect against uninitialized lexical variables at...
2015-02-05 mvstantonCallIC MISS handler doesn't need receiver.
2015-02-05 Benedikt MeurerRevert "[turbofan] Make Factory::NewNumber() always...
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-02 ulanFetch global object from jsproxy prototype instead...
2015-01-30 ulanDo not embed interceptor in handler.
2015-01-30 mvstantonCallIC used an invalid mechanism to detect if it was...
2015-01-30 ulanDo not embedd store callback in handler.
2015-01-30 dcarneyupdate vector ics to handle megamorphic keyed loads
2015-01-30 Dan Carneyfix gcc after r26345
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
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 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-29 ulanLoad API accessor from descriptor instead of embedding...
2015-01-28 ulanLoad setter from map descriptor instead of embedding...
2015-01-28 mvstantonContinue learning for calls in crankshaft.
2015-01-27 mvstantonRevert of Continue learning for calls in optimized...
2015-01-27 mvstantonContinue learning for calls in optimized code when...
2015-01-27 mvstantonUse a trampoline stub to load the type feedback vector...
2015-01-26 ulanLoad getter from map descriptor instead of embedding...
2015-01-21 jkummerowKeyedStoreIC: support non-generic handling of Symbol...
2015-01-20 jkummerowReplace generic KeyedStore stub with megamorphic version
2015-01-20 jkummerowLet KeyedStoreIC go megamorphic (instead of generic...
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-19 bmeurer[turbofan] Make Factory::NewNumber() always return...
2015-01-16 mvstantonVector-based KeyedLoadIC MISS logic needs improvement.
2015-01-07 dcarneyremove declarative accessors
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-18 ulanMonomorphic and polymorphic ICs with cleared maps shoul...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-11-27 Michael StantonFlesh out vector ic state query and set mechanisms.
2014-11-27 dcarneyAdd interceptor support for symbols
2014-11-18 Jakob KummerowFix IC handler cache clearing for JSBuiltinsObject
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement StoreIC handler for stores...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement LoadIC handler for loads...
2014-11-07 dslomov@chromium.orgharmony_scoping: Implement lexical bindings at top...
2014-11-04 verwaest@chromium.orgActually also advance the iterator in StorePropertyWith...
2014-10-28 mvstanton@chromium.orgIntroduce FeedbackNexus for vector-based ics.
2014-10-28 mvstanton@chromium.orgRevert "Introduce FeedbackNexus for vector-based ics."
next