aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17re PR middle-end/46761 (-fgraphite-identity produces wrong code for array ini...Alexander Monakov1-12/+16
2010-12-16Fix PR46404: call scev_reset to reset the number of iterations as well.Sebastian Pop1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-0/+2
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop1-0/+36
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop1-1/+0
2010-09-30Fix 435.gromacs miscompile.Sebastian Pop1-1/+1
2010-09-30Generate in priority signed types for integer constants.Sebastian Pop1-3/+9
2010-09-30Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop1-1/+11
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-11Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger1-12/+13
2010-08-11Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger1-18/+30
2010-08-11Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger1-11/+17
2010-08-11Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger1-4/+9
2010-08-11Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger1-0/+1
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-87/+42
2010-08-11Remove insert_loop_close_phis.Sebastian Pop1-4/+0
2010-08-11Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-ut...Andreas Simbuerger1-0/+1
2010-08-11Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-23/+23
2010-08-11Replace map with rename_map.Sebastian Pop1-3/+3
2010-08-11Remove copy_renames.Sebastian Pop1-56/+7
2010-08-11Remove rename_nb_iterations and rename_sese_parametersSebastian Pop1-7/+1
2010-08-11Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop1-4/+0
2010-06-15Fix PR44391: use size_one_node for pointer types.Sebastian Pop1-12/+5
2010-06-12Don't call pbb_to_depth_to_oldiv from compute_type_for_level.Sebastian Pop1-38/+8
2010-06-02Use smallest_mode_for_size for computing the precision types of new graphite ...Sebastian Pop1-1/+11
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+3
2010-05-06Replace Value with mpz_tAndreas Simbuerger1-9/+9
2010-05-06Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-6/+6
2010-04-06Fix 473.astar miscompile.Sebastian Pop1-12/+24
2010-04-06Use POINTER_PLUS_EXPR for pointer types.Sebastian Pop1-1/+2
2010-04-06Compute min and max bounds for IVs and infer types.Sebastian Pop1-233/+297
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop1-2/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-13Use ssizetype when long_long_integer_type_node is NULL.Sebastian Pop1-5/+10
2010-03-13Cleanup: remove FIXMEs, add new function.Sebastian Pop1-3/+0
2010-03-08Fix type problems in loop ivs.Tobias Grosser1-7/+60
2010-03-08Do not short-cut code generation with gloog_error.Tobias Grosser1-1/+1
2010-03-08graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify and clean up the...Sebastian Pop1-17/+13
2010-02-11re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop1-1/+6
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-5/+4
2010-01-14re PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 ...Sebastian Pop1-3/+15
2010-01-14re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop1-2/+4
2010-01-10re PR middle-end/42393 ([graphite] internal compiler error: in check_loop_cl...Sebastian Pop1-7/+9
2010-01-08Revert: Remove context_loop and level from translate_clast_* methods.Sebastian Pop1-51/+59
2010-01-07Fix memory leaks.Sebastian Pop1-4/+9
2009-11-30Fix comments.Tobias Grosser1-9/+9
2009-11-30Protect loops that might be executed zero times.Tobias Grosser1-2/+82
2009-11-30Remove context_loop and level from translate_clast_* methods.Tobias Grosser1-57/+50
2009-11-30Simplify translate_clast_* methodsTobias Grosser1-70/+54