aboutsummaryrefslogtreecommitdiff
path: root/gcc/lcm.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-6/+4
2002-06-08lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger1-2/+2
2002-05-30langhooks.c: Fix formatting.Kazu Hirata1-8/+8
2002-05-30lcm.c (output.h): #include.J"orn Rennecke1-107/+52
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-1/+1
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-60/+60
2002-05-24lcm.c (optimize_mode_switching): Change bb used as indices to bb->index.Toshiyasu Morita1-6/+6
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-83/+79
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-184/+186
2002-05-17* lcm.c (optimize_mode_switching): Revert previous change.Jason Thorpe1-1/+1
2002-05-17* lcm.c (optimize_mode_switching): Fix typo.Jason Thorpe1-1/+1
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-186/+184
2002-04-09sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson1-10/+11
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-10/+6
2002-01-12gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.Michael Hayes1-4/+4
2002-01-05lcm.c: Revert change...Daniel Berlin1-49/+90
2002-01-04lcm.c: Include df.h.Daniel Berlin1-90/+49
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-30lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka1-0/+22
2001-10-26cfg.c (clear_aux_for_blocks): Split out of ...Richard Henderson1-0/+7
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-6/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-17unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.Andreas Jaeger1-31/+32
2001-07-11gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...Daniel Berlin1-13/+15
2001-02-12lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular basic block.Alexandre Oliva1-27/+93
2001-02-07Update Copyright noticeAlexandre Oliva1-1/+1
2001-02-07lcm.c (optimize_mode_switching): Emit mode_set before the JUMP_INSN of an abn...Alexandre Oliva1-1/+4
2001-01-05Note that INSN_PTR may be the note at the beginning of a blockAlexandre Oliva1-1/+2
2000-12-08lcm.c (optimize_mode_switching): Check whether an insn is a NOTE before takin...Alexandre Oliva1-1/+3
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-07-20gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making...Michael Matz1-24/+62
2000-05-28lcm.c (make_preds_opaque): Fix comment.Clinton Popetz1-31/+37
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson1-10/+21
2000-02-28lcm.c: Minor reformatting throughout.Richard Kenner1-159/+151
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+11
2000-02-15Makefile.in (lcm.o): Depend on insn-attr.h.J"orn Rennecke1-0/+459
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-7/+7
1999-11-30lcm.c (compute_laterin): Cast bb->aux to size_t not int.Richard Henderson1-2/+2
1999-11-15ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing.Richard Henderson1-10/+11
1999-11-14gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.Jeffrey A Law1-0/+14
1999-11-11flow.c (compute_flow_dominators): Initially put all blocks on the worklist.Jeffrey A Law1-16/+20
1999-11-10basic-block.h (compute_available): Returns a void now.Jeffrey A Law1-184/+280
1999-11-03fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1-6/+5
1999-10-17basic-block.h (pre_edge_lcm, [...]): Prototype for exported functions.Andrew MacLeod1-578/+461
1999-03-10lcm.c: New file.Jeffrey A Law1-0/+799