aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-21[PR63238] include alignment debug information in DIE checksumAlexandre Oliva1-0/+5
2017-03-06re PR c++/79821 (SEGV in cc1plus compiling 64-bit stdc++.h.gch/O2g.gch)Jakub Jelinek1-3/+3
2017-02-25re PR debug/77589 (fortran: Missing DW_AT_byte_stride for an array record fie...Jakub Jelinek1-142/+495
2017-02-22dwarf2out.c (gen_variable_die): For -gdwarf-5...Jakub Jelinek1-6/+9
2017-02-18final.c (last_columnnum, [...]): New variables.Jakub Jelinek1-7/+27
2017-02-18common.opt (gno-column-info, [...]): New options.Jakub Jelinek1-6/+32
2017-01-31[PR63238] output alignment debug informationAlexandre Oliva1-6/+70
2017-01-30re PR debug/79289 (DWARF info for typeof of C function with no args and no pr...Ian Lance Taylor1-2/+7
2017-01-26re PR c++/79129 (ICE with -fdebug-types-section starting with r240578)Jakub Jelinek1-0/+14
2017-01-26re PR debug/78835 (ICE with -fdebug-types-section and member function)Jakub Jelinek1-10/+40
2017-01-24dwarf2out.c (output_compilation_unit_header, [...]): Avoid -Wformat-security ...Jakub Jelinek1-4/+7
2017-01-17re PR debug/78839 (DWARF output different between GCC 5 and 6)Jakub Jelinek1-20/+25
2017-01-17re PR debug/71669 (DW_AT_data_bit_offset is not emitted for dwarf4 and above)Jakub Jelinek1-0/+17
2017-01-11dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease by 12.Jakub Jelinek1-20/+17
2017-01-09re PR debug/79000 (ICE: in gen_member_die, at dwarf2out.c:23995)Richard Biener1-1/+23
2017-01-04dwarf2out.c (output_loc_list): Don't throw away 64K+ location descriptions fo...Jakub Jelinek1-5/+8
2017-01-03DWARF: add DW_AT_encoding attributes for DW_TAG_enumeration_type DIEsPierre-Marie de Rodat1-0/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01dwarf2out.c: fix jit issue with early_dwarf_finishedDavid Malcolm1-0/+3
2016-12-01re PR debug/78587 (dwarf2out.c:1517:45: runtime error: negation of -922337203...Jakub Jelinek1-3/+4
2016-11-18re PR debug/78191 (ICE in calc_die_sizes)Jakub Jelinek1-10/+30
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford1-5/+5
2016-11-15Fix a GET_MODE_CLASS typo in mem_loc_descriptorRichard Sandiford1-1/+1
2016-11-14remove conditional compilation of HAVE_AS_LEB128 codeTrevor Saunders1-79/+74
2016-11-10debug/78112: remove recent duplicates for DW_TAG_subprogram attributesPierre-Marie de Rodat1-4/+4
2016-11-03re PR debug/28767 (GCC should output DW_TAG_ptr_to_member for member functions)Jakub Jelinek1-14/+67
2016-11-03[DWARF] Enable DW_CFA_VAL_EXPRESSION supportJiong Wang1-0/+42
2016-11-01dwarf2out.c (gen_variable_die): Remove again origin_die variable and its init...Jakub Jelinek1-2/+1
2016-11-01Fix dwarf2out.c non-HAVE_AS_LEB128 bootstrap failureRainer Orth1-1/+3
2016-11-01dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME argumen...Jakub Jelinek1-5/+45
2016-11-01tree.h (BLOCK_IN_COLD_SECTION_P): Define.Jakub Jelinek1-40/+293
2016-10-31dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.Jan Kratochvil1-3/+6
2016-10-31dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.Jakub Jelinek1-38/+99
2016-10-31dwarf2out.c (debug_line_str_section): New variable.Jakub Jelinek1-41/+263
2016-10-31re PR debug/77315 (emit DW_OP_form_tls_address)Tom Tromey1-4/+12
2016-10-31dwarf2out.h (struct dw_loc_descr_node): Adjust comment for frame_offset_rel bit.Jakub Jelinek1-21/+105
2016-10-31dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.Jakub Jelinek1-71/+347
2016-10-31dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.Jakub Jelinek1-7/+20
2016-10-31dwarf2out.c (dwarf_op): Renamed to ...Jakub Jelinek1-46/+137
2016-10-31dwarf2out.c (dwarf_op): New function.Jakub Jelinek1-54/+176
2016-10-31dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit...Jakub Jelinek1-45/+269
2016-10-31dwarf2out.c (dwarf2out_define, [...]): Replace DW_MACRO_GNU_* constants with ...Jakub Jelinek1-37/+39
2016-10-27dwarf2out.c (gen_member_die): Only reparent_child instead of splice_child_die...Jakub Jelinek1-1/+2
2016-10-24dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or DW_AT_rvalue_referen...Jakub Jelinek1-0/+15
2016-10-24re PR debug/77985 (DW_AT_comp_dir is omitted when filename is absolute and th...Ximin Luo1-24/+2
2016-10-21dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.Jakub Jelinek1-68/+24
2016-10-21dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute if needed.Jakub Jelinek1-1/+10
2016-10-20cgraphunit.c (analyze_functions): Set node->definition to false to signal sym...Richard Biener1-11/+7
2016-10-17langhooks.h (struct lang_hooks_for_decls): Remove function_decl_explicit_p...Jakub Jelinek1-39/+26
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill1-1/+12