summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.Michael Hayes2002-01-121-4/+4
* lcm.c: Revert change...Daniel Berlin2002-01-051-49/+90
* lcm.c: Include df.h.Daniel Berlin2002-01-041-90/+49
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka2001-10-301-0/+22
* cfg.c (clear_aux_for_blocks): Split out of ...Richard Henderson2001-10-261-0/+7
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-6/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.Andreas Jaeger2001-07-171-31/+32
* gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...Daniel Berlin2001-07-111-13/+15
* lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular basic block.Alexandre Oliva2001-02-121-27/+93
* Update Copyright noticeAlexandre Oliva2001-02-071-1/+1
* lcm.c (optimize_mode_switching): Emit mode_set before the JUMP_INSN of an abn...Alexandre Oliva2001-02-071-1/+4
* Note that INSN_PTR may be the note at the beginning of a blockAlexandre Oliva2001-01-051-1/+2
* 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