summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like ref...Richard Henderson2005-08-311-11/+31
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-4/+4
* Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor2005-08-011-1/+1
* emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits (rather than un...J"orn Rennecke2005-07-261-1/+2
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+36
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-2/+2
* dojump.c: Fix comment typos.Kazu Hirata2005-04-271-2/+2
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+4
* emit-rtl.c (reverse_comparison): Remove.Kazu Hirata2005-03-251-32/+0
* 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