| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept LABEL_REFs as well as SYMBOL_REFs from the constant pool. | nickc | 2002-02-06 | 1 | -1/+2 |
* | * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters | aoliva | 2002-02-06 | 1 | -0/+4 |
* | Index: gcc/ChangeLog | geoffk | 2002-01-26 | 1 | -4/+9 |
* | * dbxout.c (dbxout_type): Support const and volatile. | jason | 2002-01-17 | 1 | -15/+34 |
* | If a symbol ref is in the constant pool, use the pool's version of the symbol... | nickc | 2002-01-08 | 1 | -0/+14 |
* | * 1750a.md: Add default case in switch. | ghazi | 2001-12-09 | 1 | -2/+2 |
* | * dwarf2out.c (is_cxx): New fn. | jason | 2001-11-30 | 1 | -1/+1 |
* | * dwarf2out.c (add_data_member_location_attribute): Do the | jason | 2001-11-30 | 1 | -2/+9 |
* | * dbxout.c (dbxout_symbol_location): Update call of alter_subreg. | hubicka | 2001-11-14 | 1 | -1/+1 |
* | * dbxout.c (dbxout_symbol_location): Avoid emitting invalid register | jakub | 2001-11-12 | 1 | -0/+2 |
* | * c-lang.c (LANG_HOOKS_NAME): New. | neil | 2001-11-09 | 1 | -1/+2 |
* | * Makefile.in (dbxout.o): Depend on function.h. | ghazi | 2001-11-04 | 1 | -6/+12 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -7/+7 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | * dbxout.c (dbxout_parms): Fix typo in comment. | hp | 2001-09-11 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * dbxout.c: Fix comment formatting. | kazu | 2001-08-08 | 1 | -1/+1 |
* | * target.h (gcc_target): Add asm_out.named_section, | rth | 2001-08-04 | 1 | -7/+2 |
* | * dbxout.c (dbxout_symbol_location): Flatten subregs first; | rth | 2001-08-03 | 1 | -8/+8 |
* | * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate. | neil | 2001-07-26 | 1 | -12/+12 |
* | * dbxout.c: Consistently use putc instead of fputc. | kenner | 2001-07-25 | 1 | -118/+187 |
* | * dbxout.c (dbxout_global_decl): New. | neil | 2001-07-22 | 1 | -2/+15 |
* | * dbxout.c, sdbout.c, varasm.c: Revert most recent patch. | neil | 2001-07-22 | 1 | -12/+2 |
* | * dbxout.c (dbxout_global_decl): New. | neil | 2001-07-21 | 1 | -2/+12 |
* | * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | neil | 2001-07-19 | 1 | -22/+12 |
* | * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on | neil | 2001-07-19 | 1 | -28/+36 |
* | * dbxout.c (dbxout_really_begin_function): Rename to | neil | 2001-07-17 | 1 | -23/+20 |
* | * dbxout.c (dbxout_source_line): Make static, update prototype. | neil | 2001-07-15 | 1 | -25/+29 |
* | * 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 |