summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* Allow HIGH/LO_SUM in the prologueMichael Meissner2000-05-311-0/+10
* dwarf2out.c (gen_subprogram_die): Fixup die_parent for the abstract instance ...Jason Merrill2000-05-101-0/+5
* toplev.c (debug_ignore_block): Return int.Jason Merrill2000-05-021-19/+11
* dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.Kaveh R. Ghazi2000-04-261-32/+32
* dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.Jason Merrill2000-04-251-11/+19
* Doc fix.Jim Blandy2000-04-191-1/+1
* dwarf2out.c (DWARF2_ADDR_SIZE): New macro.Jim Blandy2000-04-191-28/+43
* dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that UNITS_PER_WORD is un...Mark Mitchell2000-04-171-2/+2
* dwarf2out.c (gen_enumeration_type_die): If enum has a negative value, don't o...Jakub Jelinek2000-03-291-2/+8
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-6/+6
* builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo2000-03-231-3/+3
* Implement dwarf2 exception handling for the ARM.Jason Merrill2000-03-221-22/+13
* dwarf2out.c (dwarf2out_decl): Don't emit anything for types with TYPE_DECL_SU...Jason Merrill2000-03-181-0/+4
* * Clean up usages of TREE_INT_CST_LOW.Richard Kenner2000-03-171-60/+60
* dwarf2out.c (add_name_and_src_coords_attributes): Only add DW_AT_MIPS_linkage...Jason Merrill2000-03-131-1/+1
* except.c (can_throw): See through a SEQUENCE.Jason Merrill2000-03-091-4/+5
* dwarf2out.c (dw_fde_struct): Add 'nothrow'.Jason Merrill2000-03-081-0/+19
* dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.Stephane Carrez2000-03-051-15/+22
* stmt.c (is_body_block): Move...Jason Merrill2000-03-041-31/+0
* dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill2000-03-031-21/+32
* c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis2000-02-291-0/+1
* dwarf2out.c (gen_block_die): Output abstract blocks even if they don't have T...Jason Merrill2000-02-291-1/+2
* emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell2000-02-281-15/+7
* dwarf2out.c (output_line_info): Put the marker for the end of the line number...Jason Merrill2000-02-221-4/+6
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-1/+2
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-1/+0
* dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin) rather ...Jason Merrill2000-02-101-1/+1
* dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.Geoff Keating2000-02-091-1/+7
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-2/+19
* dwarf2out.c (add_abstract_origin_attribute): Don't call gen_abstract_function...Jason Merrill2000-02-041-6/+12
* dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.Richard Henderson2000-01-251-1/+1
* dwarf2out.c: include "varray.h", not dyn-string.h.Jason Merrill2000-01-251-172/+45
* Fix mips EABI/dwarf2 segfault while compiling newlib.Jim Wilson2000-01-241-1/+2
* cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-197/+202
* calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in macro conditi...Kaveh R. Ghazi2000-01-131-0/+1
* fix typosJason Merrill2000-01-111-1/+1
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-4/+0
* defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to FIRST_PSEUDO_R...Gabriel Dos Reis2000-01-061-1/+0
* dwarfout.c: Include "frame.h"Gabriel Dos Reis1999-12-301-0/+1
* Restore i386 binary compatibility in Dwarf EH info.Martin v. Loewis1999-12-291-3/+3
* dwarf2out.c (add_abstract_origin_attribute): Call gen_abstract_function on ou...Jason Merrill1999-12-231-0/+7
* dwarf2out.c (add_abstract_origin_attribute): Do call abort if the abstract or...Jason Merrill1999-12-151-1/+1
* dwarf2out.c (class_scope_p): New fn.Jason Merrill1999-12-141-15/+19
* dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be zero if ther...Brendan Kehoe1999-12-061-0/+8
* dwarf2out.c (add_abstract_origin_attribute): Don't abort when the original di...Mark Mitchell1999-12-051-1/+1
* dwarf2out.c (scope_die_for): Only handle types.Jason Merrill1999-11-301-135/+61
* dwarf2out.c (pend_type, [...]): Lose.Jason Merrill1999-11-251-76/+15
* dwarf2out.c (free_AT, free_die): New fns.Jason Merrill1999-11-241-39/+195
* revert AT_containing_type changeJason Merrill1999-11-231-6/+3
* dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.Jason Merrill1999-11-221-284/+282