summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/47737 (wrong code with -funswitch-loops -fno-tree-dom...Richard Guenther2011-02-181-13/+20
* re PR tree-optimization/47559 (ICE: verify_stmts failed: statement marked for...Richard Guenther2011-02-011-0/+4
* re PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for...Jakub Jelinek2010-12-101-1/+1
* * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.Nathan Froyd2010-10-311-13/+1
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-2/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-11/+11
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-2/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+10
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* re PR tree-optimization/43934 (LIM should handle PHI nodes)Richard Guenther2010-05-061-8/+250
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* re PR tree-optimization/43560 (possible wrong code bug)Richard Guenther2010-03-291-5/+34
* tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.Richard Guenther2010-01-151-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-6/+14
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+2
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-2/+2
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-0/+4
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-8/+7
* 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