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