aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-25dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.Jason Merrill1-11/+19
2000-04-19Doc fix.Jim Blandy1-1/+1
2000-04-19dwarf2out.c (DWARF2_ADDR_SIZE): New macro.Jim Blandy1-28/+43
2000-04-17dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that UNITS_PER_WORD is un...Mark Mitchell1-2/+2
2000-03-29dwarf2out.c (gen_enumeration_type_die): If enum has a negative value, don't o...Jakub Jelinek1-2/+8
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-6/+6
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-3/+3
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill1-22/+13
2000-03-18dwarf2out.c (dwarf2out_decl): Don't emit anything for types with TYPE_DECL_SU...Jason Merrill1-0/+4
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-60/+60
2000-03-13dwarf2out.c (add_name_and_src_coords_attributes): Only add DW_AT_MIPS_linkage...Jason Merrill1-1/+1
2000-03-09except.c (can_throw): See through a SEQUENCE.Jason Merrill1-4/+5
2000-03-08dwarf2out.c (dw_fde_struct): Add 'nothrow'.Jason Merrill1-0/+19
2000-03-05dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.Stephane Carrez1-15/+22
2000-03-04stmt.c (is_body_block): Move...Jason Merrill1-31/+0
2000-03-03dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill1-21/+32
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-0/+1
2000-02-29dwarf2out.c (gen_block_die): Output abstract blocks even if they don't have T...Jason Merrill1-1/+2
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-15/+7
2000-02-22dwarf2out.c (output_line_info): Put the marker for the end of the line number...Jason Merrill1-4/+6
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-1/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+0
2000-02-10dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin) rather ...Jason Merrill1-1/+1
2000-02-09dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.Geoff Keating1-1/+7
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-2/+19