aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-24* gcc/final.c (final_scan_insn): Remove accidentally duplicated code.Roman Zippel1-35/+0
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-2/+47
2007-09-19tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt1-2/+3
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-5/+7
2007-08-30c-lex.c (interpret_fixed): Declare.Chao-ying Fu1-0/+4
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-2/+6
2007-08-18Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook1-0/+67
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-25/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-37/+53
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-33/+3
2007-04-22misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka1-0/+10
2007-03-17final.c (final_scan_insn): Alter the condition of a conditional trap if we ha...Kazu Hirata1-0/+70
2007-03-13configure.ac: Test for assembler tolerance to # 0 "".Alexandre Oliva1-1/+5
2007-03-09rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.Alexandre Oliva1-1/+1
2007-03-09rtl.def (ASM_INPUT): Add location.Alexandre Oliva1-3/+22
2006-12-23Makefile.in (final.o): Depend on vecprim.h.Kazu Hirata1-1/+2
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-1/+0
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-2/+0
2006-11-10final.c (final): Walk from first instruction.Jan Hubicka1-1/+1
2006-10-28except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou1-2/+2
2006-10-15final.c: Update Copyright year.Bernhard Fischer1-11/+10
2006-08-10final.c (final_scan_insn): Clear current_insn_predicate before outputting inl...Paul Brook1-2/+4
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-0/+3
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-2/+0
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-1/+0
2006-03-13final.c (shorten_branches): Remove outdated comment, and turn the if branch t...Zdenek Dvorak1-8/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-5/+9
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-6/+5
2006-01-23r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg1-1/+1
2005-12-25final.c (compute_alignments): Make it static.Kazu Hirata1-1/+4
2005-12-15final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...Richard Sandiford1-16/+3
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-19/+18
2005-11-09final.c (force_source_line): New global variable.Eric Botcazou1-6/+12
2005-09-23final.c (insn_default_length, [...]): In !HAVE_ATTR_length case, define as ma...J"orn Rennecke1-0/+2
2005-09-20re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke1-8/+25
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-07-08final.c: Include sdbout.h when required.David Billinghurst1-0/+4
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+205
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-3/+3
2005-04-25* final.c (output_addr_const): Revert 2005-04-09 change.Richard Henderson1-0/+2
2005-04-25re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke1-2/+2
2005-04-23* final.c, ipa-inline.c, varasm.c: Fix comment typos.Kazu Hirata1-1/+1
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-5/+4
2005-04-09Forgotten hunk from my last merge patch:Jan Hubicka1-2/+0
2005-04-02re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at r...Alexandre Oliva1-2/+1
2005-04-01final.c (final_scan_insn): Revert part of 2005-03-30 patch...Ian Lance Taylor1-1/+13
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-67/+16