summaryrefslogtreecommitdiff
path: root/gcc/global.c
Commit message (Expand)AuthorAgeFilesLines
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-11/+12
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* re PR target/15832 (ICE in move_for_stack_reg, at reg-stack.c:1120)Vladimir Makarov2004-09-031-6/+57
* re PR rtl-optimization/15921 (gcc.c-torture/compile/920501-4.c fails on power...Vladimir Makarov2004-07-121-1/+161
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-2/+2
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-13/+13
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-2/+2
* global.c (global_alloc): Call make_accurate_live_analysis.Vladimir Makarov2004-05-251-13/+276
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-15/+15
* Patch for asm clobber of fp.James E Wilson2003-12-191-0/+6
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-2/+0
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-4/+4
* re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra2003-12-061-10/+30
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-14/+13
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-80/+47
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3
* global.c (global_conflicts): Prevent allocation of call clobbered hard regs t...Olivier Hainque2003-04-141-8/+20
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-1/+1
* re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Jan Hubicka2003-01-151-2/+17
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-8/+4
* global.c (find_reg): Check HARD_REGNO_NREGS before kicking out another register.Richard Sandiford2002-11-201-0/+5
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-13/+6
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* dsp16xx.c (print_operand): Fix format specifier.Kaveh R. Ghazi2002-08-111-2/+2
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth2002-07-211-14/+2
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-18/+18
* 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