aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
AgeCommit message (Expand)Author
2014-12-05Merge branches/gcc-4_9-branch rev 218412yroux
2014-03-032014-03-03 Tobias Grosser <tobias@grosser.es>rguenth
2014-01-02Update copyright years in gcc/rsandifo
2013-12-20merge auto_vec and stack_vectbsaunde
2013-11-22 * gimple.h: Remove all includes.amacleod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth
2013-11-14 * gimplify-be.h: New file. Add prototypes.amacleod
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod
2013-11-01Replace some heap vectors with stack vectors.dnovillo
2013-10-23 * tree-ssa-loop.h: Remove include files.amacleod
2013-10-23 * tree-ssa.h: Remove all #include'samacleod
2013-10-21Re-factor inclusion of tree.h.dnovillo
2013-09-28gcc/rsandifo
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod
2013-07-14graphite: Do not depend on 2D + 1 form in parallelism checkgrosser
2013-04-302013-04-30 Richard Biener <rguenther@suse.de>rguenth
2013-04-26This patch is the main part of a consolodation of the hash_tablecrowl
2013-01-10Update copyright years in gcc/rsandifo
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.jakub
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo
2012-08-022012-08-02 Richard Guenther <rguenther@suse.de>rguenth
2012-08-012012-08-01 Richard Guenther <rguenther@suse.de>rguenth
2012-07-16 * graphite-clast-to-gimple.c, graphite-dependences.c,steven
2012-07-16gcc/steven
2012-07-022012-07-02 Richard Guenther <rguenther@suse.de>rguenth
2012-07-022012-07-02 Richard Guenther <rguenther@suse.de>rguenth
2012-03-052012-03-05 Richard Guenther <rguenther@suse.de>rguenth
2011-08-172011-08-17 Richard Guenther <rguenther@suse.de>rguenth
2011-07-28Replace v1, v2, lb, ub with bound_one, bound_twospop
2011-07-28Fix PR48648: Handle CLAST assignments.spop
2011-07-27Fix PR47691: do not abort compilation when code generation failsspop
2011-07-22 PR bootstrap/49797ro
2011-07-21Infer types based on lb and ub.spop
2011-07-21Generate signed types whenever possible.spop
2011-07-21Compute once and cache the LB and UB for each clast_name.spop
2011-07-21Remove max_signed_precision_type.spop
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*spop
2011-07-21Add fixme comment.spop
2011-07-21Cleanup function params using a struct.spop
2011-07-21Record the loop level that defines a clast_name.spop
2011-07-21Do not compute twice type, lb, and ub.spop
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...spop
2011-07-05Fix computation of precision.spop
2011-07-05Correct typo.spop
2011-04-20remove useless if-before-free testsmeyering
2011-03-12Fix PR47127: call cloog_state_malloc and cloog_state_free only once.spop
2010-12-29Use diagnostic-core.h instead of diagnostic.h.spop
2010-12-28Do not include unnecessary .h files.spop