Age | Commit message (Expand) | Author | Files | Lines |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -17/+0 |
2004-11-03 | * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-28 | re PR debug/18199 (AIX XCOFF debugging broken) | Zack Weinberg | 1 | -5/+19 |
2004-10-27 | dbxout.c (dbxout_source_line): Move declaration of begin_label to the block t... | Richard Sandiford | 1 | -3/+2 |
2004-10-27 | dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED. | Zack Weinberg | 1 | -1/+2 |
2004-10-27 | dbxout.c: Include obstack.h. | Zack Weinberg | 1 | -842/+944 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -6/+2 |
2004-10-23 | dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END. | Kazu Hirata | 1 | -3/+0 |
2004-10-21 | dbxout.c: Remove unnecessary #undefs. | Zack Weinberg | 1 | -52/+29 |
2004-10-21 | dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument. | David Edelsohn | 1 | -1/+1 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -237/+227 |
2004-10-06 | re PR debug/17787 (Ada does not bootstrap on darwin because of -feliminate-un... | Andrew Pinski | 1 | -12/+14 |
2004-09-24 | config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl... | Eric Botcazou | 1 | -1/+6 |
2004-09-22 | dbxout.c (get_lang_number): Do not define if DBX_OUTPUT_MAIN_SOURCE_DIRECTORY... | David Edelsohn | 1 | -0/+4 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -4/+4 |
2004-09-17 | dbxout.c (get_lang_number): New. | Devang Patel | 1 | -2/+27 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -2/+2 |
2004-09-08 | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -15/+14 |
2004-08-13 | dbxout.c (NO_DBX_FUNCTION_END): Default to zero. | Richard Henderson | 1 | -3/+7 |
2004-08-12 | dbxout.c (dbxout_begin_prologue): New function. | Devang Patel | 1 | -2/+16 |
2004-08-04 | dbxout.c (dbxout_function_decl): Always call dbxout_function_end. | Zack Weinberg | 1 | -6/+13 |
2004-08-04 | re PR c++/13596 (value of __cplusplus) | Zack Weinberg | 1 | -34/+66 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-07-20 | * dbxout.c (dbxout_type): Fix printf format. | Nathan Sidwell | 1 | -1/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -58/+62 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -6/+5 |
2004-07-06 | dbxout.c (dbxout_type): Don't test whether the binfo slot of RECORD, UNION & ... | Nathan Sidwell | 1 | -1/+0 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -13/+13 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -10/+10 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+1 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -1/+7 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -4/+4 |
2004-03-25 | cfgrtl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -5/+5 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -1/+1 |
2004-03-10 | dbxout.c (dbxout_symbol_location): Do not output references to optimized-out ... | Ulrich Weigand | 1 | -4/+20 |
2004-02-20 | re PR c++/12007 (Multiple inheritance float pass by value fails) | John David Anglin | 1 | -1/+4 |
2004-02-16 | c-decl.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-02-12 | dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I... | Zack Weinberg | 1 | -1/+1 |
2004-02-12 | debug.h (struct gcc_debug_hooks): Add type_decl field. | Zack Weinberg | 1 | -17/+54 |
2004-02-06 | Josef Zlomek <zlomekj@suse.cz> | Josef Zlomek | 1 | -2/+4 |
2004-01-27 | Makefile.in (dwarf2out.o): Depend on input.h | Devang Patel | 1 | -22/+25 |
2004-01-16 | c-common.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-01-13 | re PR debug/7078 (stabs are not generated correctly with c++ namespaces are u... | Devang Patel | 1 | -4/+6 |
2004-01-12 | re PR debug/13539 (dbxout.c does not recognize protected inheritance) | Andrew Pinski | 1 | -2/+4 |
2004-01-10 | re PR debug/12860 (stabs register number out of range) | David Edelsohn | 1 | -9/+8 |
2004-01-09 | re PR debug/11231 (undefined array size inside struct cause segfault with -g) | Andrew Pinski | 1 | -0/+5 |
2003-11-08 | dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO || XCOFF_DEBUGGI... | Andreas Schwab | 1 | -1/+2 |