aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-20tree.h (TYPE_REF_IS_RVALUE): Define.Jakub Jelinek1-3/+16
2010-04-19dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0 for -gdwarf-4.Jakub Jelinek1-0/+1
2010-04-19tree.h (ENUM_IS_SCOPED): Define.Jakub Jelinek1-0/+3
2010-04-16re PR debug/43762 (VLA artificial length var loclist is missing DW_OP_stack_v...Jakub Jelinek1-10/+15
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak1-15/+15
2010-04-07re PR debug/43628 (in-class func-ptr type parameter has unspecified DW_AT_type)Dodji Seketeli1-1/+2
2010-04-01dwarf2out.c (output_compilation_unit_header): For -gdwarf-4 use version 4 ins...Jakub Jelinek1-42/+53
2010-04-01re PR debug/43325 (C++ external inner reference does not override outer scope)Dodji Seketeli1-3/+3
2010-03-31dwarf2out.c (size_of_die): For -gdwarf-4 use uleb128 size instead of fixed 1 ...Jakub Jelinek1-5/+50
2010-03-27dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl instead of dwar...Jakub Jelinek1-9/+12
2010-03-26var-tracking.c (emit_note_insn_var_location): For one part notes with offset ...Jakub Jelinek1-6/+10
2010-03-26re PR debug/43540 (ICE: vector VEC(dw_cfi_ref,heap) grow domain error, in out...Jakub Jelinek1-7/+18
2010-03-24re PR debug/43508 (ICE when compiling SSE code with -ggdb)Jakub Jelinek1-0/+4
2010-03-18tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez1-4/+1
2010-03-15dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg has been set.Jakub Jelinek1-6/+6
2010-03-12re PR debug/43329 (Early inlining causes suboptimal debug info)Jakub Jelinek1-14/+15
2010-03-10re PR debug/43290 (ICE in dwarf2out_frame_debug_expr)Jakub Jelinek1-29/+22
2010-03-09re PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps)Jakub Jelinek1-0/+16
2010-03-03re PR debug/43237 (Wrong DW_AT_upper_bound)Jakub Jelinek1-12/+14
2010-02-18dwarf2out.c (add_var_loc_to_decl): Change last argument to rtx...Jakub Jelinek1-10/+17
2010-02-11dwarf2out.c (mem_loc_descriptor): Use DW_OP_deref_size if MEM's mode size isn...Jakub Jelinek1-51/+133
2010-02-10re PR debug/43010 (ICE with -femit-struct-debug-baseonly)Jakub Jelinek1-1/+3
2010-01-27dwarf2out.c (mem_loc_descriptor): Remove special casing of CONSTANT_POOL_ADDR...Jakub Jelinek1-31/+24
2010-01-20dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead of MOD...Jakub Jelinek1-4/+40
2010-01-17dwarf2out.c (mem_loc_descriptor): Don't ICE on {S,U}S_{PLUS,MINUS,NEG,ABS,ASH...Jakub Jelinek1-2/+11
2010-01-17re PR debug/42767 (ICE in mem_loc_descriptor)Jie Zhang1-1/+3
2009-12-23re PR debug/42454 (debug_ranges table contains empty range for unused .text s...Jakub Jelinek1-16/+29
2009-12-22re PR debug/42454 (debug_ranges table contains empty range for unused .text s...Cary Coutant1-4/+5
2009-12-17dwarf2out.c (loc_descriptor): For SYMBOL_REFs and LABEL_REFs use DW_OP_addr+D...Jakub Jelinek1-11/+21
2009-12-15tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther1-2/+4
2009-12-14re PR target/41473 (dsymutil "Assertion failed ...")Alexandre Oliva1-8/+35
2009-12-14re PR target/41473 (dsymutil "Assertion failed ...")Alexandre Oliva1-85/+75
2009-12-12tree.c (need_assembler_name_p): Abstract decls do not need an assembler name.Richard Guenther1-1/+2
2009-11-25re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-11/+16
2009-11-25Remove trailing white spaces.H.J. Lu1-14/+14
2009-11-24dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini1-1/+0
2009-11-24cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman1-6/+1
2009-11-19DR 176 permissivenessJason Merrill1-1/+1
2009-11-18dwarf2out.c (loc_list_from_tree): Don't call rtl_for_decl_location unnecessar...Jakub Jelinek1-3/+28
2009-11-13re PR c++/26965 (Unnecessary debug info for unused consts in C++)Jason Merrill1-22/+1
2009-11-10re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-46/+44
2009-10-29re PR debug/41700 (g++.dg/debug/dwarf2/icf.C)Cary Coutant1-21/+56
2009-10-28trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola1-2/+1
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+6
2009-10-26re PR debug/41828 (DW_AT_name should not be present for anonymous aggregates)Jakub Jelinek1-7/+27
2009-10-17re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+11
2009-10-16dwarf2out.c (mem_loc_descriptor): Cast DWARF2_ADDR_SIZE to int to avoid signe...Jakub Jelinek1-2/+2
2009-10-16re PR debug/41717 (internal compiler error: in expand_debug_expr)Jakub Jelinek1-11/+19
2009-10-15dwarf2out.c (dwarf_tag_name): Handle DW_TAG_rvalue_reference_type and DW_TAG_...Jakub Jelinek1-2/+40
2009-10-14re PR debug/41695 (Invalid .debug_loc created)Jakub Jelinek1-2/+1