aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-29re PR c++/58561 ([c++11] ICE using declaration of function with auto in retur...Paolo Carlini1-15/+26
2014-01-28re PR c++/53756 ([C++1y] ICE: in gen_type_die_with_usage, at dwarf2out.c:1877...Jason Merrill1-0/+29
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-4/+4
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-2/+2
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-1/+52
2013-12-02dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset when...Sterling Augustine1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-6/+2
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-3/+3
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+1
2013-11-22add auto_vecTrevor Saunders1-2/+1
2013-11-21Add minimal line tables at -g1.Cary Coutant1-17/+23
2013-11-20dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE.Ilya Enkovich1-2/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-1/+7
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-20/+20
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-5/+5