| Commit message (Expand) | Author | Age | Files | Lines |
* | sdbout.c (SDB_GENERATE_FAKE): Remove. | Kazu Hirata | 2004-11-04 | 1 | -6/+1 |
* | sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types. | Danny Smith | 2004-10-31 | 1 | -0/+5 |
* | dbxout.c (asmfile): Delete. | Zack Weinberg | 2004-10-21 | 1 | -14/+4 |
* | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 2004-09-09 | 1 | -5/+4 |
* | tree.h: Include vec.h | Nathan Sidwell | 2004-07-20 | 1 | -7/+7 |
* | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 2004-07-07 | 1 | -5/+4 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -14/+14 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -10/+10 |
* | sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS. | DJ Delorie | 2004-04-16 | 1 | -3/+1 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -5/+5 |
* | sdbout.c (preinit_symbols, [...]): New statics. | Zack Weinberg | 2004-02-19 | 1 | -1/+26 |
* | * sdbout.c (sdb_debug_hooks): Correct the type_decl entry. | Zack Weinberg | 2004-02-16 | 1 | -1/+1 |
* | debug.h (struct gcc_debug_hooks): Add type_decl field. | Zack Weinberg | 2004-02-12 | 1 | -21/+14 |
* | Josef Zlomek <zlomekj@suse.cz> | Josef Zlomek | 2004-02-06 | 1 | -1/+2 |
* | Makefile.in (dwarf2out.o): Depend on input.h | Devang Patel | 2004-01-27 | 1 | -23/+24 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | c-common.h: Fix comment formatting. | Kazu Hirata | 2004-01-16 | 1 | -2/+2 |
* | expr.c: Follow spelling conventions. | Kazu Hirata | 2003-10-11 | 1 | -1/+1 |
* | Convert to ISO C90 prototypes. | Kelley Cook | 2003-09-30 | 1 | -6/+2 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -3/+3 |
* | dbxout.c (dbxout_source_line_counter): New global variable. | Eric Botcazou | 2003-06-17 | 1 | -4/+13 |
* | sdbout.h: Use ISO C90 prototypes. | Andreas Jaeger | 2003-06-01 | 1 | -152/+75 |
* | cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN... | Kaveh R. Ghazi | 2003-05-17 | 1 | -6/+4 |
* | dbxout.c (scope_labelno): Add GTY. | Geoffrey Keating | 2003-04-05 | 1 | -1/+2 |
* | Make-lang.in (f/target.o): Depend on toplev.h. | Kaveh R. Ghazi | 2003-01-16 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+3 |
* | re PR fortran/3924 (g77 generates code which is rejected by GAS if COFF debug... | Richard Henderson | 2002-09-16 | 1 | -17/+0 |
* | dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue. | Douglas B Rupp | 2002-08-15 | 1 | -6/+9 |
* | Index: ChangeLog | Geoffrey Keating | 2002-08-04 | 1 | -2/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 1 | -11/+14 |
* | sbitmap.c: Fix formatting. | Kazu Hirata | 2002-05-09 | 1 | -4/+4 |
* | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 2002-03-21 | 1 | -2/+3 |
* | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 2002-03-12 | 1 | -1/+1 |
* | predict.c: Fix formatting. | Kazu Hirata | 2002-01-22 | 1 | -6/+6 |
* | diagnostic.c (warn_deprecated_use): Rework to lower indentation. | Richard Kenner | 2002-01-12 | 1 | -1/+2 |
* | * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL. | Richard Kenner | 2001-11-18 | 1 | -3/+3 |
* | dbxout.c (dbxout_symbol_location): Update call of alter_subreg. | Jan Hubicka | 2001-11-14 | 1 | -1/+1 |
* | unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning. | Kaveh R. Ghazi | 2001-11-11 | 1 | -1/+1 |
* | ChangeLog.2, [...]: Fix spelling errors and typos. | Joseph Myers | 2001-10-29 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -7/+7 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -1/+1 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -2/+2 |
* | alias.c (clear_reg_alias_info): Use K&R format definition. | Richard Kenner | 2001-09-10 | 1 | -7/+8 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | dbxout.c (dbxout_global_decl): New. | Neil Booth | 2001-07-22 | 1 | -21/+53 |
* | * dbxout.c, sdbout.c, varasm.c: Revert most recent patch. | Neil Booth | 2001-07-22 | 1 | -53/+21 |
* | dbxout.c (dbxout_global_decl): New. | Neil Booth | 2001-07-21 | 1 | -21/+53 |
* | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 2001-07-19 | 1 | -3/+8 |
* | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 2001-07-19 | 1 | -1/+31 |
* | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 2001-07-17 | 1 | -17/+39 |