aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28re PR middle-end/48597 (x86-64 unwind register save location misses half-regi...Jakub Jelinek1-0/+5
2011-04-18use ASM_COMMENT_START instead of #Xinliang David Li1-3/+3
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1
2011-04-08-dA enhancementXinliang David Li1-4/+77
2011-04-05debug.h (debug_flush_symbol_queue, [...]): Delete.Nathan Froyd1-81/+0
2011-04-01dwarf2out.h (dwarf2out_frame_debug_init): Declare.Bernd Schmidt1-1/+1
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-20/+0
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-1/+6
2011-02-28re PR debug/28047 (DWARF output_file_names should really understand DOS pathn...Kai Tietz1-1/+1
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-2/+5
2011-01-31revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-5/+2
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-2/+5
2011-01-07allow the target to label code fragments generated by partitioning.Iain Sandoe1-0/+10
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+26
2010-11-12re PR middle-end/44769 (warning for split_double when HOST_BITS_PER_WIDE_INT ...Joern Rennecke1-2/+3
2010-11-04final.c (compute_alignments): Compute/free loop info all the time.Pat Haugen1-6/+3
2010-10-19tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.DJ Delorie1-21/+30
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-9/+9
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-22/+4
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-1/+4
2010-09-07Always do output_function_exception_table before assemble_end_function.Richard Henderson1-9/+3
2010-09-07Define target hook TARGET_UNWIND_EMIT_BEFORE_INSN.Richard Henderson1-1/+6
2010-08-11target.def (output_addr_const_extra): New hook.Anatoly Sokolov1-5/+2
2010-08-02final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.Bernd Schmidt1-4/+2
2010-07-28i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.Kai Tietz1-6/+2
2010-07-08final.c (final_scan_insn): Replace TARGET_UNWIND_INFO macro check by unwind_e...Kai Tietz1-6/+4
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-1/+2
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp1-1/+2
2010-06-04i386-protos.h (ix86_print_operand): Declare.Nathan Froyd1-2/+1
2010-06-04final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p.Nathan Froyd1-13/+9
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-4/+4
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-13final.c (output_addr_const): Do not call mark_decl_referenced.Jan Hubicka1-4/+1
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-2/+5
2010-03-26re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek1-1/+6
2009-12-01final.c (rest_of_clean_state): If -fcompare-debug is given dump final insns w...Richard Guenther1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-7/+3
2009-10-08Add support for debugging with ICF (Identical Code Folding).Cary Coutant1-0/+20
2009-10-05re PR tree-optimization/40992 (cunroll ignoring asm size)Andrew Pinski1-2/+11
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-40/+18
2009-09-17dwarf2out.c: Include tree-pass.h and gimple.h.Jan Hubicka1-1/+1
2009-09-13tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou1-20/+40
2009-09-10final.c (shorten_branches): Ignore DEBUG_INSN_P instructions introduced by th...Hariharan Sandanagobalane1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+3
2009-08-14final.c (add_debug_prefix_map): Don't use GC memory for old_prefix and new_pr...Rafael Avila de Espindola1-2/+2
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-0/+3
2009-07-07Give names to some currently nameless passes (thisDuncan Sands1-1/+1
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+6
2009-06-17dbxout.c (dbxout_source_line): Add is_stmt parameter.Cary Coutant1-10/+27