aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-04dwarf2out.c (add_abstract_origin_attribute): Don't call gen_abstract_function...Jason Merrill1-6/+12
2000-01-25dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.Richard Henderson1-1/+1
2000-01-25dwarf2out.c: include "varray.h", not dyn-string.h.Jason Merrill1-172/+45
2000-01-24Fix mips EABI/dwarf2 segfault while compiling newlib.Jim Wilson1-1/+2
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-197/+202
2000-01-13calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in macro conditi...Kaveh R. Ghazi1-0/+1
2000-01-11fix typosJason Merrill1-1/+1
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-4/+0
2000-01-06defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to FIRST_PSEUDO_R...Gabriel Dos Reis1-1/+0
1999-12-30dwarfout.c: Include "frame.h"Gabriel Dos Reis1-0/+1
1999-12-29Restore i386 binary compatibility in Dwarf EH info.Martin v. Loewis1-3/+3
1999-12-23dwarf2out.c (add_abstract_origin_attribute): Call gen_abstract_function on ou...Jason Merrill1-0/+7
1999-12-15dwarf2out.c (add_abstract_origin_attribute): Do call abort if the abstract or...Jason Merrill1-1/+1
1999-12-14dwarf2out.c (class_scope_p): New fn.Jason Merrill1-15/+19