aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-06dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be zero if ther...Brendan Kehoe1-0/+8
1999-12-05dwarf2out.c (add_abstract_origin_attribute): Don't abort when the original di...Mark Mitchell1-1/+1
1999-11-30dwarf2out.c (scope_die_for): Only handle types.Jason Merrill1-135/+61
1999-11-25dwarf2out.c (pend_type, [...]): Lose.Jason Merrill1-76/+15
1999-11-24dwarf2out.c (free_AT, free_die): New fns.Jason Merrill1-39/+195
1999-11-23revert AT_containing_type changeJason Merrill1-6/+3
1999-11-22dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.Jason Merrill1-284/+282
1999-11-17dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1 for the common ...Jason Merrill1-1/+1
1999-11-15dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of nes...Jason Merrill1-26/+77
1999-11-10dwarf2out.c (add_AT_location_description): Allow (mem (plus (pseudo) (...)) too.Jeffrey A Law1-0/+7
1999-11-06Makefile.in (dbxout.o): Depend on ggc.h.Mark Mitchell1-0/+4
1999-11-03* dwarf2out.c: Do not include ctype.h.Jeffrey A Law1-1/+0
1999-10-31[multiple changes]Richard Kenner1-174/+63
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-98/+14