aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17dwarf2out.c: do not short-circuit add_bound_info in array descr. lang-hookPierre-Marie de Rodat1-275/+300
2014-12-17Add a few debug utilities for DWARF expressionsPierre-Marie de Rodat1-102/+176
2014-12-17Enable the array descr language hook for all DWARF versionsPierre-Marie de Rodat1-15/+21
2014-12-17Complete information generated through the array descriptor language hookPierre-Marie de Rodat1-18/+34
2014-12-11dwarf2out.c (gen_lexical_block_die): Remove unused `depth' parameter.Aldy Hernandez1-16/+16
2014-12-08DWARFv5 Emit DW_TAG_atomic_type for C11 _Atomic.Mark Wielaard1-1/+6
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+2
2014-11-27* dwarf2out.c (set_block_origin_self): Skip nested functions.Eric Botcazou1-2/+5
2014-11-26PR debug/38757 continued. Handle C11, C++11 and C++14.Mark Wielaard1-9/+36
2014-11-26DWARF add DW_AT_noreturn on noreturn function subprogram.Mark Wielaard1-0/+3
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-6/+48
2014-11-19PR jit/63854: Don't leak producer_string in dwarf2out.cDavid Malcolm1-0/+2
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-12/+26
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-41/+41
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-25dwarf2out.c (declare_in_namespace): Only emit external declarations in the lo...Aldy Hernandez1-0/+20
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+86
2014-10-16function.h: Flatten file.Andrew MacLeod1-3/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-193/+200
2014-10-07dwarf2out.c: Remove current_function_has_inlines.Aldy Hernandez1-5/+0
2014-10-05PR debug/63239 Add DWARF representation for C++11 deleted member function.Mark Wielaard1-0/+6
2014-10-01re PR debug/63342 (ICE in loc_list_from_tree, at dwarf2out.c:14698)Jakub Jelinek1-2/+9
2014-09-25[multiple changes]Andreas Krebbel1-30/+66
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-19/+19
2014-09-19dwarf2out.c (decl_ultimate_origin): Update comment.Aldy Hernandez1-2/+1
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm1-2/+3
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-264/+49
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-11/+45
2014-09-04dwarf2out.c (struct die_struct): Add dumped_early field.Aldy Hernandez1-39/+64
2014-09-04Make output_die() output the parent DIE for each DIE.Aldy Hernandez1-2/+3
2014-09-04Make gen_formal_parameter_die() merge DIEs from a previous execution.Aldy Hernandez1-7/+60
2014-09-04dearly: Emit DIEs for decls early in the compilation process.Aldy Hernandez1-9/+111
2014-09-04re PR debug/60655 (ICE: output_operand: invalid expression as operand)Alan Modra1-1/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-6/+4
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-1/+2
2014-08-28dwarf2out.c (resolve_one_addr): Remove unused data parameter.Richard Sandiford1-20/+24
2014-08-28dwarf2out.c: Include rtl-iter.h.Richard Sandiford1-17/+20
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-1/+1
2014-08-26dwarf2out.h (dwarf2out_decl): Remove prototype.Aldy Hernandez1-1/+2
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-25c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -s...Jason Merrill1-2/+2
2014-08-22dwarf2out.c: Use rtx_insnDavid Malcolm1-11/+11
2014-08-21Debug hooks: use rtx_insn and rtx_code_labelDavid Malcolm1-3/+3
2014-08-19Emit DW_tag_restrict_type for restrict-qualified pointers.Mark Wielaard1-8/+25
2014-08-19dwarf2out.c: Pass one cv_quals argument instead of two for const and volatile.Mark Wielaard1-67/+87
2014-08-08Remove skeleton type units that were being produced with -gsplit-dwarf.Cary Coutant1-55/+0
2014-08-01RTL & dwarf2out changesAndi Kleen1-60/+65