summaryrefslogtreecommitdiff
path: root/gcc/conflict.c
Commit message (Expand)AuthorAgeFilesLines
* conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi2002-10-091-2/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-4/+0
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-3/+2
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-2/+3
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-3/+2
* conflict.c (conflict_graph_compute): Free regsets when finished.Michael Hayes2002-01-121-7/+10
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-2/+2
* Warning fixes:Kaveh R. Ghazi2000-11-191-3/+4
* conflict.c (conflict_graph_compute): Don't look for REG_INC.Richard Henderson2000-06-141-6/+1
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-0/+1
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-191-1/+1
* c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner2000-04-181-61/+61
* ssa.c (compute_conservative_reg_partition): Declare with void arguments.Alex Samuel2000-04-071-13/+9
* rtl.h (INSN_P): New macro.Alex Samuel2000-04-061-0/+535