aboutsummaryrefslogtreecommitdiff
path: root/gcc/statistics.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-23re PR lto/77305 (-fdump-tree-all and -flto causes ICE)Richard Biener1-3/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-01remove many typedefsTrevor Saunders1-25/+25
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-27* statistics.c (statistics_fini_pass): Print pass name.Aditya Kumar1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-8/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm1-1/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-14/+14
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-3/+6
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-2/+5
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-46/+59
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-1/+1
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-1/+1
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-4/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd1-1/+0
2009-06-03statistics.c (statistics_counter_event): Do not record event in pass dump if ...Andrey Belevantsev1-4/+10
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-6/+5
2008-05-15statistics.c: New file.Richard Biener1-0/+342