aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-05re PR debug/55364 (ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with ...Sterling Augustine1-2/+0
2013-02-07Fix variable tracking for leaf functions on sparc.David S. Miller1-1/+10
2013-02-07re PR debug/56154 (Bad .debug_loc generated for some code)Jakub Jelinek1-1/+102
2013-02-04typoJason Merrill1-1/+1
2013-01-31re PR debug/55059 (DWARF missing concrete class definition)Paul Koning1-17/+6
2013-01-31re PR debug/54410 (doubled DW_TAG_template_type_param)Jason Merrill1-6/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-19re PR debug/55730 (ICE in mem_loc_descriptor, at dwarf2out.c:12725)Jakub Jelinek1-0/+1
2012-12-18re PR rtl-optimization/55717 (ICE in form_sum, at reload.c:5400)Jakub Jelinek1-11/+15
2012-12-10re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)Steve Ellcey1-5/+19
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-205/+172
2012-11-14re PR debug/55328 (ICE: in output_addr_table_entry, at dwarf2out.c:21780 with...Sterling Augustine1-0/+4
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-2/+2
2012-11-08re PR debug/53145 (gcc.dg/pch/save-temps-1.c)Jakub Jelinek1-9/+6
2012-11-07dwarf2out.c (output_comdat_type_unit): Check for OBJECT_FORMAT_ELF.Sterling Augustine1-0/+2
2012-11-06common.opt (gno-split-dwarf, [...]): New switches.Sterling Augustine1-218/+1235
2012-11-05re PR target/55194 (h8300 ICE during conftest in libgcc dwarf2out:7605)Jakub Jelinek1-6/+10
2012-10-26re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek1-1/+4
2012-10-25re PR debug/55063 (Thousands of failures in the libstdc++-v3 tests after revi...Cary Coutant1-1/+2
2012-10-23re PR debug/54508 (Wrong debug information emitted if data members not refere...Paul Koning1-2/+14
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+8
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher1-6/+2
2012-10-04re PR lto/47788 (New LTO failures)Richard Guenther1-3/+9
2012-10-02re PR debug/53135 (Duplicates cause size explosion (vta/dwarf))Alexandre Oliva1-0/+2
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+1
2012-09-11dwarf2out.c (dwarf2out_abstract_function): Do not change cfun.Martin Jambor1-10/+10
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-15/+15
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-20/+17