[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / ic / ic.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-23 jkummerowRemove crash-hunting instrumentation that has served...
2015-09-16 mvstantonExtra code to diagnose a crash bug.
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-09 mvstantonOn a call to Array(), we patched a call ic. This CL...
2015-09-01 mvstantonVector ICs: Adapting store ic classes for vectors.
2015-08-28 mvstantonReorder KeyedStoreIC MISS code to avoid unnecessary...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 mvstantonVector ICs: Ensure KeyedAccessStore mode is encoded...
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-13 verwaestMinor cleanup IC keyed access handling.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-30 mvstantonVector ICs: Changes to the IC system to support vector...
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 conradwFix overlapping KeyedLoadIC bitfield.
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-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-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-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-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-03-18 verwaestRemove PropertyCell space
2015-03-02 Toon VerwaestCompute correct contextual load ICs in fullcodegen.
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-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-05 mvstantonCallIC MISS handler doesn't need receiver.
2015-02-05 marjaAdd strong mode.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-30 Dan Carneyfix gcc after r26345
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
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-20 jkummerowReplace generic KeyedStore stub with megamorphic version
2015-01-16 mvstantonVector-based KeyedLoadIC MISS logic needs improvement.
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-15 fedor.indutnyHydrogen: fix keyed loads with string keys
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-27 Michael StantonFlesh out vector ic state query and set mechanisms.
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-28 mvstanton@chromium.orgIntroduce FeedbackNexus for vector-based ics.
2014-10-28 mvstanton@chromium.orgRevert "Introduce FeedbackNexus for vector-based ics."
2014-10-28 mvstanton@chromium.orgIntroduce FeedbackNexus for vector-based ics.
2014-10-28 jkummerow@chromium.orgUse a simpler KeyedStoreGeneric stub
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-14 jkummerow@chromium.orgAlways initialize key_type_ in AST nodes
2014-10-10 jkummerow@chromium.orgFix type feedback for name-keyed stores
2014-10-10 mvstanton@chromium.orgTeach TurboFan to call vector-based ICs.
2014-10-09 jkummerow@chromium.orgAdd MEGAMORPHIC state support for KeyedStoreIC
2014-10-08 mvstanton@chromium.orgUpdates to maintain flag --vector-ics
2014-09-29 ishell@chromium.orgExtendStorageStub added, it is aimed for extending...
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
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-18 mvstanton@chromium.orgMove state sentinels into TypeFeedbackVector.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-05 yangguo@chromium.orgFix null-dereference in r23716.
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-26 mvstanton@chromium.orgAdded vector-based loadic hydrogen stubs. Not yet callable.
2014-08-26 mvstanton@chromium.orgMove register conventions out of the IC classes.
2014-08-22 verwaest@chromium.orgRemove KeyedStoreIC::GenerateRuntimeSetProperty and...
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...