summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-01-14 Richard Biener <rguenther@suse.de>rguenth2013-01-141-10/+5
* 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
* 2012-12-07 Richard Biener <rguenther@suse.de>rguenth2012-12-071-0/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-141/+150
* This patch normalizes more bitmap function names.crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-1/+1
* 2012-08-16 Richard Guenther <rguenther@suse.de>rguenth2012-08-161-2/+8
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1/+1
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-3/+3
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-8/+9
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-3/+0
* * 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-650/+561
* 2012-06-22 Richard Guenther <rguenther@suse.de>rguenth2012-06-221-0/+1
* * LANGUAGES: Fix typos.jsm282012-05-291-3/+3
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-23/+6
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-1/+1
* 2011-08-23 Richard Guenther <rguenther@suse.de>rguenth2011-08-231-5/+5
* 2011-08-17 Richard Guenther <rguenther@suse.de>rguenth2011-08-171-6/+1
* 2011-06-14 Zdenek Dvorak <ook@ucw.cz>vries2011-06-141-1/+1
* remove useless if-before-free testsmeyering2011-04-201-2/+1
* Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other...spop2011-02-081-17/+39
* Do not use a data ref with indices invalid in the loop of the close_phi.spop2011-01-251-8/+56
* Only copy PBB_DOMAIN when it is initialized.spop2011-01-251-2/+4
* Pass to dr_analyze_indices the analysis loop for subscripts.spop2011-01-251-7/+53
* Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.spop2011-01-251-2/+3
* Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...spop2011-01-251-1/+4
* Allow several reductions in a reduction PBB.spop2011-01-251-1/+3
* Remove the temporary array for reductions written to memory.spop2011-01-251-9/+34
* Fix PR47021: ADDR_EXPRs don't contain SCoP parameters.spop2011-01-031-1/+4
* Do not include unnecessary .h files.spop2010-12-281-13/+0
* Fix PR46758: Do not use int_cst_value.spop2010-12-231-11/+11
* Fix PR46924: Do not detect reductions outside the current SESE region.spop2010-12-161-6/+9
* PR tree-optimization/46966jakub2010-12-161-0/+1
* Fix unused warnings.spop2010-12-011-4/+1
* Avoid the analysis of data references after the translation out of SSA.spop2010-12-011-66/+105
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...spop2010-12-011-167/+180
* Do not rewrite out of SSA scalar dependences crossing the limits of the scop.spop2010-12-011-2/+52
* * common.opt (main_input_filename, main_input_basename,jsm282010-12-011-1/+0
* gcc/froydnj2010-10-111-4/+1
* Fix Graphite memory leaks.spop2010-09-301-1/+0
* Factor out is_gimple_reg calls.spop2010-09-301-12/+6
* Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.spop2010-09-301-1/+2
* gcc/froydnj2010-08-201-28/+28
* Fix miscompile of 416.gamess.spop2010-08-111-0/+10
* Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...spop2010-08-111-3/+2
* Call scev_reset_htab when Graphite out-of-SSA has changed something.spop2010-08-111-24/+51