summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression force using DW_CFA_d...Jakub Jelinek2010-04-271-2/+3
* re PR debug/40040 (gfortran invalid DW_AT_location for overridable variables)Jakub Jelinek2010-04-211-2/+1
* dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.Jakub Jelinek2010-04-211-18/+72
* dwarf2out.c (output_call_frame_info): For dw_cie_version >= 4 add also addres...Jakub Jelinek2010-04-211-0/+5
* dwarf2out.c (AT_linkage_name): Define.Jakub Jelinek2010-04-201-6/+12
* tree.h (TYPE_REF_IS_RVALUE): Define.Jakub Jelinek2010-04-201-3/+16
* dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0 for -gdwarf-4.Jakub Jelinek2010-04-191-0/+1
* tree.h (ENUM_IS_SCOPED): Define.Jakub Jelinek2010-04-191-0/+3
* re PR debug/43762 (VLA artificial length var loclist is missing DW_OP_stack_v...Jakub Jelinek2010-04-161-10/+15
* df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak2010-04-141-15/+15
* re PR debug/43628 (in-class func-ptr type parameter has unspecified DW_AT_type)Dodji Seketeli2010-04-071-1/+2
* dwarf2out.c (output_compilation_unit_header): For -gdwarf-4 use version 4 ins...Jakub Jelinek2010-04-011-42/+53
* re PR debug/43325 (C++ external inner reference does not override outer scope)Dodji Seketeli2010-04-011-3/+3
* dwarf2out.c (size_of_die): For -gdwarf-4 use uleb128 size instead of fixed 1 ...Jakub Jelinek2010-03-311-5/+50
* dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl instead of dwar...Jakub Jelinek2010-03-271-9/+12
* var-tracking.c (emit_note_insn_var_location): For one part notes with offset ...Jakub Jelinek2010-03-261-6/+10
* re PR debug/43540 (ICE: vector VEC(dw_cfi_ref,heap) grow domain error, in out...Jakub Jelinek2010-03-261-7/+18
* re PR debug/43508 (ICE when compiling SSE code with -ggdb)Jakub Jelinek2010-03-241-0/+4
* tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez2010-03-181-4/+1
* dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg has been set.Jakub Jelinek2010-03-151-6/+6
* re PR debug/43329 (Early inlining causes suboptimal debug info)Jakub Jelinek2010-03-121-14/+15
* re PR debug/43290 (ICE in dwarf2out_frame_debug_expr)Jakub Jelinek2010-03-101-29/+22
* re PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)Jakub Jelinek2010-03-091-0/+16
* re PR debug/43237 (Wrong DW_AT_upper_bound)Jakub Jelinek2010-03-031-12/+14
* dwarf2out.c (add_var_loc_to_decl): Change last argument to rtx...Jakub Jelinek2010-02-181-10/+17
* dwarf2out.c (mem_loc_descriptor): Use DW_OP_deref_size if MEM's mode size isn...Jakub Jelinek2010-02-111-51/+133
* re PR debug/43010 (ICE with -femit-struct-debug-baseonly)Jakub Jelinek2010-02-101-1/+3
* dwarf2out.c (mem_loc_descriptor): Remove special casing of CONSTANT_POOL_ADDR...Jakub Jelinek2010-01-271-31/+24
* dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead of MOD...Jakub Jelinek2010-01-201-4/+40
* dwarf2out.c (mem_loc_descriptor): Don't ICE on {S,U}S_{PLUS,MINUS,NEG,ABS,ASH...Jakub Jelinek2010-01-171-2/+11
* re PR debug/42767 (ICE in mem_loc_descriptor)Jie Zhang2010-01-171-1/+3
* re PR debug/42454 (debug_ranges table contains empty range for unused .text s...Jakub Jelinek2009-12-231-16/+29
* re PR debug/42454 (debug_ranges table contains empty range for unused .text s...Cary Coutant2009-12-221-4/+5
* dwarf2out.c (loc_descriptor): For SYMBOL_REFs and LABEL_REFs use DW_OP_addr+D...Jakub Jelinek2009-12-171-11/+21
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-151-2/+4
* re PR target/41473 (dsymutil "Assertion failed ...")Alexandre Oliva2009-12-141-8/+35
* re PR target/41473 (dsymutil "Assertion failed ...")Alexandre Oliva2009-12-141-85/+75
* tree.c (need_assembler_name_p): Abstract decls do not need an assembler name.Richard Guenther2009-12-121-1/+2
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-251-11/+16
* Remove trailing white spaces.H.J. Lu2009-11-251-14/+14
* dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini2009-11-241-1/+0
* cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman2009-11-241-6/+1
* DR 176 permissivenessJason Merrill2009-11-191-1/+1
* dwarf2out.c (loc_list_from_tree): Don't call rtl_for_decl_location unnecessar...Jakub Jelinek2009-11-181-3/+28
* re PR c++/26965 (Unnecessary debug info for unused consts in C++)Jason Merrill2009-11-131-22/+1
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-101-46/+44
* re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant2009-10-291-21/+56
* trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola2009-10-281-2/+1
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+6