| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.def (REALPART_EXPR, [...]): Move. | Eric Botcazou | 2012-03-19 | 1 | -7/+5 |
* | dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to use DW_OP_call_f... | Tristan Gingold | 2012-03-15 | 1 | -1/+1 |
* | Remove MIPS_DEBUGGING_INFO support | Rainer Orth | 2012-03-14 | 1 | -60/+0 |
* | re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplica... | Jakub Jelinek | 2012-03-05 | 1 | -1/+53 |
* | dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and DW_AT_ar... | Eric Botcazou | 2012-02-29 | 1 | -19/+17 |
* | re PR debug/52260 (ICE in clone_tree_hash, at dwarf2out.c:7424) | Jakub Jelinek | 2012-02-16 | 1 | -8/+8 |
* | re PR debug/51950 (fdebug-types-section regression for member pointers) | Jakub Jelinek | 2012-02-14 | 1 | -1/+31 |
* | re PR debug/52027 (ICE: SIGSEGV in set_cur_line_info_table (dwarf2out.c:20428... | Jakub Jelinek | 2012-01-30 | 1 | -1/+2 |
* | re PR target/51957 (ppc64 .debug_loc toc reference) | Jakub Jelinek | 2012-01-24 | 1 | -0/+7 |
* | re PR debug/45682 (missing namespace parent die when using -gdwarf-4) | Cary Coutant | 2012-01-20 | 1 | -18/+43 |
* | re PR debug/51695 (NOTE_INSN_VAR_LOCATION notes are sometimes too large) | Jakub Jelinek | 2012-01-04 | 1 | -1/+7 |
* | Fix up last commit. | Jakub Jelinek | 2012-01-03 | 1 | -4/+1 |
* | re PR pch/51722 (Options "-g3" or "-ggdb3" or "-g3 -gdwarf-2" and other "-g..... | Jakub Jelinek | 2012-01-03 | 1 | -18/+7 |
* | re PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while bu... | Richard Guenther | 2012-01-03 | 1 | -9/+2 |
* | * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Go for Go. | Ian Lance Taylor | 2011-12-29 | 1 | -0/+5 |
* | re PR debug/46796 (debug info missing builtin type names with lto) | Richard Guenther | 2011-12-20 | 1 | -1/+8 |
* | re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 2011-12-16 | 1 | -2/+3 |
* | final.c, output.h (fprint_whex, [...]): New functions serving as fast replace... | Dimitrios Apostolou | 2011-11-10 | 1 | -4/+19 |
* | re PR debug/50983 (incorrect DW_LNS_negate_stmt) | Jason Merrill | 2011-11-10 | 1 | -0/+4 |
* | re PR tree-optimization/50693 (Loop optimization restricted by GOTOs) | Jakub Jelinek | 2011-11-05 | 1 | -0/+8 |
* | Invalidate cached next real insn in dwarf2out_end_epilogue(). | David S. Miller | 2011-10-31 | 1 | -1/+2 |
* | Handle many consecutive location notes more efficiently in dwarf2. | David S. Miller | 2011-10-30 | 1 | -2/+32 |
* | dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarily suppress debug... | Eric Botcazou | 2011-10-25 | 1 | -0/+4 |
* | dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as second arg... | Jakub Jelinek | 2011-10-19 | 1 | -1/+2 |
* | re PR rtl-optimization/50191 (Strange debug insn produced for TOC compiling 4... | Jakub Jelinek | 2011-09-07 | 1 | -7/+11 |
* | dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize DW_AT_data_member_lo... | Jakub Jelinek | 2011-07-28 | 1 | -7/+20 |
* | re PR debug/49871 (-gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_lo... | Jakub Jelinek | 2011-07-28 | 1 | -3/+26 |
* | dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c... | Jakub Jelinek | 2011-07-27 | 1 | -0/+1 |
* | dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated c... | Jakub Jelinek | 2011-07-26 | 1 | -11/+15 |
* | dwarf2cfi: Implement change_cfi_row. | Richard Henderson | 2011-07-23 | 1 | -39/+120 |
* | dwarf2.h (DW_AT_GNU_macros): New. | Jakub Jelinek | 2011-07-22 | 1 | -31/+382 |
* | re PR other/32998 (-frecord-gcc-switches issues) | Jakub Jelinek | 2011-07-22 | 1 | -15/+124 |
* | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 2011-07-19 | 1 | -3/+3 |
* | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 2011-07-19 | 1 | -1/+1 |
* | re PR target/49713 (Conflicting types for 'arm_dbx_register_number') | Richard Henderson | 2011-07-12 | 1 | -5/+5 |
* | dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New. | Richard Henderson | 2011-07-11 | 1 | -2/+2 |
* | re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth... | Jakub Jelinek | 2011-07-11 | 1 | -13/+159 |
* | dwarf2: Move CFI output routines to dwarf2cfi.c. | Richard Henderson | 2011-07-09 | 1 | -630/+8 |
* | dwarf2: Reduce some redundant definitions. | Richard Henderson | 2011-07-09 | 1 | -37/+0 |
* | dwarf2cfi: Unify add_fde_cfi and add_cie_cfi. | Richard Henderson | 2011-07-09 | 1 | -4/+4 |
* | Move ASM_COMMENT_START to defaults.h. | Richard Henderson | 2011-07-09 | 1 | -15/+0 |
* | re PR debug/49676 (inefficiency: DW_AT_GNU_call_site_value calculates everyth... | Jakub Jelinek | 2011-07-09 | 1 | -19/+50 |
* | Dump NOTE_INSN_CFI notes. | Richard Henderson | 2011-07-07 | 1 | -28/+50 |
* | dwarf2: Extract cfi creation to a new pass. | Richard Henderson | 2011-07-07 | 1 | -3/+8 |
* | dwarf2out: Convert fde_table to a VEC. | Richard Henderson | 2011-07-07 | 1 | -106/+66 |
* | dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm. | Bernd Schmidt | 2011-07-07 | 1 | -5/+2 |
* | dwarf2out: Move insn scanning out of final.c. | Bernd Schmidt | 2011-07-07 | 1 | -1/+7 |
* | dwarf2out: Split CFI construction routines into a new file. | Richard Henderson | 2011-07-07 | 1 | -2768/+77 |
* | dwarf2out: Remove unused text-based unwind entry points. | Richard Henderson | 2011-07-05 | 1 | -59/+8 |
* | tree.h (TYPE_ARTIFICIAL): New flag. | Eric Botcazou | 2011-07-02 | 1 | -0/+8 |