summaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
...
* Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop2010-08-111-4/+0
* Fix PR44391: use size_one_node for pointer types.Sebastian Pop2010-06-151-12/+5
* Don't call pbb_to_depth_to_oldiv from compute_type_for_level.Sebastian Pop2010-06-121-38/+8
* Use smallest_mode_for_size for computing the precision types of new graphite ...Sebastian Pop2010-06-021-1/+11
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-9/+9
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-6/+6
* Fix 473.astar miscompile.Sebastian Pop2010-04-061-12/+24
* Use POINTER_PLUS_EXPR for pointer types.Sebastian Pop2010-04-061-1/+2
* Compute min and max bounds for IVs and infer types.Sebastian Pop2010-04-061-233/+297
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop2010-04-061-2/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Use ssizetype when long_long_integer_type_node is NULL.Sebastian Pop2010-03-131-5/+10
* Cleanup: remove FIXMEs, add new function.Sebastian Pop2010-03-131-3/+0
* Fix type problems in loop ivs.Tobias Grosser2010-03-081-7/+60
* Do not short-cut code generation with gloog_error.Tobias Grosser2010-03-081-1/+1
* graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify and clean up the...Sebastian Pop2010-03-081-17/+13
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-1/+6
* sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek2010-01-201-5/+4
* re PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 ...Sebastian Pop2010-01-141-3/+15
* re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop2010-01-141-2/+4
* re PR middle-end/42393 ([graphite] internal compiler error: in check_loop_cl...Sebastian Pop2010-01-101-7/+9
* Revert: Remove context_loop and level from translate_clast_* methods.Sebastian Pop2010-01-081-51/+59
* Fix memory leaks.Sebastian Pop2010-01-071-4/+9
* Fix comments.Tobias Grosser2009-11-301-9/+9
* Protect loops that might be executed zero times.Tobias Grosser2009-11-301-2/+82
* Remove context_loop and level from translate_clast_* methods.Tobias Grosser2009-11-301-57/+50
* Simplify translate_clast_* methodsTobias Grosser2009-11-301-70/+54
* split translate_clast into single methodsTobias Grosser2009-11-301-93/+152
* Do not abuse sese for codegenerationTobias Grosser2009-11-301-56/+199
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* graphite-clast-to-gimple.c (gloog): Free if_region, if_region->true_region, a...Sebastian Pop2009-11-251-0/+4
* graphite-clast-to-gimple.c (gloog): Do not call sese_reset_aux_in_loops.Sebastian Pop2009-11-251-1/+0
* graphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.Sebastian Pop2009-11-251-82/+69
* graphite-clast-to-gimple.c (get_stmtfor_depth): Removed.Li Feng2009-11-251-32/+12
* cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop2009-11-251-70/+9
* graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop2009-11-251-1/+1
* Measure time spent in DD analysis and in code gen.Sebastian Pop2009-08-121-1/+7
* New Graphite files.Sebastian Pop2009-07-311-0/+1317