aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi1-1/+1
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-19/+17
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-4/+13
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-7/+7
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-0/+2
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-23/+26
2007-04-26re PR tree-optimization/31703 (Gcc 4.3 revision 124101 failed to compile gcc ...Richard Guenther1-6/+8
2007-04-22re PR tree-optimization/29789 (Missed invariant out of the loop with conditio...Richard Guenther1-30/+135
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-8/+8
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-3/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+4
2006-12-11[multiple changes]Diego Novillo1-5/+3
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-21/+4
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-16/+15
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-13/+12
2006-11-21tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak1-24/+24
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-21/+2
2006-06-24gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.Olivier Hainque1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-3/+3
2005-08-25re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)Paolo Bonzini1-0/+2
2005-08-17tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New.Zdenek Dvorak1-1/+105
2005-08-01re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Richard Guenther1-0/+1
2005-06-30[multiple changes]Daniel Berlin1-8/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-17re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-...Andrew Pinski1-0/+1
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+11
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-4/+4
2005-05-31re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200)Zdenek Dvorak1-0/+1
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-05-12tree-ssa-loop-im.c (struct mem_ref): Add field "next".Zdenek Dvorak1-76/+81
2005-05-10tree-ssa-loop-im.c: Include hashtab.h.Zdenek Dvorak1-368/+266
2005-05-03tree-flow.h (tree_ann_common_d): Move aux to ...Kazu Hirata1-4/+4
2005-04-22[multiple changes]Diego Novillo1-7/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-5/+0
2005-04-11tree-ssa-loop-im.c: Include real.h.David Edelsohn1-1/+43
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-13/+9
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-17/+33
2005-03-31tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.David Edelsohn1-0/+1
2005-03-21re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin1-1/+28
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+1
2005-03-09* tree-ssa-loop-im.c (lhs): Remove.Kazu Hirata1-2/+1
2005-02-19re PR tree-optimization/19828 (LIM is pulling out a pure function even though...Zdenek Dvorak1-0/+44