aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2004-09-14unroll.c: Removed.Zdenek Dvorak1-1/+0
2004-08-27rtl.h (read_rtx): Change prototype.Richard Sandiford1-1/+1
2004-08-25cse.c (cse_around_loop, [...]): Remove.Steven Bosscher1-1/+1
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell1-10/+0
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg1-214/+11
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-0/+1
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-1/+5
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-4/+5
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-1/+0
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-1/+0
2004-08-08common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog1-0/+6
2004-08-04Makefile.in (RTL_BASE_H, RTL_H): Correct.Zack Weinberg1-35/+5
2004-08-02rtl.h (union rtunion_def): Have all members start with the prefix "rt_".Gabriel Dos Reis1-41/+41
2004-07-29rtl.c (currently_expanding_to_rtl): New.Steven Bosscher1-0/+3
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-14/+0
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-1/+1
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-3/+0
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-7/+2
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-10/+1
2004-07-11rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle1-0/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-6/+4
2004-07-08explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini1-1/+1
2004-07-05rtl.h (struct rtx_def): Remove the integrated flag.Steven Bosscher1-11/+8
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-10/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-1/+0
2004-07-01function.c (identify_blocks, [...]): Remove.Richard Henderson1-1/+1
2004-06-30* function.c, rtl.h (get_first_nonparm_insn): Remove.Richard Henderson1-2/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+24
2004-06-20re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski1-0/+1
2004-06-18emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini1-0/+1
2004-06-12rtl.h (MEM_P, [...]): New predicates.Steven Bosscher1-6/+14
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-10/+0
2004-05-28rtl.h (skip_consecutive_labels): Declare.Richard Sandiford1-0/+1
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-0/+4
2004-05-25Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini1-3/+24
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak1-1/+2
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-2/+2
2004-05-14passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher1-2/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-26/+13
2004-05-03* rtl.h (PHI_NODE_P): Remove.Kazu Hirata1-6/+0
2004-04-19Eliminate broken unused function.James E Wilson1-1/+0
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+9
2004-03-24alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson1-0/+2
2004-03-20emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak1-5/+9
2004-03-09simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...Roger Sayle1-1/+3
2004-03-06rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel1-0/+1
2004-03-05rtlanal.c: Include target.h and output.h.Paolo Bonzini1-18/+11
2004-03-03common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog1-0/+1
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-2/+7
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-7/+100