summaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* Replacement of isl_int by isl_valmircea2014-08-111-20/+22
* convert some hash_table to hash_maptbsaunde2014-07-091-30/+7
* gcc/romangareev2014-06-291-13/+14
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-38/+39
* Merge in trunk.mrs2014-04-021-0/+7
|\
| * 2014-03-03 Tobias Grosser <tobias@grosser.es>rguenth2014-03-031-0/+7
* | Merge in trunk.mrs2014-01-031-2/+2
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
| * merge auto_vec and stack_vectbsaunde2013-12-201-1/+1
* | Merge with trunk.rsandifo2013-12-041-0/+5
|\ \ | |/
| * * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* | Merge from trunk.rsandifo2013-11-201-3/+2
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
| * 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* | Merge in trunk.mrs2013-11-161-0/+2
|\ \ | |/
| * * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-1/+2
| * * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
| * 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* | Merge in trunk.mrs2013-11-041-4/+7
|\ \ | |/
| * Replace some heap vectors with stack vectors.dnovillo2013-11-011-3/+1
| * * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+1
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+4
| * Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* | - Fix comment typos that I'd introducted.rsandifo2013-10-291-2/+1
* | Merge in trunk.mrs2013-10-201-6/+7
|\ \ | |/
| * gcc/rsandifo2013-09-281-6/+7
* | Merge in trunk.mrs2013-09-201-1/+1
|\ \ | |/
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-1/+1
* | Add wide-int branch.mrs2013-08-131-3/+3
|/
* graphite: Do not depend on 2D + 1 form in parallelism checkgrosser2013-07-141-1/+4
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-1/+1
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-88/+98
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-25/+26
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-3/+0
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-0/+1
* * graphite-clast-to-gimple.c, graphite-dependences.c,steven2012-07-161-1/+1
* gcc/steven2012-07-161-1/+1
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-144/+235
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-254/+176
* 2012-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-1/+0
* 2011-08-17 Richard Guenther <rguenther@suse.de>rguenth2011-08-171-4/+4
* Replace v1, v2, lb, ub with bound_one, bound_twospop2011-07-281-99/+111
* Fix PR48648: Handle CLAST assignments.spop2011-07-281-0/+45
* Fix PR47691: do not abort compilation when code generation failsspop2011-07-271-1/+1
* PR bootstrap/49797ro2011-07-221-2/+6
* Infer types based on lb and ub.spop2011-07-211-37/+147