summaryrefslogtreecommitdiff
path: root/gcc/timevar.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-02-28Fix timevar format and fix tests (PR testsuite/84597).Martin Liska
2018-02-27Fix formatting of -ftime-report.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-08-12passes.c (execute_todo): Do not push/pop TV_TODO.Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-10-28common.opt (fchecking): New flag controlling flag_checking.Richard Biener
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-03Refactoring of timevar APIDavid Malcolm
2015-05-12Move global state in timevar.c to a new "timer" classDavid Malcolm
2015-01-05Update copyright years.Jakub Jelinek
2014-10-21State cleanups from jit branchDavid Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-08-22* timevar.c (validate_phases): Add cast.Jan Hubicka
2013-08-22timevar.c (validate_phases): Use size_t for memory.Jan Hubicka
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl
2011-06-25timevar.c (timevar_print): Increase width for display of timevar name.Basile Starynkevitch
2011-05-02Upgrade the utility of timevars.Lawrence Crowl
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers
2010-05-21Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-05-06timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead of ASSERT_CHEC...Eric Botcazou
2007-04-21timevar.c (timevar_print): Change reference of --disable-checking to --enable...Andrew Pinski
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki
2005-06-25Update FSF address.Kelley Cook
2005-05-27c-pch.c, [...]: Update copyright.Kazu Hirata
2005-05-17ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.Zdenek Dvorak
2004-11-03timevar.c (timevar_enable): Change from static.Andrew Pinski
2004-11-02timevar.h (timevar_get): Remove.Ben Elliston
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata
2004-01-29timevar.c (timevar_print): Mention when checking is enabled.Daniel Berlin
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-06basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-16timevar.c (get_run_time): Remove function provided also by libiberty.Andreas Jaeger
2003-04-26flags.h (time_report): Remove.Neil Booth
2003-01-31timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.Danny Smith
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi
2003-01-14timevar.def: define TV_NAME_LOOKUP.Gabriel Dos Reis
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-10-10Fix spelling.Mike Stump
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-05-18timevar.c: Fix formatting.Kazu Hirata