summaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Graphite memory leaks.spop2010-09-301-0/+2
* New flag: -fgraphite-dump-cloog.spop2010-09-301-0/+36
* CDI_POST_DOMINATORS are not used in Graphite.spop2010-09-301-1/+0
* Fix 435.gromacs miscompile.spop2010-09-301-1/+1
* Generate in priority signed types for integer constants.spop2010-09-301-3/+9
* Avoid lang_hooks, call build_nonstandard_integer_type.spop2010-09-301-1/+11
* gcc/froydnj2010-08-201-1/+1
* Adapt to new CloogScattering abstraction, introduced in official CLooG versio...spop2010-08-111-12/+13
* Introduce compatibility to newer CLooG's CloogState and mask the use with mac...spop2010-08-111-18/+30
* Adapt to new CLAST structure within upstream CLooG version and retain compati...spop2010-08-111-11/+17
* Make CLooG options compatible to newer CLooG releases and pass options to bui...spop2010-08-111-4/+9
* Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.spop2010-08-111-0/+1
* Remove expand_scalar_variables_ hack.spop2010-08-111-87/+42
* Remove insert_loop_close_phis.spop2010-08-111-4/+0
* Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-ut...spop2010-08-111-0/+1
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.spop2010-08-111-23/+23
* Replace map with rename_map.spop2010-08-111-3/+3
* Remove copy_renames.spop2010-08-111-56/+7
* Remove rename_nb_iterations and rename_sese_parametersspop2010-08-111-7/+1
* Also rewrite out of SSA scalar dependences going outside the SCoP region.spop2010-08-111-4/+0
* Fix PR44391: use size_one_node for pointer types.spop2010-06-151-12/+5
* Don't call pbb_to_depth_to_oldiv from compute_type_for_level.spop2010-06-121-38/+8
* Use smallest_mode_for_size for computing the precision types of new graphite ...spop2010-06-021-1/+11
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-3/+3
* Replace Value with mpz_tspop2010-05-061-9/+9
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.spop2010-05-061-6/+6
* Fix 473.astar miscompile.spop2010-04-061-12/+24
* Use POINTER_PLUS_EXPR for pointer types.spop2010-04-061-1/+2
* Compute min and max bounds for IVs and infer types.spop2010-04-061-233/+297
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.spop2010-04-061-2/+1
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Use ssizetype when long_long_integer_type_node is NULL.spop2010-03-131-5/+10
* Cleanup: remove FIXMEs, add new function.spop2010-03-131-3/+0
* Fix type problems in loop ivs.spop2010-03-081-7/+60
* Do not short-cut code generation with gloog_error.spop2010-03-081-1/+1
* Cleanup.spop2010-03-081-17/+13
* Fix PR42771.spop2010-02-111-1/+6
* * sel-sched.c (create_speculation_check): Remove set but not usedjakub2010-01-201-5/+4
* Fix PR42681.spop2010-01-141-3/+15
* Fix PR42732.spop2010-01-141-2/+4
* Fix PR42393.spop2010-01-101-7/+9
* Revert: Remove context_loop and level from translate_clast_* methods.spop2010-01-081-51/+59
* Fix memory leaks.spop2010-01-071-4/+9
* Fix comments.grosser2009-11-301-9/+9
* Protect loops that might be executed zero times.grosser2009-11-301-2/+82
* Remove context_loop and level from translate_clast_* methods.grosser2009-11-301-57/+50
* Simplify translate_clast_* methodsgrosser2009-11-301-70/+54
* split translate_clast into single methodsgrosser2009-11-301-93/+152
* Do not abuse sese for codegenerationgrosser2009-11-301-56/+199
* Remove trailing white spaces.hjl2009-11-251-1/+1