aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-08-022012-08-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-012012-08-01 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-07-16 * graphite-clast-to-gimple.c, graphite-dependences.c,Steven Bosscher
2012-07-16gcc/Steven Bosscher
2012-07-022012-07-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-07-022012-07-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-03-052012-03-05 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-08-172011-08-17 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-07-28Replace v1, v2, lb, ub with bound_one, bound_twoSebastian Pop
2011-07-28Fix PR48648: Handle CLAST assignments.Sebastian Pop
2011-07-27Fix PR47691: do not abort compilation when code generation failsSebastian Pop
2011-07-22 PR bootstrap/49797Rainer Orth
2011-07-21Infer types based on lb and ub.Sebastian Pop
2011-07-21Generate signed types whenever possible.Sebastian Pop
2011-07-21Compute once and cache the LB and UB for each clast_name.Sebastian Pop
2011-07-21Remove max_signed_precision_type.Sebastian Pop
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop
2011-07-21Add fixme comment.Sebastian Pop
2011-07-21Cleanup function params using a struct.Sebastian Pop
2011-07-21Record the loop level that defines a clast_name.Sebastian Pop
2011-07-21Do not compute twice type, lb, and ub.Sebastian Pop
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop
2011-07-05Fix computation of precision.Sebastian Pop
2011-07-05Correct typo.Sebastian Pop
2011-04-20remove useless if-before-free testsJim Meyering
2011-03-12Fix PR47127: call cloog_state_malloc and cloog_state_free only once.Sebastian Pop
2010-12-29Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop
2010-12-28Do not include unnecessary .h files.Sebastian Pop
2010-12-17 PR middle-end/46761Alexander Monakov
2010-12-16Fix PR46404: call scev_reset to reset the number of iterations as well.Sebastian Pop
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-09-30Fix Graphite memory leaks.Sebastian Pop
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop
2010-09-30Fix 435.gromacs miscompile.Sebastian Pop
2010-09-30Generate in priority signed types for integer constants.Sebastian Pop
2010-09-30Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop
2010-08-20gcc/Nathan Froyd
2010-08-11Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger
2010-08-11Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger
2010-08-11Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger
2010-08-11Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger
2010-08-11Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop
2010-08-11Remove insert_loop_close_phis.Sebastian Pop
2010-08-11Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-ut...Andreas Simbuerger
2010-08-11Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger