summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-3/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-2/+2
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-7/+7
* lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT.Eric Christopher2003-10-101-7/+15
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-11/+7
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-99/+53
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* Makefile.in (lcm.o): Add dependency on function.hJan Hubicka2003-02-251-0/+1
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-3/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-6/+4
* lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger2002-06-081-2/+2
* langhooks.c: Fix formatting.Kazu Hirata2002-05-301-8/+8
* lcm.c (output.h): #include.J"orn Rennecke2002-05-301-107/+52
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-1/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-60/+60
* lcm.c (optimize_mode_switching): Change bb used as indices to bb->index.Toshiyasu Morita2002-05-241-6/+6
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-83/+79
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-184/+186
* * lcm.c (optimize_mode_switching): Revert previous change.Jason Thorpe2002-05-171-1/+1
* * lcm.c (optimize_mode_switching): Fix typo.Jason Thorpe2002-05-171-1/+1
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-186/+184
* sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson2002-04-091-10/+11
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-1/+1
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-10/+6
* 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