summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-1/+1
* * basic-block.h (free_basic_block_vars): Update prototype.steven2004-05-051-4/+0
* 2004-04-09 Caroline Tice <ctice@apple.com>ctice2004-04-091-1/+26
* * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,kazu2004-03-201-1/+1
* * ifcvt.c (noce_try_sign_mask): New function to transformsayle2004-03-091-0/+68
* * toplev.c (dump_file_tbl): Rename from dump_file.rth2004-02-241-32/+38
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,kazu2004-01-311-1/+1
* * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.rakdver2004-01-291-22/+4
* * c-common.h: Fix comment typos.kazu2004-01-251-1/+1
* Backport from tree-ssa (relevant changes only):steven2003-12-301-27/+22
* * alias.c: Fix comment formatting.kazu2003-12-211-3/+3
* PR middle-end/13400sayle2003-12-161-0/+19
* * c-typeck.c: Fix comment typos.kazu2003-12-131-2/+2
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-39/+39
* * emit-rtl.c (set_used_flags): New.hubicka2003-11-291-6/+34
* * ChangeLog.7: Fix comment typos.kazu2003-11-211-1/+1
* PR optimization/10817sayle2003-11-021-1/+49
* * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.uweigand2003-10-171-4/+2
* * ifcvt.c (num_removed_blocks): Rename to num_true_changes.davem2003-10-141-13/+14
* * c-decl.c (finish_function): Convert definition to ISO C90.aj2003-09-281-1/+1
* 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>pinskia2003-09-151-3/+5
* * Makefile.in (ifcvt.o): Depend on target.hamylaar2003-07-261-1/+3
* * Makefile.in (ifcvt.o): Add cfgloop.h.rakdver2003-07-181-0/+37
* * gcc.c: Convert prototypes to ISO C90.aj2003-07-061-163/+112
* * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.hubicka2003-07-031-5/+5
* cp:ghazi2003-06-161-2/+2
* * cfglayout.c (insn_scope): New static functionhubicka2003-06-081-15/+15
* PR target/11052rearnsha2003-06-061-0/+9
* * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.hubicka2003-06-061-3/+3
* * optabs.c (expand_abs_nojump): Split out from ...rth2003-06-031-1/+2
* * ifcvt.c (noce_process_if_block): Fail on BLKmode move.kenner2003-04-141-1/+1
* PR opt/10116rth2003-03-231-2/+4
* * ifcvt.c (find_if_case_1): If we add a new bb, update the dominancerearnsha2003-03-201-0/+2
* * ifcvt.c (noce_process_if_block): Re-add check vs X being changedrth2003-01-241-3/+10
* PR opt/8848rth2003-01-211-1/+2
* * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of xdanglin2003-01-211-2/+2
* * ifcvt.c: Fix comment typos.kazu2003-01-171-2/+2
* Fri Jan 10 22:05:35 CET 2003 Jan Hubicka <jh@suse.cz>hubicka2003-01-101-16/+20
* * genopinit.c (optabs): Add addc_optab.hubicka2003-01-071-31/+57
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * ifcvt.c (noce_process_if_block): Correctly detect X modifiedrth2002-09-191-21/+9
* * basic-block.h: Fix comment formatting.kazu2002-09-081-1/+1
* * tree.c (finish_vector_type): Fix a typo in a comment.shebs2002-08-211-4/+4
* * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,ghazi2002-08-101-1/+1
* * ifcvt.c (find_if_case_2): Test correct basic block for size.rth2002-08-091-1/+1
* * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.rth2002-07-301-6/+8
* Fix null pointer crash and a merge errorbernds2002-07-301-11/+3
* Enhancements for the if-conversion passbernds2002-07-211-167/+555
* * ifcvt.c (noce_get_condition): Make certain that the conditionrth2002-07-181-20/+48
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>hubicka2002-06-201-6/+17