summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* lcm.c (optimize_mode_switching): Check whether an insn is a NOTE before takin...Alexandre Oliva2000-12-081-1/+3
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-1/+1
* gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making...Michael Matz2000-07-201-24/+62
* lcm.c (make_preds_opaque): Fix comment.Clinton Popetz2000-05-281-31/+37
* toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson2000-05-171-10/+21
* lcm.c: Minor reformatting throughout.Richard Kenner2000-02-281-159/+151
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-1/+11
* Makefile.in (lcm.o): Depend on insn-attr.h.J"orn Rennecke2000-02-151-0/+459
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-7/+7
* lcm.c (compute_laterin): Cast bb->aux to size_t not int.Richard Henderson1999-11-301-2/+2
* ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing.Richard Henderson1999-11-151-10/+11
* gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.Jeffrey A Law1999-11-141-0/+14
* flow.c (compute_flow_dominators): Initially put all blocks on the worklist.Jeffrey A Law1999-11-111-16/+20
* basic-block.h (compute_available): Returns a void now.Jeffrey A Law1999-11-101-184/+280
* fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1999-11-031-6/+5
* basic-block.h (pre_edge_lcm, [...]): Prototype for exported functions.Andrew MacLeod1999-10-171-578/+461
* lcm.c: New file.Jeffrey A Law1999-03-101-0/+799