[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / test / cctest / test-feedback-vector.cc
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 ishellRefactored interface of FeedbackVectorSpec and friends.
2015-09-28 ishellUse FeedbackVectorSlotKind instead of Code::Kind for...
2015-09-04 mvstantonReland Vector ICs: platform support for vector-based...
2015-09-03 machenbachRevert of Vector ICs: platform support for vector-based...
2015-09-03 mvstantonVector ICs: platform support for vector-based stores.
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 mvstantonStop overallocating feedback vector slots.
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-06-04 arvRefactor lexical home object binding
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-04-23 hpayerReland Force full GCwhenever CollectAllGarbage is meant...
2015-04-15 machenbachRevert of Force full GCwhenever CollectAllGarbage is...
2015-04-15 hpayerForce full GC whenever CollectAllGarbage is meant to...
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-03-12 mvstantonVector-ICs: Implement slot sharing for global loads.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
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 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-15 mvstantonVector-based LoadICs need to handle Smi receivers.
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-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 ishell@chromium.orgFix for the cctest compilation issue on Mac after r24911.
2014-10-27 mvstanton@chromium.orgA type vector with multiple IC types needs metadata.
2014-10-20 mvstanton@chromium.orgFix gc mole test failure.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...