summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata2005-02-281-1/+0
* re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek2005-02-181-1/+6
* re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher2005-01-011-2/+2
* re PR middle-end/18730 (cppexp.c:1076: error: unrecognizable insn)John David Anglin2004-12-051-4/+33
* alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson2004-12-031-3/+3
* re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson2004-12-011-76/+0
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-56/+6
* rtl.h (validate_subreg): Declare.Richard Henderson2004-11-231-11/+89
* emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson2004-11-231-28/+0
* re PR rtl-optimization/14838 (ICE when building with -O2 -g)John David Anglin2004-11-231-16/+4
* emit-rtl.c (classify_insn): Make it static.Kazu Hirata2004-11-191-1/+1
* c-common.c (walk_stmt_tree): Remove.Kazu Hirata2004-11-141-12/+0
* emit-rtl.c (copy_most_rtx): Remove.Kazu Hirata2004-11-091-99/+0
* Fix for PR 18010, copy epilogue unwind info when copying epilogue insns.James E Wilson2004-10-261-0/+5
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, don't inspect...Hans-Peter Nilsson2004-10-201-3/+0
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb...Hans-Peter Nilsson2004-10-181-0/+3
* emit-rtl.c (last_label_num, [...]): Remove.Kazu Hirata2004-10-081-33/+0
* re PR debug/13974 (bad line marker in debug info)Jan Hubicka2004-09-301-21/+126
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-9/+3
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-4/+29
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* Add CONST1_RTX (vector mode) support.James E Wilson2004-09-101-14/+36
* cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell2004-09-091-4/+9
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-166/+111
* Fix ppc-darwin bootstrap failure.James E Wilson2004-09-061-1/+1
* 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