aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-18* README.DWARF: Move into dwarfout.c.Jason Merrill1-0/+542
2001-05-12dwarfout.c (dwarfout_init): Add cast.Neil Booth1-1/+1
2001-04-25dwarfout.c (is_pseudo_reg, [...]): Use static inline instead of inline static.Rainer Orth1-4/+4
2001-04-09dwarfout.c (DEBUG_ARANGES_BEGIN_LABEL): New label.Richard Sandiford1-0/+13
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-3/+3
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-1/+7
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-1/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2000-11-20dwarf.h (FMT_CODE): Adjust argument order; fix mapping to dwarf_subscr_data_f...Richard Henderson1-22/+16
2000-11-07dwarfout.c (INSN_LABEL_FMT): Remove.Richard Henderson1-23/+1
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-1/+1
2000-09-25Callers gcc-toplev:Hans-Peter Nilsson1-25/+25
2000-09-25Changes add TABs on either or both sides, covering start of line,Hans-Peter Nilsson1-8/+8
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-45/+0
2000-08-03Apply patch from Anthony Green to add java language support to Dwarf generation.Anthony Green1-0/+2
2000-08-03dce.c: Remove all uses of assert.Mark Mitchell1-9/+0
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+11
2000-05-23getopt.h (getopt): Also check HAVE_DECL_* when prototyping.Kaveh R. Ghazi1-6/+0
2000-05-10dwarfout.c (dwarfout_finish): Call retry_incomplete_types after we enter .debug.Eric Schweitz1-2/+2
2000-05-09top level:Zack Weinberg1-1/+1
2000-04-26dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.Kaveh R. Ghazi1-9/+9
2000-04-25dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.Jason Merrill1-0/+11
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-5/+6
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-60/+59
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-3/+3
2000-03-04stmt.c (is_body_block): Move...Jason Merrill1-32/+0
2000-03-03dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill1-18/+4
2000-02-29dwarfout.c (output_block): Output abstract blocks even if they don't have TRE...Jason Merrill1-1/+2
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-18/+5
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-22dwarf2out.c (output_line_info): Put the marker for the end of the line number...Jason Merrill1-3/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-1/+0
2000-02-01dwarfout.c (SHORT_TYPE_SIZE): Correct default.Hans-Peter Nilsson1-1/+1
2000-01-25dwarf2out.c: include "varray.h", not dyn-string.h.Jason Merrill1-0/+4
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-126/+126
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-1/+1
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-0/+1
1999-12-15tree.c (decl_function_context): Handle virtual functions.Jason Merrill1-3/+2
1999-11-29Fix for gcc.c-torture/noncompile/920824-1.c on SH (and mips?)J"orn Rennecke1-0/+9
1999-10-26dbxout.c (lastfile, [...]): Constify a char*.Kaveh R. Ghazi1-46/+50
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-8/+2
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-1/+0
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-2/+0
1999-08-13dwarfout.c (fundamental_type_code): Return FT_boolean for INTEGER_TYPE with p...Alexandre Oliva1-0/+4
1999-07-06dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the perman...Jason Merrill1-1/+4
1999-07-01dwarfout.c (field_byte_offset): Correctly compute the object's byte offset fo...Jeffrey A Law1-2/+10
1999-06-16dwarfout.c (add_incomplete_type): New fn.Jason Merrill1-2/+61