aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13final.c (final_scan_insn): Guard the call to begin_epilogue debug hook.Tristan Gingold1-1/+2
2011-11-17re PR middle-end/51144 (r181279 possibly miscompilation of genmddeps)Steve Ellcey1-28/+1
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou1-1/+119
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek1-1/+8
2011-09-21final.c (final): Handle if JUMP_LABEL is not LABEL_P.Tom de Vries1-1/+1
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-1/+1
2011-08-01final.c (output_addr_const): Print fixed-point constants as decimal not hex.Julian Brown1-2/+1
2011-07-25insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.Richard Henderson1-5/+1
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson1-5/+0
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-10/+0
2011-07-07dwarf2out: Emit NOTE_INSN_CFI_* both with and without cfi-asm.Bernd Schmidt1-0/+5
2011-07-07dwarf2out: Move insn scanning out of final.c.Bernd Schmidt1-34/+20
2011-06-30dwarf2out: Add REG_CFA_FLUSH_QUEUE.Richard Henderson1-1/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-06-06tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva1-1/+2
2011-06-01Better function header dumpDavid Li1-14/+2
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