aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-dependences.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14graphite: Do not depend on 2D + 1 form in parallelism checkTobias Grosser1-5/+4
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+2
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-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+23
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-04Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser1-1/+1
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-772/+435
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop1-3/+6
2011-07-08Remove continue from loop, add one more assert.Sebastian Pop1-9/+6
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