aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-15re PR debug/66535 (segfault in gen_subprogram_die after debug-early merge)Aldy Hernandez1-1/+2
2015-06-12* dwarf2out.c (check_die): Protect with ENABLE_CHECKING.Aldy Hernandez1-0/+2
2015-06-11re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)Aldy Hernandez1-19/+66
2015-06-11dwarf2out.c (prune_unused_types): Handle unused top-level limbo dies.Jason Merrill1-2/+11
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+27
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-06* dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.Aldy Hernandez1-7/+7
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-276/+753
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-02re PR debug/65549 (crash in htab_hash_string with -flto -g)Richard Biener1-3/+35
2015-05-27dwarf2out.c: Remove block_map.Aldy Hernandez1-18/+3
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-2/+2
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-15/+18
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-05-05Fix gdb.cp/anon-struct.cc with -std=c++11.Jason Merrill1-0/+4
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-6/+6
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka1-0/+5
2015-04-28add default for PCC_BITFIELD_TYPE_MATTERSTrevor Saunders1-2/+0
2015-04-20re PR debug/65807 (ICE () on powerpc64le-linux-gnu)Jakub Jelinek1-0/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-42/+44
2015-04-17re PR debug/65771 (ICE (in loc_list_from_tree, at dwarf2out.c:14964) on arm-l...Jakub Jelinek1-1/+6
2015-04-17re PR debug/65771 (ICE (in loc_list_from_tree, at dwarf2out.c:14964) on arm-l...Jakub Jelinek1-0/+1
2015-02-26re PR debug/46102 (ICE: SIGSEGV in dwarf2out_finish (dwarf2out.c:8490) with -...Aldy Hernandez1-0/+8
2015-02-13re PR lto/65015 (LTO produces randomly ordered debug information)Richard Biener1-2/+7
2015-02-12dwarf2out.c (output_die): Use "%s", name instead of name to avoid -Wformat-se...Jakub Jelinek1-2/+2
2015-02-12dwarf2asm.c (dw2_asm_output_vms_delta): Only define if ASM_OUTPUT_DWARF_VMS_D...Jakub Jelinek1-0/+6
2015-02-11re PR lto/65015 (LTO produces randomly ordered debug information)Richard Biener1-0/+2
2015-02-06re PR middle-end/64937 (compare debug failure with -fsanitize=address)Jakub Jelinek1-24/+41
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek1-4/+19
2015-01-28re PR other/63504 (Issues found by --enable-checking=valgrind)Jakub Jelinek1-8/+17
2015-01-20re PR debug/64663 (ICE at -O1 and above with -g enabled on x86_64-linux-gnu)Jakub Jelinek1-8/+8
2015-01-17dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.Jan Kratochvil1-0/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17dwarf2out.c: do not short-circuit add_bound_info in array descr. lang-hookPierre-Marie de Rodat1-275/+300
2014-12-17Add a few debug utilities for DWARF expressionsPierre-Marie de Rodat1-102/+176
2014-12-17Enable the array descr language hook for all DWARF versionsPierre-Marie de Rodat1-15/+21
2014-12-17Complete information generated through the array descriptor language hookPierre-Marie de Rodat1-18/+34
2014-12-11dwarf2out.c (gen_lexical_block_die): Remove unused `depth' parameter.Aldy Hernandez1-16/+16
2014-12-08DWARFv5 Emit DW_TAG_atomic_type for C11 _Atomic.Mark Wielaard1-1/+6
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+2
2014-11-27* dwarf2out.c (set_block_origin_self): Skip nested functions.Eric Botcazou1-2/+5
2014-11-26PR debug/38757 continued. Handle C11, C++11 and C++14.Mark Wielaard1-9/+36
2014-11-26DWARF add DW_AT_noreturn on noreturn function subprogram.Mark Wielaard1-0/+3
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-6/+48
2014-11-19PR jit/63854: Don't leak producer_string in dwarf2out.cDavid Malcolm1-0/+2
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-12/+26
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-41/+41