Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -1/+1 |
2015-04-11 | gcov.c (find_source): Fix miswording in error message. | Benno Schulenberg | 1 | -1/+1 |
2015-01-05 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -1/+1 |
2014-01-02 | gnat_ugn.texi: Bump @copying's copyright year. | Tobias Burnus | 1 | -2/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -6/+6 |
2013-06-20 | gcov.c (print_usage): Handle new option. | Sharad Singhai | 1 | -38/+205 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -4/+1 |
2013-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+3 |
2012-10-13 | re PR gcov-profile/44728 (gcov chokes when "." is present in DIR argument to ... | Andreas Schwab | 1 | -1/+1 |
2012-07-23 | coverage.c: Refer to "notes file" instead of "graph file" in all comments. | Steven Bosscher | 1 | -7/+9 |
2012-07-23 | opts.c (common_handle_option): Do not set flag_value_profile_transformations ... | Steven Bosscher | 1 | -13/+17 |
2012-05-29 | re PR middle-end/53510 (OOM while compile some code) | Jakub Jelinek | 1 | -9/+2 |
2012-01-11 | gcov.c (STRING_SIZE): Remove. | Nathan Sidwell | 1 | -46/+69 |
2012-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2011-12-30 | gcov.c (total_lines, [...]): New global vars. | Nathan Sidwell | 1 | -8/+22 |
2011-12-02 | gcov.c (struct arc_info): Add is_throw field. | Nathan Sidwell | 1 | -14/+73 |
2011-11-26 | re PR gcov-profile/51297 (Many gcov tests FAIL on Tru64, Solaris 8 and 9) | Nathan Sidwell | 1 | -4/+5 |
2011-11-14 | * gcov.c (canonicalize_name): Protect use of S_ISLNK. | Nathan Sidwell | 1 | -3/+8 |
2011-11-14 | gcov.c (generate_results): Add missing semicolon and correct indent. | Kai Tietz | 1 | -3/+3 |
2011-11-13 | gcov.c (source_prefix, [...]): New globals. | Nathan Sidwell | 1 | -11/+57 |
2011-11-12 | gcov.c (struct name_map): New. | Nathan Sidwell | 1 | -89/+254 |
2011-11-10 | gcov.c (struct function_info): Make src an index, not a pointer. | Nathan Sidwell | 1 | -162/+147 |
2011-11-07 | libgcov.c (struct gcov_fn_buffer): New struct. | Nathan Sidwell | 1 | -50/+76 |
2011-05-23 | gcov.c (create_file_names): If no object directory is specified, keep the dir... | Tristan Gingold | 1 | -9/+8 |
2011-05-20 | Makefile.in (LIBDEPS): Add libcommon.a. | Joseph Myers | 1 | -11/+11 |
2011-04-29 | split checksum into cfg checksum and line checksum | Xinliang David Li | 1 | -5/+17 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -4/+2 |
2011-03-25 | Changelog c-family/ | Kai Tietz | 1 | -14/+23 |
2011-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2010-08-05 | gcov.c (flag_display_progress): New static variable. | Nicolas Setton | 1 | -2/+20 |
2010-01-09 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -5/+5 |
2009-06-16 | df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch. | Ian Lance Taylor | 1 | -19/+21 |
2009-02-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2008-10-03 | gcov.c (create_file_names): Properly handle UNIX and DOS directory separators. | Pascal Obry | 1 | -27/+40 |
2008-08-29 | gcov.c (main): Call expandargv. | Tristan Gingold | 1 | -0/+3 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -1/+1 |
2008-03-02 | re PR driver/35420 (--version copyright date vs. 2008) | Jakub Jelinek | 1 | -2/+3 |
2007-08-21 | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-06-12 | gcov.c: Comments updated. | Tristan Gingold | 1 | -53/+107 |
2006-08-09 | gcov.c (no_data_file): New flag. | Nathan Sidwell | 1 | -3/+10 |
2006-03-14 | re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range)) | Uttam Pawar | 1 | -0/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -12/+12 |
2006-01-21 | gcov.c (print_version), [...]): Update copyright notice dates. | Joseph Myers | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-06 | exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form... | Jakub Jelinek | 1 | -3/+3 |
2005-04-26 | collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. | Kaveh R. Ghazi | 1 | -3/+1 |