summaryrefslogtreecommitdiff
path: root/gcc/ssa.c
Commit message (Expand)AuthorAgeFilesLines
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-4/+4
* ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when handling undefined...Chris Lattner2002-09-261-13/+10
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-17/+18
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+25
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-1/+1
* ssa.c (rename_insn_1): Rename uses of undefined registers to prevent confusio...Chris Lattner2002-05-291-7/+15
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-8/+8
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-42/+40
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-59/+61
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-61/+59
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-86/+86
* predict.c: Fix formatting.Kazu Hirata2002-01-221-12/+12
* conflict.c (conflict_graph_compute): Free regsets when finished.Michael Hayes2002-01-121-4/+9
* Fix whitespace in and around comment.Richard Kenner2001-12-281-3/+3
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka2001-09-281-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-1/+1
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-1/+1
* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka2001-09-111-2/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-8/+8
* sbitmap.c: Fix comment formatting.Kazu Hirata2001-08-171-4/+4
* ssa.c (rename_insn_1): Do not wrap an assignment to a paradoxical SUBREG insi...Jeffrey A Law2001-07-251-6/+22
* Makefile.in (OBJS): Add ssa-ccp.oJeff Law2001-07-091-1/+3
* basic-block.h (first_insn_after_basic_block_note): Declare.Jeffrey A Law2001-07-061-24/+0
* basic-block.h (dump_edge_info): Declare.Diego Novillo2001-06-221-3/+1
* ssa.c (rename_block): Update parameter to remove_phi_alternativeJeffrey A Law2001-06-201-3/+3
* ssa.c (remove_phi_alternative): Remove declaration.Jeffrey A Law2001-06-191-12/+15
* ssa.c (ssa_uses): Remove definition.Jeffrey A Law2001-06-191-7/+0
* Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H).Kaveh R. Ghazi2001-04-131-0/+1
* Warning fixes:Kaveh R. Ghazi2000-11-191-1/+1
* Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz2000-11-141-8/+1
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-2/+2
* Warning fixes:Kaveh R. Ghazi2000-10-201-2/+2
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-3/+3
* dce.c: Remove all uses of assert.Mark Mitchell2000-08-031-10/+2
* Makefile.in (OBJS): Added dce.o.Jeffrey Oldham2000-08-021-34/+15
* Makefile.in (ssa.o): Updated header files in dependences.Jeffrey D. Oldham2000-07-311-166/+509
* Put phi nodes after NOTE_INSN_BASIC_BLOCK.Mark Mitchell2000-07-271-38/+57
* ssa.c (rename_insn_1): Don't rename registers that are CLOBBERed.Mark Mitchell2000-07-211-1/+0
* Correct previous botched commit.Geoffrey Keating2000-06-271-11/+9
* ssa.c (struct rename_set_data): Change the name of field 'set_dest' to 'old_r...Geoff Keating2000-06-261-135/+185
* ssa.c (convert_from_ssa): Tell life_analysis we need death notes.Clinton Popetz2000-05-191-2/+4
* bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi2000-05-041-1/+1
* Fix commentary.Richard Henderson2000-04-271-1/+2
* flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.Richard Henderson2000-04-261-1/+0
* basic-block.h (life_analysis): Declare here ...Richard Henderson2000-04-261-2/+2
* ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.Alex Samuel2000-04-091-23/+18
* gcse.c (gcse_main): Don't rebuild the CFG here.Richard Henderson2000-04-071-7/+0