summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* IVOPT performance tuning patch. The main problem is a variant of maximal weight davidxl2010-07-281-57/+373
* Fix to expose more LIM when creating mem_refdavidxl2010-07-281-3/+4
* adjusting iv update stmt position to enable inst combining. Regression tested...davidxl2010-07-271-0/+84
* Multiple exit loop handling in ivopts. Regression tested on x86-64/linuxdavidxl2010-07-271-27/+73
* 2010-07-23 Richard Guenther <rguenther@suse.de>rguenth2010-07-231-4/+6
* * tree.h (enum tree_index): Add TI_INTEGER_THREE.aesok2010-07-151-3/+3
* 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>sandra2010-07-101-1/+26
* 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>sandra2010-07-051-34/+58
* 2010-07-05 Richard Guenther <rguenther@suse.de>rguenth2010-07-051-2/+6
* 2010-07-05 Richard Guenther <rguenther@suse.de>rguenth2010-07-051-28/+37
* 2010-07-05 Richard Guenther <rguenther@suse.de>rguenth2010-07-051-3/+1
* 2010-07-04 Richard Guenther <rguenther@suse.de>rguenth2010-07-041-4/+11
* 2010-07-02 Richard Guenther <rguenther@suse.de>rguenth2010-07-021-0/+21
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-5/+8
* * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again theebotcazou2010-06-111-0/+1
* 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>sandra2010-06-091-4/+18
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-2/+5
* When niter may be zero, return a COND_EXPR with the may_be_zero condition.spop2010-05-281-0/+5
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+2
* gcc/ChangeLog:steven2010-05-211-2/+0
* * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment ofebotcazou2010-04-301-7/+9
* gcc/ChangeLog:steven2010-04-301-1/+0
* * cfgloop.h (struct loop): Move can_be_parallel field up.froydnj2010-04-261-2/+2
* * cgraph.c (cgraph_create_node): Set node frequency to normal.hubicka2010-04-261-3/+4
* 2010-04-01 Richard Guenther <rguenther@suse.de>rguenth2010-04-011-1/+5
* Fix PR43209: Do not decrease the cost of an IV candidate when the cost is inf...spop2010-03-041-2/+3
* Fix PR40886.spop2010-02-111-1/+14
* 2010-02-07 Richard Guenther <rguenther@suse.de>rguenth2010-02-071-1/+5
* Remove trailing white spaces.hjl2009-11-251-36/+36
* gcc/uweigand2009-11-021-1/+17
* 2009-10-26 Ben Elliston <bje@au.ibm.com>uweigand2009-10-261-28/+31
* 2009-10-26 Ben Elliston <bje@au.ibm.com>uweigand2009-10-261-53/+93
* * tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.aoliva2009-09-081-55/+12
* gcc/ChangeLog:aoliva2009-09-021-2/+20
* * tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.bernds2009-08-091-55/+268
* * tree-ssa-loop-ivopts.c (strip_offset_1) <MULT_EXPR>: New case.ebotcazou2009-05-291-35/+86
* 2009-05-24 Paolo Bonzini <bonzini@gnu.org>bonzini2009-05-241-4/+2
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-61/+1
* * dse.c (struct group_info): Reorder fields for 64-bit hosts.jakub2009-03-181-10/+10
* * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):rakdver2009-03-041-2/+2
* 2009-02-24 Richard Guenther <rguenther@suse.de>rguenth2009-02-241-3/+1
* Revert:ebotcazou2009-02-091-5/+6
* * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <VIEW_CONVERT_EXPR>:ebotcazou2009-02-081-6/+5
* 2008-12-19 Andrew Haley <aph@redhat.com>aph2008-12-191-2/+2
* PR tree-optimization/32044rakdver2008-12-121-0/+5
* 2008-12-09 Andrew Haley <aph@redhat.com>aph2008-12-091-0/+2
* 2008-12-08 Andrew Haley <aph@redhat.com>aph2008-12-081-1/+4
* PR rtl-optimization/32283rakdver2008-11-201-2/+6
* PR tree-optimization/36038jakub2008-10-241-3/+5
* * tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF inebotcazou2008-10-111-5/+11