Age | Commit message (Expand) | Author | Files | Lines |
2001-01-05 | (dbxout_parms): Handle invisible ref where decl is a REG | Catherine Moore | 1 | -3/+7 |
2000-12-30 | dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC. | Richard Henderson | 1 | -6/+9 |
2000-12-02 | dbxout.c (dbxout_parms): Correctly describe parameters passed by invisible re... | Jim Blandy | 1 | -20/+19 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 1 | -2/+0 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 1 | -1/+1 |
2000-10-10 | * dbxout.c (dbxout_source_line): Remove extra tab. | J. David Anglin | 1 | -1/+1 |
2000-09-25 | Callers gcc-toplev: | Hans-Peter Nilsson | 1 | -27/+27 |
2000-09-25 | Changes add TABs on either or both sides, covering start of line, | Hans-Peter Nilsson | 1 | -2/+2 |
2000-09-22 | fix | Jason Merrill | 1 | -5/+13 |
2000-09-22 | revert | Jason Merrill | 1 | -13/+5 |
2000-09-22 | c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace. | Jason Merrill | 1 | -5/+13 |
2000-07-23 | * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab. | George Helffrich | 1 | -1/+1 |
2000-06-28 | dbxout.c (dbxout_symbol, [...]): Use DECL_CONTEXT, not DECL_FIELD_CONTEXT. | Raja R Harinath | 1 | -2/+2 |
2000-06-25 | Vector support: type node creation & debugging support | Bernd Schmidt | 1 | -0/+3 |
2000-06-08 | dbxout.c (dbxout_type_fields): Don't segfault on fields with incomplete types. | Jakub Jelinek | 1 | -0/+1 |
2000-04-14 | dbxout.c (dbxout_type, [...]): Don't call print_int_cst_octal with something ... | Richard Kenner | 1 | -2/+6 |
2000-04-04 | dbxout.c (CONTIN): If it doesn't have to do anything... | Zack Weinberg | 1 | -1/+1 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -5/+2 |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -6/+6 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -43/+48 |
2000-03-08 | dbxout.c (dbxout_parms): When correcting for promoted big-endian parameters... | Clinton Popetz | 1 | -1/+3 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -1/+1 |
2000-02-29 | Fix prototype for dbxout_symbol_location. | Martin v. Löwis | 1 | -1/+1 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -25/+45 |
2000-02-28 | emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks. | Mark Mitchell | 1 | -16/+2 |
2000-02-25 | Copyright fixes. | Jeff Law | 1 | -1/+2 |
2000-01-14 | cccp.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -20/+20 |
1999-11-25 | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1 | -1/+1 |
1999-11-11 | Fix gdb testsuite failures caused by Kenner's bulk merge from gcc2. | Jim Wilson | 1 | -1/+9 |
1999-11-06 | Makefile.in (dbxout.o): Depend on ggc.h. | Mark Mitchell | 1 | -0/+3 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -22/+66 |
1999-10-26 | dbxout.c (lastfile, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -29/+28 |
1999-09-23 | builtins.c, [...]: Include tm_p.h. | Richard Henderson | 1 | -0/+1 |
1999-09-03 | dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero. | Richard Henderson | 1 | -2/+1 |
1999-08-31 | Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o. | Kaveh R. Ghazi | 1 | -2/+0 |
1999-04-18 | output.h (current_function_is_leaf, [...]): Declare. | John Wehle | 1 | -2/+2 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+5 |
1999-02-24 | Fix cross compiler build failure in dbxout.c. | Jim Wilson | 1 | -2/+4 |
1998-12-08 | * dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set. | Kaveh R. Ghazi | 1 | -3/+3 |
1998-11-09 | [multiple changes] | Jeff Law | 1 | -1/+1 |
1998-07-23 | Fix stabs bug with C array ranges. | Jim Wilson | 1 | -2/+12 |
1998-06-30 | decl2.c (lang_decode_option): Remove warn_template_debugging. | Benjamin Kosnik | 1 | -6/+0 |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -1/+1 |
1998-06-29 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-04 | dbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for ... | Dave Brolley | 1 | -0/+14 |
1998-05-23 | m68k.h: Declare more functions used in macros. | Andreas Schwab | 1 | -0/+4 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
1998-05-18 | Undid previous delta to dbxout.c | Nick Clifton | 1 | -1/+15 |
1998-05-18 | Use TREE_ARG to compute the type of a function parameter passed in memory. | Nick Clifton | 1 | -1/+1 |