summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* Callers gcc-toplev:hp2000-09-251-29/+29
* Changes add TABs on either or both sides, covering start of line,hp2000-09-251-5/+5
* * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.jason2000-09-211-17/+72
* Revision to accurately generate debugging informationwcohen2000-09-151-1/+5
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-9/+0
* 2000-09-04 Andrew Haley <aph@redhat.com>aph2000-09-041-1/+3
* 2000-09-01 Andrew Haley <aph@redhat.com>aph2000-09-011-33/+57
* * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.jason2000-08-291-2/+6
* 2000-08-28 Daniel Berlin <dberlin@redhat.com>jason2000-08-291-31/+580
* * dwarf2out.c (new_loc_descr): Use calloc.jason2000-08-281-4/+6
* * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,jason2000-08-241-14/+14
* * cse.c (fold_rtx): Avoid empty body in an if-statement.ghazi2000-08-141-1/+1
* * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.law2000-08-061-201/+196
* Apply patch from Anthony Green to add java language support to Dwarf generation.nickc2000-08-031-1/+12
* * dce.c: Remove all uses of assert.mmitchel2000-08-031-10/+2
* * dwarf2out.c: Indent #error directive.ghazi2000-07-281-1/+1
* Fix dwarf2out abort found while compiling PlumHall on IA-64.wilson2000-07-281-1/+5
* * dwarf2out.c (gen_typedef_die): Abort if we get identicaljason2000-07-271-1/+5
* Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.nickc2000-07-261-1/+2
* * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined withoutjason2000-07-241-43/+45
* 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>oldham2000-07-221-1/+1
* revert accidental checkinjason2000-07-171-2/+1
* * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.mmitchel2000-07-161-1/+1
* * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFAjason2000-07-141-3/+16
* * dwarf2out.c (output_loc_operands): Don't abort on codes that havejason2000-06-301-5/+17
* * dwarf2out.c (output_loc_operands): Don't support >1 byte outputjason2000-06-281-11/+39
* tweakjason2000-06-271-0/+3
* * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Usejason2000-06-271-1/+4
* * dwarf2.h (enum dwarf_call_frame_info): Addjason2000-06-261-747/+999
* Vector support: type node creation & debugging supportcrux2000-06-251-0/+6
* Emit correct debug info for 64-bit signed enums on 64-bit host.wilson2000-06-081-3/+6
* Fix DWARF2 64-bit enum debugging support, for debugging IA-64 emacs bugs.wilson2000-06-081-8/+13
* Allow HIGH/LO_SUM in the prologuemeissner2000-05-311-0/+10
* * dwarf2out.c (gen_subprogram_die): Fixup die_parent for thejason2000-05-101-0/+5
* * toplev.c (debug_ignore_block): Return int.jason2000-05-021-19/+11
* * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,ghazi2000-04-261-32/+32
* * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.jason2000-04-261-11/+19
* Doc fix.jimb2000-04-191-1/+1
* * dwarf2out.c (DWARF2_ADDR_SIZE): New macro. Use it insteadjimb2000-04-191-28/+43
* * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now thatmmitchel2000-04-171-2/+2
* * dwarf2out.c (gen_enumeration_type_die): If enum has a negativejakub2000-03-291-2/+8
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-6/+6
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-3/+3
* Implement dwarf2 exception handling for the ARM.jason2000-03-231-22/+13
* * dwarf2out.c (dwarf2out_decl): Don't emit anything for typesjason2000-03-181-0/+4
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-171-60/+60
* * dwarf2out.c (add_name_and_src_coords_attributes): Only addjason2000-03-131-1/+1
* * except.c (can_throw): See through a SEQUENCE.jason2000-03-091-4/+5
* * dwarf2out.c (dw_fde_struct): Add 'nothrow'.jason2000-03-081-0/+19
* * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.jason2000-03-051-15/+22