summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener2013-01-141-10/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR tree-optimization/54886 (FAIL: gcc.dg/graphite/pr(42521|42771).c (inter...Richard Biener2012-12-071-0/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-141/+150
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-2/+8
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-3/+3
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-8/+9
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ...Steven Bosscher2012-07-161-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-650/+561
* [multiple changes]Richard Guenther2012-06-221-0/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-23/+6
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-1/+1
* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther2011-08-231-5/+5
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-6/+1
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other...Sebastian Pop2011-02-081-17/+39
* Do not use a data ref with indices invalid in the loop of the close_phi.Sebastian Pop2011-01-251-8/+56
* Only copy PBB_DOMAIN when it is initialized.Sebastian Pop2011-01-251-2/+4
* Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop2011-01-251-7/+53
* Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.Sebastian Pop2011-01-251-2/+3
* Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...Sebastian Pop2011-01-251-1/+4
* Allow several reductions in a reduction PBB.Sebastian Pop2011-01-251-1/+3
* Remove the temporary array for reductions written to memory.Sebastian Pop2011-01-251-9/+34
* Fix PR47021: ADDR_EXPRs don't contain SCoP parameters.Sebastian Pop2011-01-031-1/+4
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-13/+0
* Fix PR46758: Do not use int_cst_value.Sebastian Pop2010-12-231-11/+11
* Fix PR46924: Do not detect reductions outside the current SESE region.Sebastian Pop2010-12-161-6/+9
* re PR tree-optimization/46966 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Jakub Jelinek2010-12-161-0/+1
* Fix unused warnings.Sebastian Pop2010-12-011-4/+1
* Avoid the analysis of data references after the translation out of SSA.Sebastian Pop2010-12-011-66/+105
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop2010-12-011-167/+180
* Do not rewrite out of SSA scalar dependences crossing the limits of the scop.Sebastian Pop2010-12-011-2/+52
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+1
* Fix Graphite memory leaks.Sebastian Pop2010-09-301-1/+0
* Factor out is_gimple_reg calls.Sebastian Pop2010-09-301-12/+6
* Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.Sebastian Pop2010-09-301-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-28/+28
* Fix miscompile of 416.gamess.Sebastian Pop2010-08-111-0/+10
* Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...Sebastian Pop2010-08-111-3/+2
* Call scev_reset_htab when Graphite out-of-SSA has changed something.Sebastian Pop2010-08-111-24/+51