aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra-rewrite.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-16/+10
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-3/+3
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-2/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-2/+2
2004-02-24df.c, [...]: Replace df_analyse with df_analyze.Kazu Hirata1-1/+1
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-5/+5
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-10/+10
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-2/+1
2003-09-14ra.c: Convert to ISO C90 prototypes.Steven Bosscher1-94/+58
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+4
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-11/+11
2003-01-22* ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.Andreas Schwab1-2/+2
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-25output.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-02Makefile.in (ra-debug.o): Depend on $(TM_P_H).Kaveh R. Ghazi1-2/+2
2002-07-22ra-build.c (check_conflict_numbers): Hide unused function.Kaveh R. Ghazi1-14/+14
2002-07-16ra-rewrite.c: #include reload.h, insn-config.hDaniel Berlin1-0/+2
2002-07-15[multiple changes]Michael Matz1-0/+1985