summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-3/+3
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* Patch for asm clobber of fp.James E Wilson2003-12-191-1/+7
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-8/+0
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-2/+2
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-15/+15
* defaults.h (LOCAL_REGNO): Give the default definition.Kazu Hirata2003-12-091-3/+0
* re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc)Alan Modra2003-12-061-7/+32
* flow.c (count_or_remove_death_notes_bb): New.Jeff Law2003-12-011-41/+72
* flow.c (update_life_info): Amend comment about when a register can become dead.J"orn Rennecke2003-11-221-0/+3
* ssa.c, [...]: Remove files.Richard Henderson2003-11-201-32/+0
* flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ...Richard Earnshaw2003-10-171-37/+42
* re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle2003-09-121-9/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-5/+5
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-1/+4
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* final.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-011-220/+107
* flow.c (propagate_one_insn): Use proper test for a register being part of the...J"orn Rennecke2003-06-281-1/+3
* flow.c (propagate_one_insn): Kill function return value registers across tail...Richard Henderson2003-06-261-2/+5
* flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.Richard Henderson2003-06-261-3/+10
* value-prof.c: New.Zdenek Dvorak2003-06-261-2/+4
* bt-load.c: New file.Stephen Clarke2003-06-181-4/+4
* tracer.c: Remove duplication declaration.Andreas Jaeger2003-06-161-2/+1
* flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata2003-06-031-2/+5
* emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque2003-05-031-4/+5
* combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka2003-02-281-9/+7
* flow.c (update_life_info): Zap life info after cleanup_cfg.Richard Henderson2003-01-301-2/+12
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-3/+3
* dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi2003-01-161-3/+6
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-2/+2
* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset.Richard Earnshaw2003-01-151-0/+6
* * flow.c (allocate_reg_life_data): Reset REG_FREQ.Zdenek Dvorak2002-12-201-0/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-11/+16
* flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...Andrew Haley2002-10-011-0/+4
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0