summaryrefslogtreecommitdiff
path: root/gcc/dbgcnt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* dbgcnt: print list after compilationMartin Liska2020-10-061-10/+15
* dbgcnt: report upper limit when lower == upperMartin Liska2020-10-061-1/+4
* Fix few -Wformat-diag warnings.Martin Liška2020-06-121-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Translate header for -fdbg-cnt-list.Martin Liska2019-11-281-1/+2
* Improve -dbg-cnt error message and support :0.Martin Liska2019-11-181-11/+7
* Come up with selftests for dbgcnt.Martin Liska2019-11-131-0/+24
* Enhance syntax of -fdbg-cnt.Martin Liska2019-11-131-62/+104
* Dump -fdbg-cnt limit reach also to stderr stream.Martin Liska2019-03-291-10/+16
* Fix multiple values for -fdbg-cnt.Martin Liska2019-03-291-10/+15
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-6/+6
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Fix small coding style issues (PR fortran/87394).Martin Liska2018-09-251-1/+1
* Support lower and upper limit for -fdbg-cnt flag.Martin Liska2018-05-181-41/+84
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* dbgcnt.c: Include toplev.h instead of errors.h.Joseph Myers2010-05-221-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2009-09-121-1/+1
* dbgcnt name matching bug fixXinliang David Li2009-07-201-1/+2
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-1/+1
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-1/+9
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* opts.c (common_handle_option): Handle new option -fdbg-cnt-list.Seongbae Park2007-06-121-14/+52
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-0/+107