aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-1/+0
2003-05-03builtins.c (expand_builtin): Remove.Richard Henderson1-2/+2
2003-05-01dwarf2out.c (dwarf2out_init, [...]): Change parameter name from input_filename.Nathan Sidwell1-6/+6
2003-04-29dwarf2out.c (output_call_frame_info): No need to output EH unwind information...Geoffrey Keating1-1/+2
2003-04-23dwarf2out.c (fde_table_allocated): Mark with GTY.Geoffrey Keating1-31/+23
2003-04-21dwarf2out.c (is_ada, [...]): New functions.Joel Brobecker1-13/+80
2003-04-18dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR and *_DIV_EXPR a...Vincent Celier1-0/+6
2003-04-14dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead of DW_LANG_Ada...Joel Brobecker1-1/+1
2003-04-08dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, [...]): Take into account DWARF_INITI...Kevin Buettner1-4/+6
2003-04-05dbxout.c (scope_labelno): Add GTY.Geoffrey Keating1-1/+2
2003-04-03dwarf2out.c (lookup_filename): Don't check for "<internal>".Jason Merrill1-6/+2
2003-04-02dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an optimization ...Richard Henderson1-7/+9
2003-03-28PR target/10114 and PR target/10084Eric Botcazou1-0/+5
2003-03-19Add support for DWARF 3 64-bit sections.Kevin Buettner1-2/+28
2003-03-18dwarf2out.c (output_file_names): Cast size_t to unsigned long for format.Andreas Schwab1-1/+1
2003-03-15re PR debug/9039 (ICE, anonymous union, gen_decl_die, dwarf2out.c:11974)Jason Merrill1-0/+3
2003-03-15re PR debug/6387 (-fpic -gdwarf-2 -g1 combination give ICE in dwarf2out)Jason Merrill1-1/+7
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-8/+4
2003-03-11* dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.Aldy Hernandez1-1/+1
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-03-06dwarf2out.c (size_of_die): Compute size of external reference to die correctly.Zdenek Dvorak1-1/+4
2003-03-05tm.texi: Document TARGET_DWARF_REGISTER_SPAN.Aldy Hernandez1-5/+73
2003-03-04dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for global registe...Kevin Buettner1-2/+6
2003-03-03dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and prune_un...Zdenek Dvorak1-3/+3
2003-02-28flags.h: Add flag_eliminate_unused_debug_types.Scott Snyder1-152/+395
2003-02-20Change base class access representation.Nathan Sidwell1-8/+12
2003-02-06dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR with *targe...Roger Sayle1-11/+5
2003-02-04dwarf2out.c (dwarf2out_finish): Add AT_comp_dir attribute even if input file ...Jakub Jelinek1-0/+10
2003-02-01dwarf2out.c (gen_type_die): Check for typedefs before calling for TYPE_MAIN_V...Daniel Jacobowitz1-11/+14
2003-01-21dwarf2out.c (lookup_filename): Fix printf format warning.Richard Henderson1-1/+1
2003-01-21dwarf2out (output_file_names): Don't crash if called with empty file_table.Ulrich Weigand1-0/+8
2003-01-21dwarf2out.c (fde_table_in_use): Mark GTY.Ulrich Weigand1-5/+3
2003-01-16dwarf2out.c (struct file_table): Remove.Richard Henderson1-75/+74
2003-01-16dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi1-4/+28
2003-01-10Merge from pch-branch.Geoffrey Keating1-207/+281
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-37/+34
2002-11-26varasm.c (default_exception_section): Move to...Jakub Jelinek1-0/+17
2002-10-27Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.Zdenek Dvorak1-25/+376
2002-10-01dwarf2out.c (loc_descriptor_from_tree): Relax requirement for TLS debug info ...Richard Henderson1-1/+1
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-13target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs1-3/+1
2002-09-08dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.Richard Henderson1-20/+108
2002-08-25function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings1-2/+5
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi1-2/+2
2002-08-15dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.Douglas B Rupp1-2/+4
2002-08-06* dwarf2out.c: Remove unused macros.Neil Booth1-17/+0
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth1-25/+0
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson1-15/+8
2002-06-16dwarf2out.c (modified_type_die): Don't assign the qualified die to the unqual...Richard Henderson1-3/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-22/+26