summaryrefslogtreecommitdiff
path: root/gcc/conflict.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cfgloop.h, [...]: Update copyright.Kazu Hirata2005-03-021-1/+1
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-1/+1
* conflict.c (mark_reg, [...]): Remove.Kazu Hirata2004-11-091-136/+0
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-2/+2
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-14/+18
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-5/+5
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-3/+3
* avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi2003-08-111-2/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-6/+3
* collect2.h: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-45/+18
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* 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