aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+1
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-38/+45
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-20/+4
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-7/+7
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand1-2/+4
2002-05-30langhooks.c: Fix formatting.Kazu Hirata1-4/+4
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-21/+17
2002-05-17PR c/6689, PR optimization/6615David S. Miller1-4/+4
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-17/+21
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-21/+17
2002-04-02local-alloc.c (contains_replace_regs): LO_SUM may contain replace regs.Richard Henderson1-1/+0
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-1/+2
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+3
2002-01-03* local-alloc.c (function_invariant_p): Update commentary.Richard Henderson1-1/+7
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-2/+2
2001-11-22* local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.Graham Stott1-22/+40
2001-11-14integrate.c (get_hard_reg_initial_reg): New.DJ Delorie1-1/+14
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-7/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26cfgcleanup.c (BB_SET_FLAG, [...]): Add cast to avoid warning.Richard Kenner1-2/+5
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-3/+8
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-30/+30
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-6/+2
2001-09-21integrate.c (allocate_initial_values): New function.J"orn Rennecke1-3/+0
2001-09-05i386.c (size_cost): New static variable.Jan Hubicka1-313/+284
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-06profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger1-1/+2
2001-08-05local-alloc.c (update_equiv_regs): Do not move insns that can throw.Richard Henderson1-0/+6
2001-07-30flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka1-3/+4
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-1/+8
2001-05-28local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.Geoffrey Keating1-1/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-5/+33
2001-02-01local-alloc.c (update_equiv_regs): Copy INSN_CODE to the new instruction.Richard Henderson1-1/+5
2001-01-01Extra arg for rtx_varies_pBernd Schmidt1-5/+5
2000-12-29local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.Richard Kenner1-4/+3
2000-11-30flow.c (make_edge): Early out, if no flags to set.Michael Matz1-10/+33
2000-11-13c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson1-0/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-23local-alloc.c (update_equiv_regs): Add an abort().Geoff Keating1-1/+11
2000-10-20alias.c: (mark_constant_function): Don't check pure functions.John Wehle1-97/+271
2000-09-14Generate REG_EQUAL notes when they'd be helpfulBernd Schmidt1-0/+7
2000-09-06Don't use CLASS_LIKELY_SPILLED in local-allocBernd Schmidt1-21/+2
2000-08-28local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson1-4/+4