summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/20466 (Missed invalidation of known memory contents in...Hans-Peter Nilsson2005-04-081-4/+11
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-3/+3
* flow.c (regs_live_at_setjmp): Make it static.Kazu Hirata2005-03-071-1/+1
* flow.c (delete_dead_jumptables): Speed up by scanning insns that do not belon...Kazu Hirata2005-02-211-13/+27
* re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher2005-02-201-14/+117
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-4/+4
* flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata2005-02-151-7/+1
* c-tree.h, [...]: Fix comment typos.Kazu Hirata2005-02-121-1/+1
* re PR middle-end/19551 (pure (complex types) function call removed as dead (L...Jakub Jelinek2005-01-241-4/+14
* * flow.c (regset_bytes, regset_size): Remove.Kazu Hirata2005-01-231-6/+0
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-3/+4
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-14/+16
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-13/+10
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-1/+1
* basic-block.h (XMALLOC_REG_SET, [...]): New.Steven Bosscher2004-11-101-26/+52
* flow.c (allocate_bb_life_data): Make it static.Kazu Hirata2004-11-081-2/+3
* flow.c (init_propagate_block_info): Change the type of i to unsigned.Andrew Pinski2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-8/+8
* flow.c (init_propagate_block_info): Use bitmap_empty_p on result of bitmap_xor.Nathan Sidwell2004-11-021-3/+5
* bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell2004-11-021-27/+21
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-22/+16
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-44/+57
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-12/+14
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-7/+7
* re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson2004-09-241-14/+5
* final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-37/+24
* flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just th...Richard Earnshaw2004-08-291-8/+6
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-2/+2
* re PR rtl-optimization/15068 (ICE in elim_reg_cond)Paul Brook2004-08-021-5/+8
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-18/+18
* * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.Per Bothner2004-07-071-1/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-8/+8
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-2/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-21/+21
* basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher2004-05-151-20/+22
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-68/+2
* basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher2004-05-051-19/+12
* flow.c (propagate_one_insn): Call mark_set_regs for stack pointer updates too.J"orn Rennecke2004-04-301-6/+12
* * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".Paul Brook2004-03-031-2/+2
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-8/+8
* re PR rtl-optimization/7871 (ICE on legal code, global register variables pro...Ian Lance Taylor2004-02-281-3/+12
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-17/+17
* target-def.h (TARGET_SCHED_INIT_GLOBAL, [...]): New macros.Sanjiv Kumar Gupta2004-02-241-1/+4
* flow.c (insn_dead_p): A clobber of a dead hard register is a dead insn after ...Richard Henderson2004-02-111-8/+16
* flow.c (update_life_info): Allocate reg_deaths when called from scheudler.Jan Hubicka2004-02-061-8/+18
* recog.c (split_all_insns): Do not update reg info.Jan Hubicka2004-02-061-6/+70
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-6/+6
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1