Age | Commit message (Expand) | Author | Files | Lines |
2004-08-12 | dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh frame info. | Paul Brook | 1 | -0/+3 |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -137/+97 |
2004-08-03 | Index: ChangeLog | Geoffrey Keating | 1 | -18/+7 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -3/+3 |
2004-07-23 | dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB... | Mark Mitchell | 1 | -3/+7 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -5/+4 |
2004-07-15 | dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW... | Paul Brook | 1 | -2/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -6/+6 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -1/+1 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -3/+3 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-07-05 | c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | Nathan Sidwell | 1 | -1/+1 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -14/+0 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -65/+0 |
2004-07-01 | dwarf2out.c (reg_save): Use INVALID_REGNUM. | Richard Henderson | 1 | -9/+13 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -13/+13 |
2004-07-01 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -31/+141 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -14/+18 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -11/+11 |
2004-06-14 | * dwarf2out.c (output_call_frame_info): Support dwarf3 cie entries. | Paul Brook | 1 | -1/+5 |
2004-06-03 | tree.h: Remove include of version.h | Mark G. Adams | 1 | -0/+1 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-19 | tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe... | Mike Stump | 1 | -2/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -15/+25 |
2004-05-03 | re PR debug/14718 (ICE in force_decl_die (dwarf2out.c)) | Graham Stott | 1 | -2/+2 |
2004-04-28 | * dwarf2out.c (mem_loc_descriptor): Handle shifts. | Paul Brook | 1 | -3/+20 |
2004-04-27 | re PR debug/14829 (Bootstrap comparison failure on hppa64-hp-hpux11.11) | John David Anglin | 1 | -9/+10 |
2004-04-20 | re PR debug/15033 (libgcc2.c:470: internal compiler error: Segmentation fault) | Andrew Pinski | 1 | -0/+1 |
2004-04-20 | dwarf2out.c (rtl_for_decl_location): Adjust rtl for byte variables stored in ... | DJ Delorie | 1 | -0/+18 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -8/+8 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |
2004-03-22 | dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE for base types. | Joel Brobecker | 1 | -0/+32 |
2004-03-22 | dwarf2out.c (is_subrange_type): Minor code rework. | Joel Brobecker | 1 | -9/+13 |
2004-03-21 | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 1 | -1/+0 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -14/+14 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -1/+1 |
2004-03-18 | c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"... | Mark Mitchell | 1 | -0/+7 |
2004-03-17 | dwarf2out.c (subrange_type_die): Define new variable "subtype" to hold the su... | Joel Brobecker | 1 | -4/+5 |
2004-03-16 | * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR. | J. Brobecker | 1 | -4/+10 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -1/+1 |
2004-03-12 | Enabled linkonce support for Darwin. | Matt Austern | 1 | -4/+38 |
2004-03-08 | re PR debug/11983 (ICE in dwarf-2 on code using altivec) | Alan Modra | 1 | -39/+164 |
2004-03-01 | re PR debug/14328 (gcc3.2.2 generates incorrect debugging enum values) | Mark Mitchell | 1 | -10/+10 |
2004-02-27 | c-decl.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -2/+2 |
2004-02-18 | dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mar... | Zack Weinberg | 1 | -3/+3 |
2004-02-18 | dwarf2out.c (loc_descriptor_from_tree): Handle EXPR_WITH_FILE_LOCATION. | Paul Brook | 1 | -0/+3 |
2004-02-12 | debug.h (struct gcc_debug_hooks): Add type_decl field. | Zack Weinberg | 1 | -0/+11 |
2004-02-11 | dwarf2out.c (output_loc_list): Remove no longer necessary, and now incorrect,... | Daniel Berlin | 1 | -13/+1 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 1 | -6/+0 |