summaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
Commit message (Expand)AuthorAgeFilesLines
* cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka2006-11-101-3/+4
* local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.Kazu Hirata2006-04-141-2/+4
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* re PR rtl-optimization/25636 (opts.c is being miscompiled, write to read only...Bernd Schmidt2006-02-161-3/+3
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-11/+11
* local-alloc.c (local_alloc): Make it static.Kazu Hirata2006-01-171-1/+1
* re PR rtl-optimization/22509 (elemental.f90 testsuite failure (-fweb))Zdenek Dvorak2005-11-111-2/+13
* re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek2005-09-011-1/+12
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+68
* Update FSF address.Kelley Cook2005-06-251-2/+2
* local-alloc.c (update_equiv_regs): Update reg_equiv_init properly when moving...Richard Henderson2005-06-171-1/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-5/+8
* Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h.Bernd Schmidt2005-06-151-54/+125
* local-alloc.c (update_equiv_regs): When substituting sole definition into sol...Bernd Schmidt2005-06-021-1/+6
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-2/+3
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-7/+7
* local-alloc.c (block_alloc): Replace IN_RANGE with simple comparison.Nathan Sidwell2004-12-161-3/+2
* emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson2004-11-231-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+2
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-8/+11
* cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand2004-09-281-0/+5
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-9/+7
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-7/+9
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-2/+2
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-3/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-1/+1
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-4/+4
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-22/+22
* cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini2004-03-051-21/+0
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-3/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-5/+5
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-3/+3
* dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata2003-12-191-5/+1
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-8/+12
* * local-alloc.c (combine_regs): Fix comment typo.Richard Sandiford2003-08-071-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-14/+12
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-116/+61
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-2/+2
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-6/+6
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi2003-01-151-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-38/+45