summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2012-04-111-0/+1
* * dwarf2out.c (gen_variable_die): Initialize off.rth2012-03-301-1/+1
* * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.ebotcazou2012-03-191-7/+5
* 2012-03-15 Tristan Gingold <gingold@adacore.com>gingold2012-03-151-1/+1
* Remove MIPS_DEBUGGING_INFO supportro2012-03-141-60/+0
* PR debug/51902jakub2012-03-051-1/+53
* * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type andebotcazou2012-02-291-19/+17
* PR debug/52260jakub2012-02-161-8/+8
* PR debug/51950jakub2012-02-141-1/+31
* PR debug/52027jakub2012-01-301-1/+2
* PR target/51957jakub2012-01-241-0/+7
* 2012-01-19 Cary Coutant <ccoutant@google.com>ccoutant2012-01-201-18/+43
* PR debug/51695jakub2012-01-041-1/+7
* Fix up last commit.jakub2012-01-031-4/+1
* PR pch/51722jakub2012-01-031-18/+7
* 2012-01-03 Richard Guenther <rguenther@suse.de>rguenth2012-01-031-9/+2
* * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Go for Go.ian2011-12-291-0/+5
* 2011-12-20 Richard Guenther <rguenther@suse.de>rguenth2011-12-201-1/+8
* 2011-12-16 Richard Guenther <rguenther@suse.de>rguenth2011-12-161-2/+3
* * final.c, output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul):jason2011-11-111-4/+19
* PR debug/50983jason2011-11-101-0/+4
* PR tree-optimization/50693jakub2011-11-051-0/+8
* Invalidate cached next real insn in dwarf2out_end_epilogue().davem2011-10-311-1/+2
* Handle many consecutive location notes more efficiently in dwarf2.davem2011-10-311-2/+32
* * dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarilyebotcazou2011-10-251-0/+4
* * dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode asjakub2011-10-191-1/+2
* PR debug/50191jakub2011-09-071-7/+11
* * dwarf2out.c (resolve_addr): For -gdwarf-2 don'tjakub2011-07-281-7/+20
* PR debug/49871jakub2011-07-281-3/+26
* * dwarf2out.c (output_macinfo_op): Ensure fd->filename pointsjakub2011-07-271-0/+1
* * dwarf2out.c (output_macinfo_op): Ensure fd->filename pointsjakub2011-07-261-11/+15
* dwarf2cfi: Implement change_cfi_row.rth2011-07-231-39/+120
* * dwarf2.h (DW_AT_GNU_macros): New.jakub2011-07-221-31/+382
* PR other/32998jakub2011-07-221-15/+124
* gcc/rsandifo2011-07-191-3/+3
* gcc/rsandifo2011-07-191-1/+1
* PR target/49713rth2011-07-121-5/+5
* * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.rth2011-07-111-2/+2
* PR debug/49676jakub2011-07-111-13/+159
* dwarf2: Move CFI output routines to dwarf2cfi.c.rth2011-07-091-630/+8
* dwarf2: Reduce some redundant definitions.rth2011-07-091-37/+0
* dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.rth2011-07-091-4/+4
* Move ASM_COMMENT_START to defaults.h.rth2011-07-091-15/+0
* PR debug/49676jakub2011-07-091-19/+50
* Dump NOTE_INSN_CFI notes.rth2011-07-081-28/+50
* dwarf2: Extract cfi creation to a new pass.rth2011-07-081-3/+8
* dwarf2out: Convert fde_table to a VEC.rth2011-07-071-106/+66
* dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.rth2011-07-071-5/+2
* dwarf2out: Move insn scanning out of final.c.rth2011-07-071-1/+7
* dwarf2out: Split CFI construction routines into a new file.rth2011-07-071-2768/+77