[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / log.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-06-29 Djordje.PesicAssertion failure when using --log-regexp
2015-05-29 jarinRemove the experimental perf jit support until the...
2015-05-15 jochenRemove static logging of memory allocations
2015-03-09 loisloCpuProfiler: fix for GetDeoptReason code.
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-10 loisloPropagate DeoptInfo to cpu-profiler
2014-10-15 yangguo@chromium.orgMake event logger slightly more light-weight.
2014-10-14 yangguo@chromium.orgFix V8's default timer event logger.
2014-07-16 yangguo@chromium.orgDo not expose all timer events to the API callback.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-13 yangguo@chromium.orgMark timed range in the profile plot.
2014-06-12 jochen@chromium.orgDrop dependency on Isolate* from platform.h
2014-06-10 yangguo@chromium.orgLog IC misses as timer events.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 alph@chromium.orgIntroduce a separate event for CodeDeopt
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-18 yangguo@chromium.orgHandlify callers of Object::GetElement.
2014-03-10 yangguo@chromium.orgAdd support for allowing an embedder to get the V8...
2014-01-31 verwaest@chromium.orgRemove CallICs
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2013-11-25 jarin@chromium.orgSupport for the Linux 'perf report' and 'perf annotate...
2013-10-10 yurys@chromium.orgAdd column getter to CpuProfileNode
2013-09-30 verwaest@chromium.orgTag handlers as HANDLER rather than STUB.
2013-08-29 yurys@chromium.orgRemove deprecated profiler API
2013-08-29 bmeurer@chromium.orgReland^2 "Add Chromium-style TimeDelta, Time and TimeTi...
2013-08-28 bmeurer@chromium.orgRevert "Cross-compiling from Linux to Android requires...
2013-08-28 bmeurer@chromium.orgReland "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-23 jkummerow@chromium.orgAdd source map support to tick processor.
2013-08-22 yangguo@chromium.orgRename "parallel recompilation" to "concurrent recompil...
2013-07-29 yurys@chromium.orgRemove unused methods from RuntimeProfiler
2013-07-26 loislo@chromium.orgLogger: introduce abstract interface for CodeEvent...
2013-07-19 loislo@chromium.orgLogger: reorder methods in log.cc
2013-07-19 loislo@chromium.orgLogger: extract CodeEventLogger classes.
2013-07-18 loislo@chromium.orgLogger: remove dependency between Logger and LogMessage...
2013-07-18 loislo@chromium.orgExtract JitLogger from Logger class.
2013-07-15 loislo@chromium.orgCurrent logger code is messy. It mixes together
2013-07-03 yangguo@chromium.orgLog deopts with --log-timer-events.
2013-06-24 loislo@chromium.orgCPUProfiler: Simplify logging part of CreateCodeEvent...
2013-06-24 loislo@chromium.orgCPUProfiler: remove copy&paste from CodeCreateEvent.
2013-05-14 yurys@chromium.orgSkip samples where top function's stack frame is not...
2013-04-24 yangguo@chromium.orgClean up VMState a little bit.
2013-04-17 yurys@chromium.orgMove StackTracer to sampler.h
2013-04-17 yurys@chromium.orgNuke SamplerRegistry
2013-04-16 yurys@chromium.orgpthreads seem to be fully supported on Linux and Androi...
2013-04-08 yurys@chromium.orgRemove LOGGER macro
2013-04-08 yurys@chromium.orgNo need to start Ticker for Crankshaft
2013-04-02 yurys@chromium.orgIsolatify CPU profiler public API
2013-03-21 danno@chromium.orgMaintain API compatibility with older versions of V8.
2013-03-20 yurys@chromium.orgMSVS compilation fix after r14006
2013-03-13 verwaest@chromium.orgRefactoring Store ICs. A first step towards polymorphic...
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2013-03-04 verwaest@chromium.orgPolymorphism support for load IC.
2013-02-18 danno@chromium.orgImprove the JitCodeEventHandler API to add support...
2013-02-15 svenpanne@chromium.orgMake the Isolate parameter mandatory for internal Handl...
2013-01-28 yangguo@chromium.orgLog event start and event end separately when using...
2013-01-08 verwaest@chromium.orgUse POLYMORPHIC for polymorphic Keyed(Load|Store)IC
2012-12-07 svenpanne@chromium.orgRemove SlidingStateWindow and related code.
2012-12-05 yangguo@chromium.orgTake instrumentation overhead into account when plotting.
2012-11-28 yangguo@chromium.orgAlso time external callbacks from generated code.
2012-11-28 yangguo@chromium.orgInclude more information in --prof log.
2012-11-26 yangguo@chromium.orgAlso time other API functions calling into javascript.
2012-11-22 yangguo@chromium.orgAdd parallel recompilation time to histogram and plot...
2012-08-28 jkummerow@chromium.orgAdd a new API V8::SetJitCodeEventHandler to push code...
2012-08-27 verwaest@chromium.orgRevert "Add a new API V8::SetJitCodeEventHandler to...
2012-08-27 jkummerow@chromium.orgAdd a new API V8::SetJitCodeEventHandler to push code...
2012-04-05 danno@chromium.orgMinimize uses of lazy initialization by adding explicit...
2012-03-12 fschneider@chromiu... Landing for pliard@chromium.org: Remove static initiali...
2012-02-23 fschneider@chromiu... Make HashMap a template class to specify the allocation...
2012-01-13 erik.corry@gmail.comCosmetic changes ("set up" is a verb, "setup" is a...
2011-12-01 ricow@chromium.orgIncrease tick interval for the android platform.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-09-14 mikhail.naganov... Eliminate the need for code delete events in CPU profiler.
2011-07-13 mikhail.naganov... Remove support for logging into a memory buffer.
2011-07-13 sgjesse@chromium.orgRemove the ability to compile without logging and profiling
2011-07-01 mikhail.naganov... Remove "modules" and "tags" of the logging CPU profiler.
2011-06-24 mikhail.naganov... Remove obsolete aggregating and non-working producers...
2011-05-18 danno@chromium.orgReland 7917:
2011-05-17 danno@chromium.orgRevert 7917
2011-05-17 danno@chromium.orgBetter support for 'polymorphic' JS and external arrays
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-04-29 vitalyr@chromium.orgll_prof: Reduce profiling hooks overhead from >400...
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-10 mikhail.naganov... Remove `sfi' abbreviations (a follow-up to r6902).
2011-03-10 mikhail.naganov... Revert r7119..r7121
2011-03-10 mikhail.naganov... comment
2011-03-10 mikhail.naganov... renamed
2011-03-09 danno@chromium.orgCombine typed and pixel arrays.
next