summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)Andrew Pinski2008-09-281-1/+17
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-289/+284
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-13/+18
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* tree-dfa.c (refs_may_alias_p): Exit early if possible.Richard Guenther2008-05-221-31/+3
* re PR tree-optimization/36009 (PRE causes missed loop store motion, store sin...Richard Guenther2008-05-151-0/+9
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* re PR tree-optimization/32921 (Revision 126326 causes 12% slowdown)Richard Guenther2008-04-301-0/+2
* tree-affine.h (aff_combination_expand): Declare.Zdenek Dvorak2008-03-271-300/+957
* re PR tree-optimization/34043 (Missed optimization causing extra loads and st...Richard Guenther2008-03-141-0/+4
* re PR tree-optimization/33992 (Miscompiles function with inlining, breaks pro...Uros Bizjak2008-02-111-0/+5
* re PR target/34856 (ICE with some constant vectors)Richard Guenther2008-01-211-0/+1
* re PR tree-optimization/33615 (Hoisting of potentially-throwing values for -f...Richard Sandiford2007-10-091-1/+2
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+1
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-1/+1
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-19/+17
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-4/+13
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-7/+7
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-0/+2
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-23/+26
* re PR tree-optimization/31703 (Gcc 4.3 revision 124101 failed to compile gcc ...Richard Guenther2007-04-261-6/+8
* re PR tree-optimization/29789 (Missed invariant out of the loop with conditio...Richard Guenther2007-04-221-30/+135
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-8/+8
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-3/+3
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+4
* [multiple changes]Diego Novillo2006-12-111-5/+3
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-21/+4
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-16/+15
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-13/+12
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-24/+24
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-21/+2
* gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.Olivier Hainque2006-06-241-1/+1
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-3/+3
* re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)Paolo Bonzini2005-08-251-0/+2
* tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New.Zdenek Dvorak2005-08-171-1/+105
* re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Richard Guenther2005-08-011-0/+1
* [multiple changes]Daniel Berlin2005-06-301-8/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-...Andrew Pinski2005-06-171-0/+1
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-0/+11
* tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman2005-06-051-4/+4
* re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200)Zdenek Dvorak2005-05-311-0/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-2/+2