aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-30flow.c (propagate_one_insn): Call mark_set_regs for stack pointer updates too.J"orn Rennecke1-6/+12
2004-03-03* flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".Paul Brook1-2/+2
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-8/+8
2004-02-28re PR rtl-optimization/7871 (ICE on legal code, global register variables pro...Ian Lance Taylor1-3/+12
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-17/+17
2004-02-24target-def.h (TARGET_SCHED_INIT_GLOBAL, [...]): New macros.Sanjiv Kumar Gupta1-1/+4
2004-02-11flow.c (insn_dead_p): A clobber of a dead hard register is a dead insn after ...Richard Henderson1-8/+16
2004-02-06flow.c (update_life_info): Allocate reg_deaths when called from scheudler.Jan Hubicka1-8/+18
2004-02-06recog.c (split_all_insns): Do not update reg info.Jan Hubicka1-6/+70
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-6/+6
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-3/+3
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2003-12-19Patch for asm clobber of fp.James E Wilson1-1/+7
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-8/+0
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-2/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-15/+15
2003-12-09defaults.h (LOCAL_REGNO): Give the default definition.Kazu Hirata1-3/+0
2003-12-06re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra1-7/+32
2003-12-01flow.c (count_or_remove_death_notes_bb): New.Jeff Law1-41/+72
2003-11-22flow.c (update_life_info): Amend comment about when a register can become dead.J"orn Rennecke1-0/+3
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-32/+0
2003-10-17flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ...Richard Earnshaw1-37/+42
2003-09-12re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle1-9/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+5
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-1/+4
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-07-01final.c: Convert prototypes to ISO C90.Andreas Jaeger1-220/+107
2003-06-28flow.c (propagate_one_insn): Use proper test for a register being part of the...J"orn Rennecke1-1/+3
2003-06-26flow.c (propagate_one_insn): Kill function return value registers across tail...Richard Henderson1-2/+5
2003-06-26flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.Richard Henderson1-3/+10
2003-06-26value-prof.c: New.Zdenek Dvorak1-2/+4
2003-06-18bt-load.c: New file.Stephen Clarke1-4/+4
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-2/+1
2003-06-03flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata1-2/+5
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-4/+5
2003-02-28combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka1-9/+7