aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-9/+8
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-241/+121
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-3/+3
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-3/+2
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-26ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when handling undefined...Chris Lattner1-13/+10
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-17/+18
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+25
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+1
2002-05-29ssa.c (rename_insn_1): Rename uses of undefined registers to prevent confusio...Chris Lattner1-7/+15
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-8/+8
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-42/+40
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-59/+61
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-61/+59
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-86/+86
2002-01-22predict.c: Fix formatting.Kazu Hirata1-12/+12
2002-01-12conflict.c (conflict_graph_compute): Free regsets when finished.Michael Hayes1-4/+9
2001-12-28Fix whitespace in and around comment.Richard Kenner1-3/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-09-28gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-1/+1
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-1/+1
2001-09-11basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka1-2/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-8/+8
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-25ssa.c (rename_insn_1): Do not wrap an assignment to a paradoxical SUBREG insi...Jeffrey A Law1-6/+22
2001-07-09Makefile.in (OBJS): Add ssa-ccp.oJeff Law1-1/+3
2001-07-06basic-block.h (first_insn_after_basic_block_note): Declare.Jeffrey A Law1-24/+0
2001-06-22basic-block.h (dump_edge_info): Declare.Diego Novillo1-3/+1
2001-06-20ssa.c (rename_block): Update parameter to remove_phi_alternativeJeffrey A Law1-3/+3
2001-06-19ssa.c (remove_phi_alternative): Remove declaration.Jeffrey A Law1-12/+15
2001-06-19ssa.c (ssa_uses): Remove definition.Jeffrey A Law1-7/+0
2001-04-13Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-11-19Warning fixes:Kaveh R. Ghazi1-1/+1
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-8/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-2/+2
2000-10-20Warning fixes:Kaveh R. Ghazi1-2/+2
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-3/+3
2000-08-03dce.c: Remove all uses of assert.Mark Mitchell1-10/+2
2000-08-02Makefile.in (OBJS): Added dce.o.Jeffrey Oldham1-34/+15
2000-07-31Makefile.in (ssa.o): Updated header files in dependences.Jeffrey D. Oldham1-166/+509
2000-07-27Put phi nodes after NOTE_INSN_BASIC_BLOCK.Mark Mitchell1-38/+57
2000-07-21ssa.c (rename_insn_1): Don't rename registers that are CLOBBERed.Mark Mitchell1-1/+0
2000-06-27Correct previous botched commit.Geoffrey Keating1-11/+9
2000-06-26ssa.c (struct rename_set_data): Change the name of field 'set_dest' to 'old_r...Geoff Keating1-135/+185