summaryrefslogtreecommitdiff
path: root/gcc/df.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin2001-11-071-274/+390
* config.gcc: Revert part of earlier patch.Eric Christopher2001-11-021-168/+169
* lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka2001-10-301-0/+17
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-5/+1
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-7/+1
* df.h (struct df): Add rts_order variable.Daniel Berlin2001-08-281-6/+25
* df.c (df_uses_record): Return after recording all uses in ASM_OPERANDS.Denis Chertykov2001-08-261-0/+1
* df.c (df_insn_modify): Realloc the INSN table here, if necessary, here, too.Daniel Berlin2001-08-261-0/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-2/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* df.c (df_rd_global_compute): Add successors to worklist, not current item.Daniel Berlin2001-07-291-2/+2
* hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson2001-07-161-7/+2
* ssa-ccp.c (first_phi_node): Remove.Jeffrey A Law2001-07-101-2/+2
* Makefile.in (OBJS): Add df.oJeff Law2001-06-281-0/+3746