aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-30final.c (final): Remove prescan parameter.Ian Lance Taylor1-49/+10
2005-03-23final.c (final_scan_insn): Don't remove no-op instructions.Ian Lance Taylor1-15/+2
2005-03-22re PR target/20561 (Error compiling jdtcore.jar on powerpc)Jakub Jelinek1-7/+13
2004-11-25dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument.Richard Henderson1-7/+6
2004-11-23emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson1-2/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-10-28re PR target/15286 (ICE cause by reload)Ulrich Weigand1-1/+18
2004-10-28* final.c (shorten_branches): Initialize flags structure.Kaz Kojima1-0/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-1/+2
2004-09-11* final.c (output_asm_insn): Correct problem with -fverbose-asm.Geoffrey Keating1-2/+2
2004-09-10final.c (output_asm_insn): Use strtoul instead of atoi, save a loop.Geoffrey Keating1-27/+32
2004-09-08final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-39/+27
2004-09-06final.c (output_in_slot): Delete.Eric Botcazou1-15/+5
2004-09-03final.c (output_in_slot): New global variable.Eric Botcazou1-5/+15
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-2/+0
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg1-2/+0
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-1/+0
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg1-1/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-8/+5
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek1-1/+1
2004-08-08common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog1-0/+1
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-1/+0
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-2/+2
2004-07-17final.c (final_scan_insn): Fix broken commit from previous patch.Steven Bosscher1-11/+13
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-13/+0
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-6/+10
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-40/+40
2004-07-08Introduce H8SX support.Alexandre Oliva1-0/+2
2004-07-01* final.c (final): Fix typo reported by Aaron W. LaFramboise.Per Bothner1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-4/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+6
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-9/+9
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-0/+2
2004-05-13final.c (shorten_branches): Free uid_shuid before reallocating it.Andrew Pinski1-0/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-6/+4
2004-04-29builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+74
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-8/+8
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+3