summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.sayle2003-03-151-1/+1
* * Makefile.in (lcm.o): Add dependency on function.hhubicka2003-02-251-0/+1
* * ifcvt.c: Fix comment typos.kazu2003-01-171-3/+3
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-6/+4
* * lcm.c (optimize_mode_switching): Add unused attribute foraj2002-06-081-2/+2
* * langhooks.c: Fix formatting.kazu2002-05-301-8/+8
* * lcm.c (output.h): #include.amylaar2002-05-301-107/+52
* * basic-block.h (last_basic_block): Declare.rakdver2002-05-281-1/+1
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-60/+60
* * lcm.c (optimize_mode_switching): Change bb used as indicesrth2002-05-251-6/+6
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-83/+79
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-184/+186
* * lcm.c (optimize_mode_switching): Revert previous change.thorpej2002-05-171-1/+1
* * lcm.c (optimize_mode_switching): Fix typo.thorpej2002-05-171-1/+1
* Basic block renumbering removal.rth2002-05-161-186/+184
* * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,rth2002-04-091-10/+11
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-1/+1
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-10/+6
* * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.m.hayes2002-01-121-4/+4
* 2002-01-05 Daniel Berlin <dan@dberlin.org>dberlin2002-01-051-49/+90
* 2001-01-04 Daniel Berlin <dan@cgsoftware.com>dberlin2002-01-041-90/+49
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-1/+1
* * lcm.c (optimize_mode_switching): Do not rebuild liveness informationhubicka2001-10-301-0/+22
* * cfg.c (clear_aux_for_blocks): Split out of ...rth2001-10-261-0/+7
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-6/+4
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * 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