summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c (gen_const_mem): New.Richard Henderson2004-08-181-0/+11
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-5/+6
* Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini2004-08-091-2/+0
* cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher2004-07-271-1/+0
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-4/+4
* * emit-rtl.c (reorder_insns): Don't set BB for a BARRIER insn.Graham Stott2004-07-171-1/+2
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-21/+0
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-6/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-48/+48
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-1/+0
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-24/+6
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-5/+5
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-2/+18
* emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set...Andrew Haley2004-06-261-0/+1
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-23/+19
* emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini2004-06-181-3/+9
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-10/+10
* rtl.h (skip_consecutive_labels): Declare.Richard Sandiford2004-05-281-0/+15
* re PR middle-end/14084 (Reg allocator incorrectly changes REG_OFFSET)Josef Zlomek2004-05-271-2/+85
* Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini2004-05-251-58/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+12
* basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher2004-05-051-4/+2
* c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner2004-04-051-1/+1
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-2/+2
* real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva2004-03-221-1/+1
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-20/+8
* emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak2004-03-201-0/+1
* rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel2004-03-061-0/+34
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* emit-rtl.c (subreg_realpart_p): Remove.Kazu Hirata2004-02-191-47/+0
* emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL...Josef Zlomek2004-02-141-2/+10
* emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner2004-02-121-1/+1
* emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor...Richard Sandiford2004-02-111-1/+1
* emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek2004-02-101-0/+34
* * emit-rtl.c: Update the comment about the file.Kazu Hirata2004-02-051-8/+5
* emit-rtl.c (gen_rtx): Remove.Kazu Hirata2004-02-041-120/+8
* combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata2004-02-031-2/+2
* combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ...Paolo Bonzini2004-01-311-1/+3
* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-01-311-7/+7
* emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati...Jakub Jelinek2004-01-291-1/+1
* re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek2004-01-291-7/+17
* emit-rtl.c (change_address, [...]): Return early when there is nothing to cha...Jan Hubicka2004-01-241-0/+17
* emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing change.Jan Hubicka2004-01-231-0/+3
* emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha...Jan Hubicka2004-01-201-1/+24
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)Daniel Jacobowitz2004-01-171-0/+12
* real.c: Update copyright date.Geoffrey Keating2004-01-121-1/+1
* emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants.Geoffrey Keating2004-01-061-308/+25
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha...Andrew Pinski2003-12-221-1/+5
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-4/+5