aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell1-7/+3
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-12/+11
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-58/+52
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-9/+11
2004-09-17re PR rtl-optimization/15187 (Inefficient if optimization with -O2 -ffast-math)Uros Bizjak1-0/+20
2004-08-29flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just th...Richard Earnshaw1-4/+5
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-2/+17
2004-08-25* ifcvt.c (find_if_case_1): Remove ??? comment.Zack Weinberg1-1/+0
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-1/+2
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-1/+3
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-34/+4
2004-07-11rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle1-7/+19
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-2/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-24/+24
2004-07-07ifcvt.c (total_bb_rtx_cost): New function.David Edelsohn1-2/+24
2004-07-06ifcvt.c (struct noce_if_info): Add a Boolean b_unconditional field.Roger Sayle1-2/+8
2004-07-04ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate a "sign mask" ...Roger Sayle1-2/+4
2004-07-02ifcvt.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-5/+5
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-3/+1
2004-06-26ifcvt.c (seq_contains_jump): Delete function.Roger Sayle1-24/+8
2004-06-25re PR middle-end/15825 (if-cvt optimisation patch noce_try_sign_mask breaks a...Roger Sayle1-66/+64
2004-06-19re PR target/15550 ([i386] ICE in extract_insn, at recog.c:2083)Richard Henderson1-0/+9
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+1
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher1-4/+0
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+26
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-09ifcvt.c (noce_try_sign_mask): New function to transform "x = (y < 0) ? z ...Roger Sayle1-0/+68
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-32/+38
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-22/+4
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-27/+22
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-12-16re PR rtl-optimization/13400 (Compiled code crashes storing to read-only loca...Roger Sayle1-0/+19
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-2/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-39/+39
2003-11-29emit-rtl.c (set_used_flags): New.Jan Hubicka1-6/+34
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-11-02re PR rtl-optimization/10817 (gcc does not optimize result=0;if(t!=0)result=t...Roger Sayle1-1/+49
2003-10-17* ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.Ulrich Weigand1-4/+2
2003-10-13ifcvt.c (num_removed_blocks): Rename to num_true_changes.David S. Miller1-13/+14
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-1/+1
2003-09-14re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak1-3/+5
2003-07-26Makefile.in (ifcvt.o): Depend on target.hJ"orn Rennecke1-1/+3
2003-07-18Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak1-0/+37
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-163/+112
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-5/+5
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2