| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (final.o): Depend on debug.h. | neil | 2001-07-12 | 1 | -1/+49 |
* | * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h. | neil | 2001-07-11 | 1 | -6/+14 |
* | * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o, | neil | 2001-07-10 | 1 | -4/+14 |
* | * stmt.c (current_nesting_level): New fn. | jason | 2001-06-08 | 1 | -1/+1 |
* | * dbxout.c (dbxout_symbol): Invert previous patch, which was | geoffk | 2001-05-25 | 1 | -2/+2 |
* | * dbxout.c (dbxout_type_methods): Do still group methods by name. | jason | 2001-05-23 | 1 | -0/+17 |
* | * dbxout.c (MINIMAL_DEBUG, flag_minimal_debug): Lose. | jason | 2001-05-21 | 1 | -176/+51 |
* | /tmp/pl | kenner | 2001-05-18 | 1 | -9/+14 |
* | 2001-05-17 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-05-17 | 1 | -1/+9 |
* | * dbxout.c, mips-tfile.c, config/mips/mips.c, xcoffout.c: | zack | 2001-05-01 | 1 | -26/+1 |
* | * collect2.c (main): Use concat in lieu of xmalloc/sprintf. | ghazi | 2001-04-23 | 1 | -5/+1 |
* | * dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, | zack | 2001-04-18 | 1 | -0/+4 |
* | * dbxout.c (N_OPT): Define if not available from <stab.h> | ljrittle | 2001-04-17 | 1 | -0/+5 |
* | * toplev.c (output_lang_identify): Delete. | zack | 2001-04-16 | 1 | -6/+10 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -9/+4 |
* | Compute DECL_ASSEMBLER_NAME lazily. | mmitchel | 2001-03-19 | 1 | -2/+10 |
* | * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the | mmitchel | 2001-03-15 | 1 | -2/+2 |
* | * tree.h (DECL_UNINLINABLE): Move from C++ frontend. | jason | 2001-02-21 | 1 | -1/+3 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -2/+1 |
* | (dbxout_parms): Handle invisible ref where decl is a REG | clm | 2001-01-05 | 1 | -3/+7 |
* | * dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC. | rth | 2000-12-31 | 1 | -6/+9 |
* | 2000-12-01 Jim Blandy <jimb@redhat.com> | geoffk | 2000-12-02 | 1 | -20/+19 |
* | * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Add | zack | 2000-11-17 | 1 | -2/+0 |
* | * alias.c (init_alias_analysis), calls.c (expand_call, | jsm28 | 2000-11-07 | 1 | -1/+1 |
* | * dbxout.c (dbxout_source_line): Remove extra tab. | hp | 2000-10-10 | 1 | -1/+1 |
* | Callers gcc-toplev: | hp | 2000-09-25 | 1 | -27/+27 |
* | Changes add TABs on either or both sides, covering start of line, | hp | 2000-09-25 | 1 | -2/+2 |
* | fix | jason | 2000-09-22 | 1 | -5/+13 |
* | revert | jason | 2000-09-22 | 1 | -13/+5 |
* | * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace. | jason | 2000-09-22 | 1 | -5/+13 |
* | * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab. | law | 2000-07-23 | 1 | -1/+1 |
* | * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use | law | 2000-06-29 | 1 | -2/+2 |
* | Vector support: type node creation & debugging support | crux | 2000-06-25 | 1 | -0/+3 |
* | * dbxout.c (dbxout_type_fields): Don't segfault on fields with | jakub | 2000-06-08 | 1 | -0/+1 |
* | * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call | kenner | 2000-04-14 | 1 | -2/+6 |
* | * dbxout.c (CONTIN): If it doesn't have to do anything, give it a | zack | 2000-04-04 | 1 | -1/+1 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -5/+2 |
* | gcc | nathan | 2000-03-21 | 1 | -6/+6 |
* | * Clean up usages of TREE_INT_CST_LOW. | kenner | 2000-03-17 | 1 | -43/+48 |
* | * dbxout.c (dbxout_parms): When correcting for promoted | cpopetz | 2000-03-08 | 1 | -1/+3 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -1/+1 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -1/+1 |
* | Fix prototype for dbxout_symbol_location. | loewis | 2000-02-29 | 1 | -1/+1 |
* | * c-decl.c (current_function_decl): Move to toplev.c. | loewis | 2000-02-29 | 1 | -25/+45 |
* | * emit-rtl.c (remove_unncessary_notes): Remove notes for empty | mmitchel | 2000-02-28 | 1 | -16/+2 |
* | Copyright fixes. | law | 2000-02-26 | 1 | -1/+2 |
* | * cccp.c: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -20/+20 |
* | * c-common.c (check_format_info): Don't call a variadic function | ghazi | 1999-11-25 | 1 | -1/+1 |
* | Fix gdb testsuite failures caused by Kenner's bulk merge from gcc2. | wilson | 1999-11-12 | 1 | -1/+9 |
* | * Makefile.in (dbxout.o): Depend on ggc.h. | mmitchel | 1999-11-06 | 1 | -0/+3 |