summaryrefslogtreecommitdiff
path: root/gcc/ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ssa.c (compute_conservative_reg_partition): Declare with void arguments.Alex Samuel2000-04-071-1/+1
* rtl.h (INSN_P): New macro.Alex Samuel2000-04-061-58/+503
* sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi2000-04-041-1/+1
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-15/+15
* * Clean up usages of TREE_INT_CST_LOW.Richard Kenner2000-03-171-1/+1
* Changes in include:Alex Samuel2000-03-101-0/+1503