[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / type-feedback-vector.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 ishellRemoving the Class/ObjectLiteral::LayoutFeedbackSlots().
2015-09-28 ishellRefactored interface of FeedbackVectorSpec and friends.
2015-09-28 ishellUse FeedbackVectorSlotKind instead of Code::Kind for...
2015-09-25 mvstantonFull code shouldn't embed the type feedback vector.
2015-09-16 mvstantonVector ICs: Hook up vectors in platform builtins to...
2015-09-01 mvstantonVector ICs: Adapting store ic classes for vectors.
2015-09-01 mvstantonMake type-feedback-vector.h usable without objects...
2015-08-28 mvstantonVector ICs: Make the Oracle gather feedback for vector...
2015-08-27 mvstantonVector ICs: Stop iterating the heap to clear keyed...
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-15 mvstantonSpecial printing for type feedback vectors.
2015-06-30 mvstantonVector ICs: Changes to the IC system to support vector...
2015-06-25 Michael Stanton[ic] Record call counts for monomorphic calls made...
2015-05-27 mvstantonVectorICs: allocating slots for store ics in ast nodes.
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
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-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-14 mvstantonVectorICs: recreate feedback vector if scoping changes...
2015-04-02 mvstantonv8:3539 - hold constructor feedback in weak cells
2015-03-17 mvstantonFeedback vector: ASAN found memory leaks during AST...
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-03 mvstantonSuper Constructor Calls need to use a vector slot,...
2015-01-30 dcarneyupdate vector ics to handle megamorphic keyed loads
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-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-27 mvstanton@chromium.orgA type vector with multiple IC types needs metadata.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-09-18 mvstanton@chromium.orgMove state sentinels into TypeFeedbackVector.
2014-09-18 mvstanton@chromium.orgIntroduce TypeFeedbackVector, as FixedArray grew constr...