aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19dwarf2out.c (simple_type_size_in_bits): Handle a type with no computed size a...Richard Henderson1-16/+12
2000-11-19Warning fixes:Kaveh R. Ghazi1-4/+5
2000-11-17configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.Richard Henderson1-1/+5
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-3/+0
2000-11-07dwarfout.c (INSN_LABEL_FMT): Remove.Richard Henderson1-25/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-2/+2
2000-11-01dwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_de...Richard Henderson1-1/+5
2000-10-31Make ia64 port use tags instead of labels for debug info labels.Jim Wilson1-3/+3
2000-10-31dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.Richard Henderson1-53/+422
2000-10-20* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.Richard Kenner1-0/+1
2000-10-18tm.texi (Exception Region Output): Document DWARF_CIE_DATA_ALIGNMENT.Hans-Peter Nilsson1-0/+14
2000-10-13Remove obstacks.Mark Mitchell1-14/+3
2000-10-06dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or DW_OP_bregx when cf...Hans-Peter Nilsson1-2/+9
2000-10-05emit-rtl.c (gen_lowpart_common): Fix conversion from float to integral mode w...Jakub Jelinek1-1/+1
2000-09-25Callers gcc-toplev:Hans-Peter Nilsson1-29/+29
2000-09-25Changes add TABs on either or both sides, covering start of line,Hans-Peter Nilsson1-5/+5
2000-09-21dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.Jason Merrill1-17/+72
2000-09-15Revision to accurately generate debugging informationWilliam Cohen1-1/+5
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-9/+0
2000-09-04dwarf2out.c: (stack_adjust_offset): New prototype.Andrew Haley1-1/+3
2000-09-01dwarf2out.c (stack_adjust_offset): New function.Andrew Haley1-33/+57
2000-08-29dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.Jason Merrill1-2/+6
2000-08-28[multiple changes]Jason Merrill1-31/+580
2000-08-28dwarf2out.c (new_loc_descr): Use calloc.Jason Merrill1-4/+6
2000-08-24dwarf2out.c (AT_flag, [...]): Abort on unsuitable input.Jason Merrill1-14/+14
2000-08-14cse.c (fold_rtx): Avoid empty body in an if-statement.Kaveh R. Ghazi1-1/+1
2000-08-06* tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.Kazu Hirata1-201/+196
2000-08-03Apply patch from Anthony Green to add java language support to Dwarf generation.Anthony Green1-1/+12
2000-08-03dce.c: Remove all uses of assert.Mark Mitchell1-10/+2
2000-07-28dwarf2out.c: Indent #error directive.Kaveh R. Ghazi1-1/+1
2000-07-27Fix dwarf2out abort found while compiling PlumHall on IA-64.Jim Wilson1-1/+5
2000-07-27dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_O...Jason Merrill1-1/+5
2000-07-26Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.Nick Clifton1-1/+2
2000-07-24dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without UNALIGNED_I...Jason Merrill1-43/+45
2000-07-22collect2.c (main): Typo fixed.Jeffrey Oldham1-1/+1
2000-07-17revert accidental checkinJason Merrill1-2/+1
2000-07-16* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.Mark Mitchell1-1/+1
2000-07-14dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA register in the...Jason Merrill1-3/+16
2000-06-30dwarf2out.c (output_loc_operands): Don't abort on codes that have no operands.Jason Merrill1-5/+17
2000-06-28dwarf2out.c (output_loc_operands): Don't support >1 byte output unless DWARF2...Jason Merrill1-11/+39
2000-06-27tweakJason Merrill1-0/+3
2000-06-27dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use DWARF_FRAME_REGNUM.Jason Merrill1-1/+4
2000-06-26dwarf2.h (enum dwarf_call_frame_info): Add DW_CFA_def_cfa_expression.Andrew Macleod1-747/+999
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+6
2000-06-08Emit correct debug info for 64-bit signed enums on 64-bit host.James E. Wilson1-3/+6
2000-06-08Fix DWARF2 64-bit enum debugging support, for debugging IA-64 emacs bugs.James E. Wilson1-8/+13
2000-05-31Allow HIGH/LO_SUM in the prologueMichael Meissner1-0/+10
2000-05-10dwarf2out.c (gen_subprogram_die): Fixup die_parent for the abstract instance ...Jason Merrill1-0/+5
2000-05-02toplev.c (debug_ignore_block): Return int.Jason Merrill1-19/+11
2000-04-26dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.Kaveh R. Ghazi1-32/+32