aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-dependences.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Allow several reductions in a reduction PBB.Sebastian Pop1-3/+4
2011-01-25Relax the definition of same_pdr_p.Sebastian Pop1-2/+1
2011-01-25Pass 0 as the number of parameters to PIP when testing for integer feasibility.Sebastian Pop1-11/+8
2011-01-25Minimize the number of expensive calls to ppl_powerset_is_empty.Sebastian Pop1-124/+67
2011-01-25Use PIP to determine the integer feasibility of a constraint system.Sebastian Pop1-9/+14
2011-01-25Correct the precedence relation.Sebastian Pop1-5/+10
2011-01-25speedup compilationSebastian Pop1-1/+6
2011-01-25Print the data dependence polyhedron in the PPL format.Sebastian Pop1-0/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-13/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-30Avoid set but not used warning.Sebastian Pop1-4/+2
2010-09-17Add DEBUG_FUNCTION to all the dot_* debugging functions.Sebastian Pop1-2/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-23/+23
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0
2010-08-11Launch dotty in background.Sebastian Pop1-2/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-31Add a verbosity parameter to clean up the comments of pretty printers.Sebastian Pop1-2/+2
2010-03-08Cleanup data dep polyhedron construction.Sebastian Pop1-49/+11
2010-02-07Fix PR42988: handle unknown_dependence.Sebastian Pop1-1/+22
2010-02-06re PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange -...Sebastian Pop1-32/+35
2010-02-06Correct the lexicographical function, add debug_pddr.Sebastian Pop1-276/+304
2010-02-06Clarify comments and use build_pddr.Sebastian Pop1-19/+33
2010-02-06Fix build_pddr.Sebastian Pop1-48/+32
2010-02-06Add missing function comments.Sebastian Pop1-14/+45
2010-02-06Factor uses of build_pairwise_scheduling.Sebastian Pop1-42/+36
2010-02-06Cleanup build relation.Sebastian Pop1-78/+14
2009-11-25graphite-dependences.c (dependence_polyhedron_1): Remove unused gdim dimensio...Sebastian Pop1-1/+1
2009-11-25graphite-dependences.c (pddr_transformed_scattering): New.Sebastian Pop1-13/+107
2009-11-25graphite-dependences.c (reduction_dr_1): Remove wrong assert: reduction BBs c...Sebastian Pop1-5/+0
2009-11-25graphite-dependences.c (dependence_polyhedron_1): Add the context to the depe...Sebastian Pop1-2/+19
2009-11-25graphite-poly.c (dot_lst_1): New.Sebastian Pop1-1/+1
2009-11-25graphite-dependences.c (dot_deps_stmt_1): New.Sebastian Pop1-0/+49
2009-11-25graphite-dependences.c (reduction_dr_1): New.Sebastian Pop1-2/+44
2009-11-25graphite-dependences.c (reduction_ddr): New.Sebastian Pop1-0/+12
2009-11-25re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre...Li Feng1-5/+15
2009-08-28graphite-dependences.c (graphite_legal_transform_bb): Call pbb_remove_duplica...Sebastian Pop1-0/+6
2009-08-28graphite-dependences.c (pddr_original_scattering): Return NULL for read-read ...Sebastian Pop1-1/+2
2009-08-28graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.Sebastian Pop1-1/+1
2009-08-28graphite-dependences.c (pddr_original_scattering): New.Sebastian Pop1-14/+73
2009-08-28graphite-dependences.c (graphite_carried_dependence_level_k): Do not delete t...Sebastian Pop1-6/+2
2009-08-28graphite-dependences.c (new_poly_dr_pair): Renamed new_poly_ddr.Sebastian Pop1-60/+82
2009-08-28graphite-dependences.c (graphite_legal_transform_dr): Fix formatting.Sebastian Pop1-43/+43
2009-08-12Add PDR->nb_subscripts.Sebastian Pop1-5/+5
2009-08-12Fix memory leak in DD XFAILs some interchange testcases.Konrad Trifunovic1-5/+19
2009-08-12Measure time spent in DD analysis and in code gen.Sebastian Pop1-2/+14
2009-07-31New Graphite files.Sebastian Pop1-0/+692