aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-15/+15
2013-11-15dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.Richard Sandiford1-3/+2
2013-11-13re PR ada/35998 (debug info invalid x86_64 DW_AT_byte_size 0xffffffff)Eric Botcazou1-4/+7
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-22Add new option -ggnu-pubnames.Sterling Augustine1-25/+119
2013-10-04dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when discarding a l...Cary Coutant1-7/+21
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+8
2013-09-13dwarf2out.c (should_emit_struct_debug): Add check for type_decl variable is n...Evgeny Gavrin1-4/+8
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-3/+4
2013-08-13dwarf2out.c (CHECKSUM_BLOCK): New macro.Cary Coutant1-3/+11
2013-07-26dwarf2out.c (die_checksum_ordered): Don't include template instantiations in ...Cary Coutant1-30/+75
2013-07-25dwarf2out.c (size_of_pubnames): Move code to...Sterling Augustine1-21/+35
2013-07-22dwarf2out.c (die_odr_checksum): New function to use CHECKSUM_ macros and ULEB...Eric Christopher1-2/+10
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-07-02dwarf2out.c (loc_checksum): Call hash_loc_operands for a deterministic hash.Cary Coutant1-5/+11
2013-06-10dwarf2out.c (hash_external_ref): Use die_symbol or signature for hash so that...Cary Coutant1-1/+16
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-2/+2
2013-05-21dwarf2out.c (multiple_reg_loc_descriptor): Use dbx_reg_number for spanning re...Christian Bruel1-16/+17
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-213/+235
2013-04-242013-04-24 Sterling Augustine <saugustine@google.com>Sterling Augustine1-45/+123
2013-04-24dwarf2out.c (gen_enumeration_type_die): Fix HOST_BITS_PER_WIDE_INT dependency...Julian Brown1-4/+16
2013-04-18dwarf2out.c (output_pubnames): Check die_perennial_p of parent instead of die...Cary Coutant1-2/+4
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+16
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-3/+3
2013-03-21dwarf2out.c (size_of_aranges): Skip DECL_IGNORED_P functions.Mark Wielaard1-0/+2
2013-03-21re PR debug/55608 (Debug info quality regressions with file scope vars)Jakub Jelinek1-12/+209
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-5/+5
2013-03-16re PR debug/49090 (provide a way to recognize defaulted template parameters)Jason Merrill1-5/+13