aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)Author
2016-07-07Backport PRs 70022, 70484, 70931, 71452Richard Biener
2015-06-11re PR debug/66503 (missing DW_AT_abstract_origin for cross-unit call sites)Richard Biener
2015-06-03Backport PRs 62031, 65518, 65549, 66123, 66251, 66272Richard Biener
2015-02-24backport: [multiple changes]Richard Biener
2015-02-01backport: re PR debug/64663 (ICE at -O1 and above with -g enabled on x86_64-l...Jakub Jelinek
2014-10-01re PR debug/63342 (ICE in loc_list_from_tree, at dwarf2out.c:14698)Jakub Jelinek
2014-09-10re PR debug/60655 (ICE: output_operand: invalid expression as operand)Alan Modra
2014-07-10Fix a couple of ICEs when using -gsplit-dwarf.Cary Coutant
2014-04-04Fix PR debug/60655 - part 1Ramana Radhakrishnan
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini
2014-02-28re PR c++/60314 ([C++1y] ICE with decltype(auto) when generating debug inform...Paolo Carlini
2014-02-13re PR debug/60152 (multiple AT_calling_convention attributes generated after...Jakub Jelinek
2014-01-29re PR c++/58561 ([c++11] ICE using declaration of function with auto in retur...Paolo Carlini
2014-01-28re PR c++/53756 ([C++1y] ICE: in gen_type_die_with_usage, at dwarf2out.c:1877...Jason Merrill
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus
2013-12-02dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset when...Sterling Augustine
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22add auto_vecTrevor Saunders
2013-11-21Add minimal line tables at -g1.Cary Coutant
2013-11-20dbxout.c (dbxout_type): Ignore POINTER_BOUNDS_TYPE.Ilya Enkovich
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-15dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.Richard Sandiford
2013-11-13re PR ada/35998 (debug info invalid x86_64 DW_AT_byte_size 0xffffffff)Eric Botcazou
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-22Add new option -ggnu-pubnames.Sterling Augustine
2013-10-04dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when discarding a l...Cary Coutant
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-13dwarf2out.c (should_emit_struct_debug): Add check for type_decl variable is n...Evgeny Gavrin
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford
2013-08-13dwarf2out.c (CHECKSUM_BLOCK): New macro.Cary Coutant
2013-07-26dwarf2out.c (die_checksum_ordered): Don't include template instantiations in ...Cary Coutant
2013-07-25dwarf2out.c (size_of_pubnames): Move code to...Sterling Augustine
2013-07-22dwarf2out.c (die_odr_checksum): New function to use CHECKSUM_ macros and ULEB...Eric Christopher
2013-07-21Fix typos.Ondřej Bílka
2013-07-02dwarf2out.c (loc_checksum): Call hash_loc_operands for a deterministic hash.Cary Coutant
2013-06-10dwarf2out.c (hash_external_ref): Use die_symbol or signature for hash so that...Cary Coutant
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka