summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* * gcc/final.c (final_scan_insn): Remove accidentally duplicated code.Roman Zippel2007-09-241-35/+0
* tree.h (block_nonartificial_location): New prototype.Jakub Jelinek2007-09-231-2/+47
* tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt2007-09-191-2/+3
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-5/+7
* c-lex.c (interpret_fixed): Declare.Chao-ying Fu2007-08-301-0/+4
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-2/+6
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook2007-08-181-0/+67
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-25/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-37/+53
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-33/+3
* misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka2007-04-221-0/+10
* final.c (final_scan_insn): Alter the condition of a conditional trap if we ha...Kazu Hirata2007-03-171-0/+70
* configure.ac: Test for assembler tolerance to # 0 "".Alexandre Oliva2007-03-131-1/+5
* rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.Alexandre Oliva2007-03-091-1/+1
* rtl.def (ASM_INPUT): Add location.Alexandre Oliva2007-03-091-3/+22
* Makefile.in (final.o): Depend on vecprim.h.Kazu Hirata2006-12-231-1/+2
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka2006-11-271-1/+0
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-2/+0
* final.c (final): Walk from first instruction.Jan Hubicka2006-11-101-1/+1
* except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou2006-10-281-2/+2
* final.c: Update Copyright year.Bernhard Fischer2006-10-151-11/+10
* final.c (final_scan_insn): Clear current_insn_predicate before outputting inl...Paul Brook2006-08-101-2/+4
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-0/+3
* cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak2006-03-231-2/+0
* function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher2006-03-201-1/+0
* final.c (shorten_branches): Remove outdated comment, and turn the if branch t...Zdenek Dvorak2006-03-131-8/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-5/+9
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+5
* r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg2006-01-231-1/+1
* final.c (compute_alignments): Make it static.Kazu Hirata2005-12-251-1/+4
* final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...Richard Sandiford2005-12-151-16/+3
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-19/+18
* final.c (force_source_line): New global variable.Eric Botcazou2005-11-091-6/+12
* final.c (insn_default_length, [...]): In !HAVE_ATTR_length case, define as ma...J"orn Rennecke2005-09-231-0/+2
* re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke2005-09-201-8/+25
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* final.c: Include sdbout.h when required.David Billinghurst2005-07-081-0/+4
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+205
* Update FSF address.Kelley Cook2005-06-251-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-3/+3
* * final.c (output_addr_const): Revert 2005-04-09 change.Richard Henderson2005-04-251-0/+2
* re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke2005-04-251-2/+2
* * final.c, ipa-inline.c, varasm.c: Fix comment typos.Kazu Hirata2005-04-231-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-5/+4
* Forgotten hunk from my last merge patch:Jan Hubicka2005-04-091-2/+0
* re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at r...Alexandre Oliva2005-04-021-2/+1
* final.c (final_scan_insn): Revert part of 2005-03-30 patch...Ian Lance Taylor2005-04-011-1/+13
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-67/+16