aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-01This patch fixes a couple of ICEs when using -gsplit-dwarf.Cary Coutant1-14/+21
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-66/+58
2014-06-13Emit linkage names for inlined functions.Dehao Chen1-2/+1
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-8/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+3
2014-05-21PR debug/16063. Add DW_AT_type to DW_TAG_enumeration.Mark Wielaard1-0/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-39/+36
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-89/+270
2014-04-25Fix a few ICEs and other problems with -fdebug-types-sections.Cary Coutant1-17/+39
2014-04-17dwarf2out: Use normal constant values in bound_info if possible.Mark Wielaard1-12/+22
2014-04-15Add DW_AT_const_value as unsigned or int depending on type and value used.Mark Wielaard1-14/+15
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-14/+6
2014-04-04Fix PR debug/60655 - part 1Ramana Radhakrishnan1-1/+11
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini1-5/+7
2014-02-28re PR c++/60314 ([C++1y] ICE with decltype(auto) when generating debug inform...Paolo Carlini1-9/+19
2014-02-13re PR debug/60152 (multiple AT_calling_convention attributes generated after...Jakub Jelinek1-2/+3