aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-2/+2
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-2/+2
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-3/+4
2005-03-25emit-rtl.c (reverse_comparison): Remove.Kazu Hirata1-32/+0
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-1/+0
2005-02-18re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek1-1/+6
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher1-2/+2
2004-12-05re PR middle-end/18730 (cppexp.c:1076: error: unrecognizable insn)John David Anglin1-4/+33
2004-12-03alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson1-3/+3
2004-12-01re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson1-76/+0
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-56/+6
2004-11-23rtl.h (validate_subreg): Declare.Richard Henderson1-11/+89
2004-11-23emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson1-28/+0
2004-11-23re PR rtl-optimization/14838 (ICE when building with -O2 -g)John David Anglin1-16/+4
2004-11-19emit-rtl.c (classify_insn): Make it static.Kazu Hirata1-1/+1
2004-11-14c-common.c (walk_stmt_tree): Remove.Kazu Hirata1-12/+0
2004-11-09emit-rtl.c (copy_most_rtx): Remove.Kazu Hirata1-99/+0
2004-10-26Fix for PR 18010, copy epilogue unwind info when copying epilogue insns.James E Wilson1-0/+5
2004-10-20cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, don't inspect...Hans-Peter Nilsson1-3/+0
2004-10-18cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb...Hans-Peter Nilsson1-0/+3
2004-10-08emit-rtl.c (last_label_num, [...]): Remove.Kazu Hirata1-33/+0
2004-09-30re PR debug/13974 (bad line marker in debug info)Jan Hubicka1-21/+126
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-9/+3
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-4/+29
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-10Add CONST1_RTX (vector mode) support.James E Wilson1-14/+36
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell1-4/+9
2004-09-08emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-166/+111
2004-09-06Fix ppc-darwin bootstrap failure.James E Wilson1-1/+1
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-0/+11
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-5/+6
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-2/+0
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-1/+0
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-4/+4
2004-07-17* emit-rtl.c (reorder_insns): Don't set BB for a BARRIER insn.Graham Stott1-1/+2
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-21/+0
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-6/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-48/+48
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-1/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-24/+6
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-5/+5
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+18
2004-06-26emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set...Andrew Haley1-0/+1
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-23/+19
2004-06-18emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini1-3/+9
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-05-28rtl.h (skip_consecutive_labels): Declare.Richard Sandiford1-0/+15
2004-05-27re PR middle-end/14084 (Reg allocator incorrectly changes REG_OFFSET)Josef Zlomek1-2/+85