summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
...
* * gcc.c: Fix comment formatting.kazu2001-08-121-1/+1
* * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format foraj2001-07-171-31/+32
* * gcse.c, lcm.c, sched-deps.c:law2001-07-111-13/+15
* * lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regularaoliva2001-02-121-27/+93
* Update Copyright noticeaoliva2001-02-071-1/+1
* * lcm.c (optimize_mode_switching): Emit mode_set before theaoliva2001-02-071-1/+4
* Note that INSN_PTR may be the note at the beginning of a blockaoliva2001-01-051-1/+2
* * lcm.c (optimize_mode_switching): Check whether an insn is a NOTEaoliva2000-12-081-1/+3
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-1/+1
* * gcse.c (record_one_set): Prepend instead of append ontolaw2000-07-211-24/+62
* * lcm.c (make_preds_opaque): Fix comment.cpopetz2000-05-281-31/+37
* * toplev.c (rest_of_compilation): Don't call optimize_mode_switchingrth2000-05-171-10/+21
* * lcm.c: Minor reformatting throughout.kenner2000-02-281-159/+151
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-1/+11
* * Makefile.in (lcm.o): Depend on insn-attr.h.amylaar2000-02-151-0/+459
* Update copyrightsghazi2000-01-171-1/+1
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-7/+7
* * lcm.c (compute_laterin): Cast bb->aux to size_t not int.rth1999-11-301-2/+2
* * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned longrth1999-11-161-10/+11
* * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.law1999-11-151-0/+14
* * flow.c (compute_flow_dominators): Initially put all blocks onlaw1999-11-111-16/+20
* * basic-block.h (compute_available): Returns a void now.law1999-11-111-184/+280
* * fix-header.c (recognized_extern, recognized_function): Constifyghazi1999-11-031-6/+5
* * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):law1999-10-171-578/+461
* * lcm.c: New file.law1999-03-101-0/+799