aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-16Add a new register allocator.Michael Matz1-17/+71
2002-06-07emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law1-5/+3
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-25/+23
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-57/+50
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-119/+125
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-125/+119
2002-05-11dbxout.c: Fix formatting.Kazu Hirata1-57/+57
2002-04-03re PR middle-end/6102 (sparc-sun-solaris2.7 gcc-3.1 RTL checking failure on g...Jakub Jelinek1-1/+1
2002-02-27* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.Graham Stott1-1/+1
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka1-16/+12
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-2/+2
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