aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-8/+5
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+4
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+4
2009-09-28ifcvt.c (noce_try_abs): Recognize pattern and call expand_one_cmpl_abs_nojump.Easwaran Raman1-4/+28
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-9/+22
2009-06-26re PR middle-end/40525 (if conversion (in dead_or_predicable) fails for targe...Steven Bosscher1-6/+13
2009-06-22alias.c: Use REG_P...Shujing Zhao1-14/+14
2009-05-12Merge cond-optab branch.Paolo Bonzini1-4/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-18re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck1-2/+2
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-2/+2
2008-09-29ifcvt.c (noce_emit_store_flag): If using condition from original jump, revers...Joseph Myers1-1/+9
2008-09-16re PR rtl-optimization/37483 (Segfault in noce_try_sign_mask (ifcvt.c): b_unc...Jakub Jelinek1-11/+14
2008-09-11ifcvt.c (check_cond_move_block): Make regs argument pointer to vector pointer.Jan Hubicka1-4/+4
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-4/+8
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-14/+25
2008-06-30ifcvt.c (cond_move_process_if_block): Free vectors on false return.Kenneth Zadeck1-5/+22
2008-05-16ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...Kenneth Zadeck1-1/+1
2008-05-07[multiple changes]Kenneth Zadeck1-3/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-04re PR middle-end/35456 (Different results for inlined vs. non-inlined function)Uros Bizjak1-0/+4
2008-03-01ifcvt.c (noce_process_if_block): Try to handle only the then block if the els...Alexandre Oliva1-0/+9
2008-02-26dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn1-3/+7
2007-10-29ifcvt.c (noce_can_store_speculate_p): New static function.Ian Lance Taylor1-18/+71
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-3/+3
2007-08-26re PR middle-end/33181 (Revision 127766 generates bad cmov)H.J. Lu1-0/+3
2007-08-24re PR middle-end/33157 (cmov4.c fails on i686)Uros Bizjak1-1/+3
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-6/+0
2007-07-03* ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.Jan Hubicka1-2/+2
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-5/+13
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-82/+83
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-5/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+0
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-1/+1
2007-03-29ifcvt.c (struct noce_if_info): Add then_else_reversed field.Steven Bosscher1-6/+16
2007-03-28ifcvt.c (cond_exec_find_if_block): Return FALSE if no transformations are app...Steven Bosscher1-0/+2
2007-03-26ifcvt.c (noce_try_store_flag_constants): Don't check no_new_pseudos here.Steven Bosscher1-171/+206
2007-03-23Fix accidental commitSteven Bosscher1-11/+6
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-6/+11
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-10/+5
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-2/+2
2007-01-18cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher1-2/+6
2007-01-16ifcvt.c: Include vec.h, vecprim.h.Eric Christopher1-48/+62
2007-01-11ifcvt.c (struct noce_if_info): Add comments to the fields.Steven Bosscher1-53/+95
2007-01-06ifcvt.c (cond_move_convert_if_block): New function, code factored out from...Steven Bosscher1-78/+74
2006-11-27cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka1-1/+1
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-1/+1