aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-05Update copyright.Richard Henderson1-1/+1
2001-01-05* dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.Richard Henderson1-12/+2
2001-01-05VECTOR_TYPE fixes for aliasing, and dwarf2 output.Daniel Berlin1-0/+1
2001-01-02dwarf2out.c (stack_adjust_offset): Handle PRE_MODIFY.Jan Hubicka1-2/+35
2000-12-31dwarf2out.c (loc_descriptor_from_tree, [...]): New.Richard Kenner1-0/+8
2000-12-22Allow the (scratch) frame pointer to be initialised from the stack pointerNick Clifton1-9/+20
2000-12-22Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi1-0/+3
2000-12-21dwarf2out.c (simple_decl_align_in_bits): newDJ Delorie1-13/+30
2000-12-17dwarf2out.c (loc_descriptor_from_tree, [...]): New case.Richard Kenner1-1/+5
2000-11-26dwarf2out.c (output_file_names): New function.Ulrich Drepper1-54/+323
2000-11-25dwarf2out.c (file_table, [...]): Remove.Richard Henderson1-54/+83
2000-11-19dwarf2out.c (simple_type_size_in_bits): Handle a type with no computed size a...Richard Henderson1-16/+12
2000-11-19Warning fixes:Kaveh R. Ghazi1-4/+5
2000-11-17configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.Richard Henderson1-1/+5
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-3/+0
2000-11-07dwarfout.c (INSN_LABEL_FMT): Remove.Richard Henderson1-25/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-2/+2
2000-11-01dwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_de...Richard Henderson1-1/+5
2000-10-31Make ia64 port use tags instead of labels for debug info labels.Jim Wilson1-3/+3
2000-10-31dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.Richard Henderson1-53/+422
2000-10-20* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.Richard Kenner1-0/+1
2000-10-18tm.texi (Exception Region Output): Document DWARF_CIE_DATA_ALIGNMENT.Hans-Peter Nilsson1-0/+14
2000-10-13Remove obstacks.Mark Mitchell1-14/+3
2000-10-06dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or DW_OP_bregx when cf...Hans-Peter Nilsson1-2/+9
2000-10-05emit-rtl.c (gen_lowpart_common): Fix conversion from float to integral mode w...Jakub Jelinek1-1/+1
2000-09-25Callers gcc-toplev:Hans-Peter Nilsson1-29/+29
2000-09-25Changes add TABs on either or both sides, covering start of line,Hans-Peter Nilsson1-5/+5
2000-09-21dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.Jason Merrill1-17/+72
2000-09-15Revision to accurately generate debugging informationWilliam Cohen1-1/+5
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-9/+0
2000-09-04dwarf2out.c: (stack_adjust_offset): New prototype.Andrew Haley1-1/+3
2000-09-01dwarf2out.c (stack_adjust_offset): New function.Andrew Haley1-33/+57
2000-08-29dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.Jason Merrill1-2/+6
2000-08-28[multiple changes]Jason Merrill1-31/+580
2000-08-28dwarf2out.c (new_loc_descr): Use calloc.Jason Merrill1-4/+6
2000-08-24dwarf2out.c (AT_flag, [...]): Abort on unsuitable input.Jason Merrill1-14/+14
2000-08-14cse.c (fold_rtx): Avoid empty body in an if-statement.Kaveh R. Ghazi1-1/+1
2000-08-06* tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.Kazu Hirata1-201/+196
2000-08-03Apply patch from Anthony Green to add java language support to Dwarf generation.Anthony Green1-1/+12
2000-08-03dce.c: Remove all uses of assert.Mark Mitchell1-10/+2
2000-07-28dwarf2out.c: Indent #error directive.Kaveh R. Ghazi1-1/+1
2000-07-27Fix dwarf2out abort found while compiling PlumHall on IA-64.Jim Wilson1-1/+5
2000-07-27dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_O...Jason Merrill1-1/+5
2000-07-26Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.Nick Clifton1-1/+2
2000-07-24dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without UNALIGNED_I...Jason Merrill1-43/+45
2000-07-22collect2.c (main): Typo fixed.Jeffrey Oldham1-1/+1
2000-07-17revert accidental checkinJason Merrill1-2/+1
2000-07-16* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.Mark Mitchell1-1/+1
2000-07-14dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA register in the...Jason Merrill1-3/+16
2000-06-30dwarf2out.c (output_loc_operands): Don't abort on codes that have no operands.Jason Merrill1-5/+17