aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-20/+68
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+3
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-0/+3
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-6/+6
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-61/+64
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-8/+3
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-29/+27
2007-02-18re PR rtl-optimization/30773 (Spec cpu2k6/h264ref and sphinx3 miscompare regr...Steven Bosscher1-3/+4
2007-02-11fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher1-8/+10
2006-11-10cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka1-3/+4
2006-04-14local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.Kazu Hirata1-2/+4
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-16re PR rtl-optimization/25636 (opts.c is being miscompiled, write to read only...Bernd Schmidt1-3/+3
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-2/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-11/+11
2006-01-17local-alloc.c (local_alloc): Make it static.Kazu Hirata1-1/+1
2005-11-11re PR rtl-optimization/22509 (elemental.f90 testsuite failure (-fweb))Zdenek Dvorak1-2/+13
2005-09-01re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek1-1/+12
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+68
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-17local-alloc.c (update_equiv_regs): Update reg_equiv_init properly when moving...Richard Henderson1-1/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-5/+8
2005-06-15Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h.Bernd Schmidt1-54/+125
2005-06-02local-alloc.c (update_equiv_regs): When substituting sole definition into sol...Bernd Schmidt1-1/+6
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-2/+3
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell1-7/+7
2004-12-16local-alloc.c (block_alloc): Replace IN_RANGE with simple comparison.Nathan Sidwell1-3/+2
2004-11-23emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson1-1/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+2
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-8/+11
2004-09-28cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand1-0/+5
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-9/+7
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-7/+9
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-3/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-6/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-4/+4
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-22/+22
2004-03-05cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini1-21/+0
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-3/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-5/+5
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-19dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata1-5/+1