summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/15550 ([i386] ICE in extract_insn, at recog.c:2083)Richard Henderson2004-06-191-0/+9
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+1
* basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher2004-05-051-4/+0
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-1/+26
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* ifcvt.c (noce_try_sign_mask): New function to transform "x = (y < 0) ? z ...Roger Sayle2004-03-091-0/+68
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-32/+38
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-22/+4
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-27/+22
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-3/+3
* re PR rtl-optimization/13400 (Compiled code crashes storing to read-only loca...Roger Sayle2003-12-161-0/+19
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-2/+2
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-39/+39
* emit-rtl.c (set_used_flags): New.Jan Hubicka2003-11-291-6/+34
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* re PR rtl-optimization/10817 (gcc does not optimize result=0;if(t!=0)result=t...Roger Sayle2003-11-021-1/+49
* * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.Ulrich Weigand2003-10-171-4/+2
* ifcvt.c (num_removed_blocks): Rename to num_true_changes.David S. Miller2003-10-131-13/+14
* c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger2003-09-281-1/+1
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-3/+5
* Makefile.in (ifcvt.o): Depend on target.hJ"orn Rennecke2003-07-261-1/+3
* Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak2003-07-181-0/+37
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-163/+112
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-5/+5
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-2/+2
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-15/+15
* re PR target/11052 ([arm] noce_process_if_block() can loose REG_INC notes)Richard Earnshaw2003-06-061-0/+9
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka2003-06-061-3/+3
* optabs.c (expand_abs_nojump): Split out from ...Richard Henderson2003-06-031-1/+2
* * ifcvt.c (noce_process_if_block): Fail on BLKmode move.Douglas B Rupp2003-04-141-1/+1
* re PR rtl-optimization/10116 (ce2: invalid merge of "join_bb" in the context ...Richard Henderson2003-03-231-2/+4
* ifcvt.c (find_if_case_1): If we add a new bb, update the dominance information.Richard Earnshaw2003-03-201-0/+2
* ifcvt.c (noce_process_if_block): Re-add check vs X being changed in no-else-b...Richard Henderson2003-01-231-3/+10
* re PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?))Richard Henderson2003-01-201-1/+2
* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a s...John David Anglin2003-01-211-2/+2
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* ifcvt.c (noce_try_addcc): Do not call emit_conditional_add with weird operands.Jan Hubicka2003-01-101-16/+20
* re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka2003-01-071-31/+57
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B befo...Richard Henderson2002-09-181-21/+9
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs2002-08-211-4/+4
* emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi2002-08-101-1/+1
* * ifcvt.c (find_if_case_2): Test correct basic block for size.Toshiyasu Morita2002-08-091-1/+1
* ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.Richard Henderson2002-07-301-6/+8
* Fix null pointer crash and a merge errorBernd Schmidt2002-07-301-11/+3
* Enhancements for the if-conversion passBernd Schmidt2002-07-211-167/+555