aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-13* dwarf2out.c (mem_loc_descriptor): Accept UNGT as well.Eric Botcazou1-0/+1
2009-10-12Candidate fix for PR c++/41570Dodji Seketeli1-8/+3
2009-10-09re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-3/+1
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+301
2009-10-07dwarf2out.c (tree_add_const_value_attribute_for_decl): Don't add DW_AT_const_...Jakub Jelinek1-0/+4
2009-10-05dwarf2out.c (modified_type_die): Don't add DW_AT_name to DW_TAG_{const,volati...Jakub Jelinek1-3/+9
2009-10-05re PR debug/41558 (gfortran -O code excessive DW_OP_deref's)Jakub Jelinek1-101/+84
2009-10-02Add support for comdat type sections for DWARF v4.Cary Coutant1-44/+1572
2009-10-02re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+20
2009-10-02re PR bootstrap/41404 (expr.c undefined reference while linking jc1)Jakub Jelinek1-8/+148
2009-09-29re PR debug/41438 (VTA: libgomp build fails due to inconsistent debug info)Jakub Jelinek1-8/+75
2009-09-27dwarf2out.c (enum dw_val_class): Replace dw_val_class_long_long with dw_val_c...Eric Botcazou1-52/+88
2009-09-26DWARF for Template parm pack is a gnu extension.Dodji Seketeli1-11/+11
2009-09-25dwarf2out.c (tls_mem_loc_descriptor): Pass 1 instead of 2 to loc_descriptor_f...Jakub Jelinek1-2/+2
2009-09-24re PR bootstrap/41457 (Bootstrap failure at revision 152100)Jakub Jelinek1-8/+6
2009-09-23re PR debug/41439 (choose DW_OP_stack_value over DW_OP_implicit_value more of...Jakub Jelinek1-21/+5
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-1/+50
2009-09-23re PR debug/41411 (ICE: mem_loc_descriptor, at dwarf2out.c:11616)Jakub Jelinek1-3/+5
2009-09-22re PR debug/41266 (Emit DW_TAG_template_parameter_pack and DW_TAG_formal_para...Dodji Seketeli1-81/+164
2009-09-22re PR bootstrap/41405 (Bootstrap fails on *-apple-darwin* due to revision 151...Jakub Jelinek1-33/+73
2009-09-22dwarf2out.c (address_of_int_loc_descriptor): Avoid signed/unsigned comparison...Jakub Jelinek1-1/+1
2009-09-22re PR bootstrap/41404 (expr.c undefined reference while linking jc1)Dave Korn1-3/+2
2009-09-21inline-params.c: New testcase.Jan Hubicka1-1/+10
2009-09-20dwarf2out.c (add_const_value_attribute): Return true if successful.Jan Hubicka1-226/+295
2009-09-19re PR bootstrap/41397 (RTL checking failure compiling libiberty)Jakub Jelinek1-2/+2
2009-09-17dwarf2out.c (loc_descriptor): Emit DW_OP_stack_value and DW_OP_implicit_value...Alexandre Oliva1-7/+5