summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-25/+15
* genattrtab.c (NULL_ATTR): Remove.Kazu Hirata2005-04-131-1/+0
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-12/+14
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-25/+24
* * ifcvt.c (noce_emit_move_insn): Remove inmode.Kazu Hirata2005-03-091-2/+1
* recog.c (verify_changes, [...]): New functions, broken out of apply_change_gr...J"orn Rennecke2005-03-021-7/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-32/+8
* re PR rtl-optimization/19579 (-march=i686 generates a bogus program for x86*)Jakub Jelinek2005-01-261-5/+21
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+2
* ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change...Roger Sayle2005-01-081-1/+16
* * ifcvt.c (find_if_case_1): Revert 2005-01-04 change.Roger Sayle2005-01-051-15/+1
* ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block...Roger Sayle2005-01-051-1/+15
* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.Roger Sayle2004-12-181-15/+28
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-4/+4
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-5/+4
* ifcvt.c (find_if_block): Move the check for the number of edges above the loo...Andrew Pinski2004-11-181-12/+6
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell2004-11-021-7/+3
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-12/+11
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-58/+52
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-9/+11
* re PR rtl-optimization/15187 (Inefficient if optimization with -O2 -ffast-math)Uros Bizjak2004-09-171-0/+20
* flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just th...Richard Earnshaw2004-08-291-4/+5
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-2/+17
* * ifcvt.c (find_if_case_1): Remove ??? comment.Zack Weinberg2004-08-251-1/+0
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-1/+2
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-1/+3
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-34/+4
* rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle2004-07-111-7/+19
* expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek2004-07-101-2/+1
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-24/+24
* ifcvt.c (total_bb_rtx_cost): New function.David Edelsohn2004-07-071-2/+24
* ifcvt.c (struct noce_if_info): Add a Boolean b_unconditional field.Roger Sayle2004-07-061-2/+8
* ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate a "sign mask" ...Roger Sayle2004-07-041-2/+4
* ifcvt.c, [...]: Fix comment typos.Kazu Hirata2004-07-021-1/+1
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-5/+5
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-3/+1
* ifcvt.c (seq_contains_jump): Delete function.Roger Sayle2004-06-261-24/+8
* re PR middle-end/15825 (if-cvt optimisation patch noce_try_sign_mask breaks a...Roger Sayle2004-06-251-66/+64
* 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