summaryrefslogtreecommitdiff
path: root/gcc/global.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-9/+10
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-7/+7
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-18/+17
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-17/+18
* global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED every where we ...Herman A.J. ten Brugge2002-01-121-0/+9
* cse.c: Fix formatting.Kazu Hirata2002-01-051-11/+11
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-39/+40
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* global.c (retry_global_alloc): Avoid shadowing allocno.Franz Sirl2001-08-081-4/+4
* flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka2001-07-301-4/+5
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-7/+17
* global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after end of last...Richard Kenner2001-06-071-2/+8
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-13/+20
* global.c (global_conflicts): Allow for a REG_UNUSED note with a different mod...Geoffrey Keating2000-12-051-4/+7
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-3/+3
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+1
* global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law2000-08-211-1/+1
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-5/+4
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson2000-06-131-6/+6
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-4/+4
* sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek2000-03-241-1/+1
* basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell2000-03-051-1/+2
* Fix copyrights.Jeff Law2000-02-261-1/+2
* stupid.c: Die die die.Richard Henderson2000-01-191-2/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-18/+18
* Change some regsets to regset_headsBernd Schmidt1999-12-201-5/+5
* caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke1999-12-151-19/+39
* combine.c (record_promoted_value): Remove unused variable `links2'.Kaveh R. Ghazi1999-12-121-1/+0
* Delete obsolete macrosBernd Schmidt1999-11-301-5/+0
* global.c (allocno): New structure and static variable.Jan Hubicka1999-11-211-181/+155
* global.c (global_conflicts): Update comments.Jeffrey A Law1999-11-111-6/+27
* global.c (EXECUTE_IF_CONFLICT): Don't define.J"orn Rennecke1999-11-081-2/+6
* global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.Jeffrey A Law1999-11-071-2/+2
* global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.Robert Lipe1999-11-071-1/+1
* Fix typo in last changeJeff Law1999-11-051-1/+1
* global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.J"orn Rennecke1999-11-051-34/+53
* Remove accidental addition of CLEAR_CONFLICT.Jeff Law1999-11-051-6/+0
* [multiple changes]Jeff Law1999-11-051-33/+94
* bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1999-11-011-32/+37
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-11/+14
* Reorg reg-stack to use the standard CFG.Jan Hubicka1999-10-261-5/+1
* c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1999-10-261-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1999-09-081-3/+3
* dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1999-09-031-4/+2
* global.c (prune_preferences): Move some invariants out of the inner loop.J"orn Rennecke1999-08-121-9/+11