avr.c: Move definition of TARGET macros to end of file.
[gcc.git] / gcc / final.c
2011-12-13 Tristan Gingoldfinal.c (final_scan_insn): Guard the call to begin_epil...
2011-11-17 Steve Ellceyre PR middle-end/51144 (r181279 possibly miscompilation...
2011-11-11 Dimitrios Apostoloufinal.c, output.h (fprint_whex, [...]): New functions...
2011-11-05 Jakub Jelinekre PR tree-optimization/50693 (Loop optimization restri...
2011-09-21 Tom de Vriesfinal.c (final): Handle if JUMP_LABEL is not LABEL_P.
2011-08-27 Bernd Schmidtrtl.texi (simple_return): Document.
2011-08-01 Julian Brownfinal.c (output_addr_const): Print fixed-point constant...
2011-07-26 Richard Hendersoninsn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
2011-07-09 Richard HendersonMove ASM_COMMENT_START to defaults.h.
2011-07-08 Richard Hendersondwarf2: Extract cfi creation to a new pass.
2011-07-07 Bernd Schmidtdwarf2out: Emit NOTE_INSN_CFI_* both with and without...
2011-07-07 Bernd Schmidtdwarf2out: Move insn scanning out of final.c.
2011-06-30 Richard Hendersondwarf2out: Add REG_CFA_FLUSH_QUEUE.
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-06 Alexandre Olivatree-pretty-print.c (dump_function_header): Add flags.
2011-06-01 David LiBetter function header dump
2011-04-28 Jakub Jelinekre PR middle-end/48597 (x86-64 unwind register save...
2011-04-18 Xinliang David Liuse ASM_COMMENT_START instead of #
2011-04-11 Martin Jamborexcept.c (set_nothrow_function_flags): Call cgraph_get_...
2011-04-08 Xinliang David Li-dA enhancement
2011-04-05 Nathan Froyddebug.h (debug_flush_symbol_queue, [...]): Delete.
2011-04-01 Bernd Schmidtdwarf2out.h (dwarf2out_frame_debug_init): Declare.
2011-03-16 Jakub Jelinekemit-rtl.c (try_split): Don't call copy_call_info debug...
2011-03-16 Jakub Jelinekfinal.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LO...
2011-02-28 Kai Tietzre PR debug/28047 (DWARF output_file_names should reall...
2011-02-02 Alexandre Olivare PR debug/47498 (-fcompare-debug failure with -fsched...
2011-01-31 Alexandre Olivarevert: re PR debug/45136 (-fcompare-debug failure...
2011-01-25 Alexandre Olivare PR debug/45136 (-fcompare-debug failure with -Os...
2011-01-07 Iain Sandoeallow the target to label code fragments generated...
2010-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-11-12 Joern Renneckere PR middle-end/44769 (warning for split_double when...
2010-11-04 Pat Haugenfinal.c (compute_alignments): Compute/free loop info...
2010-10-19 DJ Delorietm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
2010-09-30 Joseph Myersopt-functions.awk (static_var): Update comment.
2010-09-28 Richard HendersonHookize TARGET_UNWIND_INFO et al.
2010-09-24 Jan Hubickalto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-07 Richard HendersonAlways do output_function_exception_table before assem...
2010-09-07 Richard HendersonDefine target hook TARGET_UNWIND_EMIT_BEFORE_INSN.
2010-08-11 Anatoly Sokolovtarget.def (output_addr_const_extra): New hook.
2010-08-02 Bernd Schmidtfinal.c (final_scan_insn): Call CC_STATUS_INIT uncondit...
2010-07-28 Kai Tietzi386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
2010-07-08 Kai Tietzfinal.c (final_scan_insn): Replace TARGET_UNWIND_INFO...
2010-06-30 Manuel López-Ibáñeztoplev.h (_fatal_insn_not_found, [...]): Move declarati...
2010-06-16 Douglas B RuppThis patch adds the end prologue and begin epilogue...
2010-06-04 Nathan Froydi386-protos.h (ix86_print_operand): Declare.
2010-06-04 Nathan Froydfinal.c (output_asm_insn): Call targetm.asm_out.print_o...
2010-05-28 Joseph Myersfinal.c (rest_of_clean_state): Use %m in errors instead...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-13 Jan Hubickafinal.c (output_addr_const): Do not call mark_decl_refe...
2010-04-26 Jan Hubickacgraph.c (cgraph_create_node): Set node frequency to...
2010-03-26 Jakub Jelinekre PR debug/43516 ("-fcompare-debug failure" at -O2)
2009-12-01 Richard Guentherfinal.c (rest_of_clean_state): If -fcompare-debug is...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-27 Wei Guozhitarget.h (have_conditional_execution): Add a new target...
2009-10-08 Cary CoutantAdd support for debugging with ICF (Identical Code...
2009-10-05 Andrew Pinskire PR tree-optimization/40992 (cunroll ignoring asm...
2009-09-22 Richard Hendersonre PR target/41246 (should "sorry" when regparm=3 and...
2009-09-17 Jan Hubickadwarf2out.c: Include tree-pass.h and gimple.h.
2009-09-13 Eric Botcazoutree.h (DECL_IGNORED_P): Document further effect for...
2009-09-10 Hariharan Sandanag... final.c (shorten_branches): Ignore DEBUG_INSN_P instruc...
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-08-14 Rafael Avila de... final.c (add_debug_prefix_map): Don't use GC memory...
2009-07-14 Richard Guenthertree-ssa-alias.h (refs_may_alias_p_1): Declare.
2009-07-07 Duncan SandsGive names to some currently nameless passes (this
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-06-17 Cary Coutantdbxout.c (dbxout_source_line): Add is_stmt parameter.
2009-06-08 Alexandre Olivacommon.opt (fcompare-debug=, [...]): New.
2009-06-04 Cary Coutantbasic-block.h (struct basic_block_def): Add discriminat...
2009-05-30 Richard Hendersoncfgcleanup.c (try_crossjump_to_edge): Only skip past...
2009-05-23 Mark Mitchellfinal.c (shorten_branches): Do not align labels for...
2009-05-16 Jakub Jelinekre PR target/39942 (Nonoptimal code - leaveq; xchg...
2009-05-12 Paolo BonziniMerge cond-optab branch.
2009-04-27 Steven Bosscherdbgcnt.def (cprop1, [...]): Remove
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
2009-04-10 Chao-ying Futm.texi (Instruction Output): Document TARGET_ASM_FINAL...
2008-12-10 Eric Botcazoure PR target/37170 (gcc.dg/weak/weak-1.c)
2008-11-22 Jakub Jelinekre PR target/37170 (gcc.dg/weak/weak-1.c)
2008-11-12 Dodji Seketelire PR debug/27574 (MIssing debug info at -O0 for a...
2008-09-22 Hans-Peter Nilssonre PR target/37170 (gcc.dg/weak/weak-1.c)
2008-09-01 Andrey Belevantsevsel-sched.h, [...]: New files.
2008-08-30 Jan Hubickaparse.c (parse_interface): Silence uninitialized var...
2008-08-29 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use optimize_lo...
2008-08-12 Anatoly SokolovFix final.c.
2008-08-12 Anatoly Sokolov* final.c (final_scan_insn): Use app_enable/app_disable...
2008-07-30 Rafael Avila de... re PR bootstrap/36974 (Gcc failed to bootstrap)
2008-07-30 Rafael Avila de... final.c (call_from_call_insn): New.
2008-07-22 Rafael Avila de... c-typeck.c (build_external_ref): Don't call assemble_ex...
2008-07-16 Kaveh R. Ghazic-pch.c (get_ident): Avoid C++ keywords.
2008-07-09 Christian Bruelgcc.gnu.org/ml/gcc-patches/2008-07/msg00520.html
2008-07-02 Mark Shinwell* final.c (asm_insn_count): Return zero for an empty...
2008-06-26 Kaveh R. Ghazidwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and...
2008-05-25 H.J. Lufinal.c (frame_pointer_needed): Removed.
2008-05-10 H.J. Lucalls.c (expand_call): Don't use callgraph to increase...
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-18 Jan Hubickaexcept.c (dw2_size_of_call_site_table, [...]): Use...
2008-04-15 Doug Kwandwarf2asm.c (dw2_assemble_integer): Cast to unsigned...
2008-03-29 Ben Elliston* final.c (final_scan_insn): Remove if (0) code.
2008-03-20 Ben Ellistonregmove.c (try_auto_increment): Fix spelling error...
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
next