aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle1-1/+1
1999-03-21Preserve programmer specified labels, and emit debug info for them even ifNick Clifton1-1/+6
1999-02-01Add 1999 copyright.Kaveh Ghazi1-1/+1
1999-02-01system.h (inline, const): Handle these for stage2 (and later) gcc.Kaveh R. Ghazi1-4/+0
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-10-28Fix DWARF1/C++ abort with member function in class nested in another function.Jim Wilson1-4/+16
1998-10-27dwarfout.c (ASM_OUTPUT_DWARF_STRING_NEWLINE): ASM_OUTPUT_DWARF_STRING has bee...Andrew MacLeod1-19/+29
1998-09-10tree.h (DECL_ORIGIN): New macro.Mark Mitchell1-16/+7
1998-09-02fix typoBrendan Kehoe1-1/+1
1998-09-02dwarfout.c (fundamental_type_code): Encode 32 bit floats/doubles as FT_float.J"orn Rennecke1-1/+10
1998-06-19dwarfout.c (getpwd): Add prototype.Jeff Law1-6/+10