summaryrefslogtreecommitdiff
path: root/gcc/df.c
Commit message (Expand)AuthorAgeFilesLines
* loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka2003-01-311-4/+4
* * df.c (df_uses_record): Handle CC0.Michael Hayes2003-01-261-2/+4
* * df.c: Fix formatting.Kazu Hirata2002-11-181-72/+74
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-6/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-3/+3
* df.c (df_insn_table_realloc): Change parameter to unsigned.Kaveh R. Ghazi2002-08-021-2/+2
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-14/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* Add a new register allocator.Michael Matz2002-07-161-17/+71
* emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.Jeff Law2002-06-071-5/+3
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-25/+23
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-57/+50
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-119/+125
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-125/+119
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-57/+57
* re PR middle-end/6102 (sparc-sun-solaris2.7 gcc-3.1 RTL checking failure on g...Jakub Jelinek2002-04-031-1/+1
* * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.Graham Stott2002-02-271-1/+1
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka2002-01-251-16/+12
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+2
* df.c (iterate_dataflow_sbitmap, [...]): Add casts to remove warnings.Richard Kenner2001-11-281-10/+8
* df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap.Daniel Berlin2001-11-251-160/+254
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-4/+4
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-125/+103
* 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