aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-25Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini1-58/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+12
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher1-4/+2
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-1/+1
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-2/+2
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva1-1/+1
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-20/+8
2004-03-20emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak1-0/+1
2004-03-06rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel1-0/+34
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-1/+1
2004-02-19emit-rtl.c (subreg_realpart_p): Remove.Kazu Hirata1-47/+0
2004-02-14emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL...Josef Zlomek1-2/+10
2004-02-12emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner1-1/+1
2004-02-11emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor...Richard Sandiford1-1/+1
2004-02-10emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek1-0/+34
2004-02-05* emit-rtl.c: Update the comment about the file.Kazu Hirata1-8/+5
2004-02-04emit-rtl.c (gen_rtx): Remove.Kazu Hirata1-120/+8
2004-02-03combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata1-2/+2
2004-01-31combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ...Paolo Bonzini1-1/+3
2004-01-31bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-7/+7
2004-01-29emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati...Jakub Jelinek1-1/+1
2004-01-29re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek1-7/+17