aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-02Track indirect calls for call site information in debug infoPierre-Marie de Rodat1-21/+76
2015-11-30re PR c/68162 (Incompatible pointer type using a typedef)Richard Biener1-2/+3
2015-11-26DWARF: fix loc. descr. generation for DW_AT_static_linkPierre-Marie de Rodat1-3/+17
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationsPierre-Marie de Rodat1-1/+5
2015-11-09Add hook for modifying debug info for address spacesRichard Henderson1-19/+29
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-10/+11
2015-11-06re PR debug/66728 (CONST_WIDE_INT causes corrupted DWARF debug info)Mike Stump1-6/+13
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-42/+34
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-3/+1
2015-09-26dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.David Edelsohn1-37/+70
2015-09-21re PR debug/67664 (Duplicate AT_const_value attributes in some c++ cases.)Richard Biener1-10/+8
2015-09-18dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to "back" para...David Edelsohn1-4/+2
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie1-17/+18
2015-09-18dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert we're in earl...Richard Biener1-3/+25
2015-09-18dwarf2out.c (add_location_or_const_value_attribute): Do nothing in early-dwarf.Richard Biener1-0/+3
2015-09-17passes.c (rest_of_decl_compilation): Always call early_global_decl debug hook...Richard Biener1-6/+12
2015-09-13dwarf2out.c: remove typedefs that hide pointernessTrevor Saunders1-177/+163
2015-09-03dwarf2out.c (flush_limbo_die_list): Split out from ...Richard Biener1-52/+64
2015-08-19remove useless typedefsTrevor Saunders1-3/+2
2015-08-14Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptxThomas Schwinge1-0/+43
2015-07-27re PR lto/66468 (ICE in in check_die, at dwarf2out.c:5719)Jason Merrill1-0/+4
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-2/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-7/+7
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-5/+2
2015-06-25hash-table.h: Update comments.Richard Sandiford1-9/+3
2015-06-24* dwarf2out.c (gen_formal_parameter_die): Remove assert.Aldy Hernandez1-7/+3
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