aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-03re PR debug/46241 (ice in dwarf2out.c)Richard Guenther1-1/+1
2010-10-31Emit SEH unwind info.Richard Henderson1-2/+6
2010-10-26Implement opaque-enum-specifiers for C++0x.Rodrigo Rivas Costa1-3/+7
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-9/+8
2010-10-19re PR fortran/43414 (DWARF4: Use DW_AT_main_subprogram for MAIN__)Francois-Xavier Coudert1-6/+13
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+2
2010-10-12rtl.h: Include hashtab.h.Jakub Jelinek1-0/+378
2010-10-01dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.Richard Guenther1-2/+2
2010-09-30* dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.Jakub Jelinek1-1/+25
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-54/+47
2010-09-27* dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.Richard Henderson1-2/+3
2010-09-21dwarf2out.c (is_cu_die): New function.Richard Guenther1-73/+118
2010-09-21dwarf2out.c (dwarf2out_decl): Do not always generate a DIE for bool for C++.Richard Guenther1-10/+1
2010-09-20dwarf2out.c (any_cfis_emitted): New static variable.Jakub Jelinek1-2/+12
2010-09-20re PR debug/45124 (No DW_AT_accessibility for public DIEs in DW_TAG_class_type)Jakub Jelinek1-2/+24
2010-09-14re PR debug/45660 (ICE in dwarf2out_finish)Jakub Jelinek1-4/+8
2010-09-10dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type for VECTOR_TYPE...Richard Guenther1-7/+12
2010-09-10re PR bootstrap/45630 (Revision 164050 breaks bootstrap on powerpc-apple-darw...Jakub Jelinek1-2/+3
2010-09-09rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek1-13/+102
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-1/+0
2010-09-03dwarf2out.c (file scope): Remove #if0'd code.Marcin BaczyƄski1-15/+0
2010-09-03re PR middle-end/45484 (Invalid memory access in gcc.c-torture/execute/builti...Jakub Jelinek1-7/+6
2010-09-03re PR debug/45500 (ICE: in rtl_for_decl_init, at dwarf2out.c:16307 with -g -m...Jakub Jelinek1-1/+2
2010-08-31dwarf2out.c (gen_decl_die): Do not skip in Ada.Eric Botcazou1-2/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-37/+31
2010-08-10i386.c (ix86_compute_frame_layout): Re-align stack after saving registers.Richard Henderson1-0/+4
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