aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-28df.c (iterate_dataflow_sbitmap, [...]): Add casts to remove warnings.Richard Kenner1-10/+8
2001-11-25df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap.Daniel Berlin1-160/+254
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka1-125/+103
2001-11-07Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin1-274/+390
2001-11-02config.gcc: Revert part of earlier patch.Eric Christopher1-168/+169
2001-10-30lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka1-0/+17
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-5/+1
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-7/+1
2001-08-28df.h (struct df): Add rts_order variable.Daniel Berlin1-6/+25
2001-08-26df.c (df_uses_record): Return after recording all uses in ASM_OPERANDS.Denis Chertykov1-0/+1
2001-08-26df.c (df_insn_modify): Realloc the INSN table here, if necessary, here, too.Daniel Berlin1-0/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-07-29df.c (df_rd_global_compute): Add successors to worklist, not current item.Daniel Berlin1-2/+2
2001-07-16hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson1-7/+2
2001-07-10ssa-ccp.c (first_phi_node): Remove.Jeffrey A Law1-2/+2
2001-06-28Makefile.in (OBJS): Add df.oJeff Law1-0/+3746