aboutsummaryrefslogtreecommitdiff
path: root/gcc/global.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-11/+12
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-03re PR target/15832 (ICE in move_for_stack_reg, at reg-stack.c:1120)Vladimir Makarov1-6/+57
2004-07-12re PR rtl-optimization/15921 (gcc.c-torture/compile/920501-4.c fails on power...Vladimir Makarov1-1/+161
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-2/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-13/+13
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-25global.c (global_alloc): Call make_accurate_live_analysis.Vladimir Makarov1-13/+276
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-15/+15
2003-12-19Patch for asm clobber of fp.James E Wilson1-0/+6
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-2/+0
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-4/+4
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra1-10/+30
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-14/+13
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-80/+47
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-3/+3
2003-04-14global.c (global_conflicts): Prevent allocation of call clobbered hard regs t...Olivier Hainque1-8/+20
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-15re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Jan Hubicka1-2/+17
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-8/+4
2002-11-20global.c (find_reg): Check HARD_REGNO_NREGS before kicking out another register.Richard Sandiford1-0/+5
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-13/+6
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-11dsp16xx.c (print_operand): Fix format specifier.Kaveh R. Ghazi1-2/+2
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-14/+2
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-18/+18
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-9/+10
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-7/+7
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-18/+17
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-17/+18
2002-01-12global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED every where we ...Herman A.J. ten Brugge1-0/+9
2002-01-05cse.c: Fix formatting.Kazu Hirata1-11/+11
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-39/+40
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-08global.c (retry_global_alloc): Avoid shadowing allocno.Franz Sirl1-4/+4
2001-07-30flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka1-4/+5
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-7/+17
2001-06-07global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after end of last...Richard Kenner1-2/+8
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-13/+20
2000-12-05global.c (global_conflicts): Allow for a REG_UNUSED note with a different mod...Geoffrey Keating1-4/+7
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-3/+3
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-21global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law1-1/+1
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-5/+4
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson1-6/+6
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-4/+4