summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-351/+266
* dwarf2out.c (gen_field_die): Equate decl number to die.Devang Patel2004-09-031-0/+3
* re PR debug/14492 (loc_descriptor_from_tree, in dwarf2out.c:9031)Mark Mitchell2004-08-241-0/+6
* dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh frame info.Paul Brook2004-08-121-0/+3
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-137/+97
* Index: ChangeLogGeoffrey Keating2004-08-031-18/+7
* tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell2004-07-261-2/+2
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-3/+3
* dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...Mark Mitchell2004-07-231-3/+7
* tree.h: Include vec.hNathan Sidwell2004-07-201-5/+4
* dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook2004-07-151-2/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini2004-07-081-1/+1
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-3/+3
* tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell2004-07-061-2/+2
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2004-07-051-1/+1
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-14/+0
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-65/+0
* dwarf2out.c (reg_save): Use INVALID_REGNUM.Richard Henderson2004-07-011-9/+13
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-13/+13
* Index: gcc/ChangeLogGeoffrey Keating2004-07-011-31/+141
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-14/+18
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-11/+11
* * dwarf2out.c (output_call_frame_info): Support dwarf3 cie entries.Paul Brook2004-06-141-1/+5
* tree.h: Remove include of version.hMark G. Adams2004-06-031-0/+1
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump2004-05-191-2/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-15/+25
* re PR debug/14718 (ICE in force_decl_die (dwarf2out.c))Graham Stott2004-05-031-2/+2
* * dwarf2out.c (mem_loc_descriptor): Handle shifts.Paul Brook2004-04-281-3/+20
* re PR debug/14829 (Bootstrap comparison failure on hppa64-hp-hpux11.11)John David Anglin2004-04-271-9/+10
* re PR debug/15033 (libgcc2.c:470: internal compiler error: Segmentation fault)Andrew Pinski2004-04-201-0/+1
* dwarf2out.c (rtl_for_decl_location): Adjust rtl for byte variables stored in ...DJ Delorie2004-04-201-0/+18
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-8/+8
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE for base types.Joel Brobecker2004-03-221-0/+32
* dwarf2out.c (is_subrange_type): Minor code rework.Joel Brobecker2004-03-221-9/+13
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-1/+0
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-14/+14
* tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner2004-03-181-1/+1
* c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"...Mark Mitchell2004-03-181-0/+7
* dwarf2out.c (subrange_type_die): Define new variable "subtype" to hold the su...Joel Brobecker2004-03-171-4/+5
* * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.J. Brobecker2004-03-161-4/+10
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-1/+1
* Enabled linkonce support for Darwin.Matt Austern2004-03-121-4/+38
* re PR debug/11983 (ICE in dwarf-2 on code using altivec)Alan Modra2004-03-081-39/+164
* re PR debug/14328 (gcc3.2.2 generates incorrect debugging enum values)Mark Mitchell2004-03-011-10/+10
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-2/+2
* dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mar...Zack Weinberg2004-02-181-3/+3
* dwarf2out.c (loc_descriptor_from_tree): Handle EXPR_WITH_FILE_LOCATION.Paul Brook2004-02-181-0/+3