aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-22re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that i...Jakub Jelinek1-2/+10
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-10/+8
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-3/+3
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+146
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-36/+42
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-17/+27
2005-05-13re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...J"orn Rennecke1-1/+7
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-3/+4
2005-04-15basic-block.h (PROP_EQUAL_NOTES): Remove.Kazu Hirata1-5/+0
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-0/+3
2005-04-08re PR rtl-optimization/20466 (Missed invalidation of known memory contents in...Hans-Peter Nilsson1-4/+11
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-3/+3
2005-03-07flow.c (regs_live_at_setjmp): Make it static.Kazu Hirata1-1/+1
2005-02-21flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon...Kazu Hirata1-13/+27
2005-02-20re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher1-14/+117
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-4/+4
2005-02-15flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata1-7/+1
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-24re PR middle-end/19551 (pure (complex types) function call removed as dead (L...Jakub Jelinek1-4/+14
2005-01-23* flow.c (regset_bytes, regset_size): Remove.Kazu Hirata1-6/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-3/+4
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-14/+16
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-13/+10
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-1/+1
2004-11-10basic-block.h (XMALLOC_REG_SET, [...]): New.Steven Bosscher1-26/+52
2004-11-08flow.c (allocate_bb_life_data): Make it static.Kazu Hirata1-2/+3
2004-11-04flow.c (init_propagate_block_info): Change the type of i to unsigned.Andrew Pinski1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-8/+8
2004-11-02flow.c (init_propagate_block_info): Use bitmap_empty_p on result of bitmap_xor.Nathan Sidwell1-3/+5
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell1-27/+21
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-22/+16
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-44/+57
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-12/+14
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-7/+7
2004-09-24re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson1-14/+5
2004-09-08final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-37/+24
2004-08-29flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just th...Richard Earnshaw1-8/+6
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-08-02re PR rtl-optimization/15068 (ICE in elim_reg_cond)Paul Brook1-5/+8
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-18/+18
2004-07-07* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.Per Bothner1-1/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-8/+8
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-21/+21
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-20/+22
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-68/+2
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher1-19/+12