aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-10* dwarf2out.c (struct die_struct): Move die_tag to the end.Nathan Froyd1-1/+1
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd1-1/+1
2010-08-05re PR target/45189 (New stack alignment test failures)Richard Henderson1-4/+8
2010-08-04Describe unwinding for realigned frames explicitly.Richard Henderson1-2/+49
2010-08-04Eliminate most of the conditional compilation from dwarf2out.c.Richard Henderson1-89/+5
2010-08-04re PR debug/45171 (Invalid DWARF...DIE 0x00006a1d has multiple AT_byte_size ...Richard Henderson1-15/+17
2010-07-29re PR debug/45110 (GCC does not emit DW_AT_object_pointer)Jakub Jelinek1-12/+30
2010-07-28re PR debug/45103 (DW_OP_reg* has too large valid range for noreturn funcs)Jakub Jelinek1-1/+1
2010-07-27dwarf2out.c (add_data_member_location_attribute): Use add_AT_unsigned instead...Jakub Jelinek1-1/+4
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-1/+5
2010-07-23tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek1-2/+6
2010-07-23dwarf2out.c (dwarf2out_frame_debug): Check for queued saves again after proce...Daniel Jacobowitz1-0/+6
2010-07-22re PR debug/45024 (wrong nesting for inner template class)Dodji Seketeli1-1/+5
2010-07-21re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries)Jakub Jelinek1-5/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-9/+9
2010-07-08dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u instead of DW_OP_addr ...Jakub Jelinek1-4/+29
2010-07-08dwarf2out.c (AT_linkage_name): Delete.Eric Botcazou1-10/+23
2010-07-07tm.texi: Update.Tom Tromey1-5/+11
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener1-3/+2
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+0
2010-07-01re PR debug/44694 (Long var tracking compile time of GiNaC tests)Jakub Jelinek1-0/+20
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+5
2010-06-29re PR debug/44668 (class->DW_TAG_typedef is missing DW_AT_accessibility)Jakub Jelinek1-14/+24
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-3/+4
2010-06-25dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.Douglas B Rupp1-0/+33
2010-06-22dwarf2out.c (is_nested_in_subprogram): New function.Cary Coutant1-5/+29
2010-06-21dwarf2out.c (add_linkage_name): New function.Jakub Jelinek1-20/+32
2010-06-21dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.Jakub Jelinek1-0/+14
2010-06-17re PR debug/44572 (dwarf2out.c:22403:1: error: (near initialization for 'dwar...Jakub Jelinek1-0/+1
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp1-4/+163
2010-06-11Fix MIPS bootstrapDodji Seketeli1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-28/+33
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-55/+142
2010-05-30dwarf2out.c (reference_to_unused, [...]): Avoid creating of new varool nodes.Jan Hubicka1-4/+4
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-29basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd1-1/+1
2010-05-28re PR debug/41048 (bad DW_AT_data_member_location from g++)Jakub Jelinek1-78/+96
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-131/+55
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-55/+131
2010-05-27re PR lto/44230 (Do not create need for multiple EH personalities)Eric Botcazou1-5/+4
2010-05-26dwarf2out.c (struct dw_fde_struct): Reorder flags.Eric Botcazou1-34/+37
2010-05-25re PR debug/42801 (C VLAs should use DW_AT_allocated)Jakub Jelinek1-16/+32
2010-05-25dwarf2out.c (loc_descr_plus_const): When offset is negative, use DW_OP_minus ...Jakub Jelinek1-4/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-20dwarf2out.c (new_loc_descr_op_bit_piece): Add offset argument.Jakub Jelinek1-6/+46
2010-05-15re PR debug/44112 (Revision 159354 causes Fortran test failures)Jakub Jelinek1-1/+0
2010-05-13re PR middle-end/44104 (New test failures)Jakub Jelinek1-1/+1
2010-05-13re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek1-45/+392