summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-08-25 Richard Biener <rguenther@suse.de>rguenth2016-08-251-5/+4
* DWARF: do not emit DW_TAG_variable to materialize DWARF procedurespmderodat2016-08-181-14/+2
* * dwarf2.def (DW_AT_string_length_bit_size,jakub2016-08-151-7/+23
* PR debug/71906jakub2016-08-151-7/+310
* PR c/7652mpolacek2016-08-121-3/+4
* [PR63240] generate debug info for defaulted member functionsaoliva2016-08-121-3/+46
* [PR55641] drop spurious const_type from reference_type variablesaoliva2016-08-121-0/+4
* [PR49366] emit loc exprs for C++ non-virtual pmf template value parmsaoliva2016-08-121-1/+92
* PR debug/71855aldyh2016-07-191-5/+8
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-1/+1
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-3/+3
* * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() innickc2016-06-221-41/+37
* * dwarf2out.c (cur_line_info_table): Add GTY marker.nathan2016-05-311-1/+1
* 2016-05-11 Richard Biener <rguenther@suse.de>rguenth2016-05-111-4/+6
* DWARF: fix stack usage assessment for DW_OP_negpmderodat2016-05-101-1/+1
* DWARF: add abstract origin links on lexical blocks DIEspmderodat2016-05-101-3/+10
* 2016-05-06 Richard Biener <rguenther@suse.de>rguenth2016-05-061-1/+1
* Fix a typo in dwarf2out.c:resolve_args_picking_1pmderodat2016-05-031-1/+1
* DWARF: turn dw_loc_descr_node field into hash map for frame offset checkpmderodat2016-04-271-18/+19
* 2016-03-17 Richard Biener <rguenther@suse.de>rguenth2016-03-171-9/+7
* PR bootstrap/69513ebotcazou2016-03-151-5/+6
* PR debug/69947jakub2016-03-041-0/+18
* Replace ENABLE_CHECKING with CHECKING_P in dwarf2outmarxin2016-02-261-3/+3
* PR debug/69705jakub2016-02-241-5/+7
* 2016-01-25 Richard Biener <rguenther@suse.de>rguenth2016-01-251-0/+1
* PR debug/66668jakub2016-01-221-12/+136
* * dwarf2out.c (need_endianity_attribute_p): New inline predicate.ebotcazou2016-01-191-46/+83
* 2016-01-15 Richard Biener <rguenther@suse.de>rguenth2016-01-151-16/+22
* PR debug/69244jakub2016-01-141-0/+7
* Update copyright years.jakub2016-01-041-1/+1
* DWARF: allow dynamic data member offsets for inheritance infopmderodat2015-12-211-11/+11
* Ignore -fdebug-prefix-map in producer string (by Daniel Kahn Gillmor)bernds2015-12-181-0/+1
* DWARF: add a language hook for scalar biased typespmderodat2015-12-171-3/+24
* DWARF: create a macro for max dimensions for array descr. lang. hookpmderodat2015-12-171-0/+4
* DWARF: add a language hook for fixed-point typespmderodat2015-12-171-0/+52
* DWARF: add a language hook to override types in debugging informationpmderodat2015-12-171-0/+21
* DWARF: handle variable-length records and variant partspmderodat2015-12-171-113/+1849
* * tree.c (free_lang_data_in_type, find_decls_types_r): Also freehubicka2015-12-121-5/+4
* Track indirect calls for call site information in debug infopmderodat2015-12-021-21/+76
* 2015-11-30 Richard Biener <rguenther@suse.de>rguenth2015-11-301-2/+3
* DWARF: fix loc. descr. generation for DW_AT_static_linkpmderodat2015-11-261-3/+17
* DWARF: materialize subprogram renamings in Ada as imported declarationspmderodat2015-11-241-1/+5
* Add hook for modifying debug info for address spacesrth2015-11-091-19/+29
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-10/+11
* PR debug/66728mrs2015-11-061-6/+13
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-9/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-13/+11
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-42/+34
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-051-3/+1
* * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.dje2015-09-261-37/+70