| Commit message (Expand) | Author | Age | Files | Lines |
* | graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ... | Steven Bosscher | 2012-07-16 | 1 | -1/+1 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -1/+1 |
* | Makefile.in (OBJS): Add graphite-optimize-isl.o. | Tobias Grosser | 2012-07-04 | 1 | -1/+1 |
* | cloog.m4: Set up to work against ISL only. | Richard Guenther | 2012-07-02 | 1 | -772/+435 |
* | Start counting nesting level from 0 and use the standard "Polyhedral SCatteri... | Sebastian Pop | 2011-07-21 | 1 | -3/+6 |
* | Remove continue from loop, add one more assert. | Sebastian Pop | 2011-07-08 | 1 | -9/+6 |
* | Allow several reductions in a reduction PBB. | Sebastian Pop | 2011-01-25 | 1 | -3/+4 |
* | Relax the definition of same_pdr_p. | Sebastian Pop | 2011-01-25 | 1 | -2/+1 |
* | Pass 0 as the number of parameters to PIP when testing for integer feasibility. | Sebastian Pop | 2011-01-25 | 1 | -11/+8 |
* | Minimize the number of expensive calls to ppl_powerset_is_empty. | Sebastian Pop | 2011-01-25 | 1 | -124/+67 |
* | Use PIP to determine the integer feasibility of a constraint system. | Sebastian Pop | 2011-01-25 | 1 | -9/+14 |
* | Correct the precedence relation. | Sebastian Pop | 2011-01-25 | 1 | -5/+10 |
* | speedup compilation | Sebastian Pop | 2011-01-25 | 1 | -1/+6 |
* | Print the data dependence polyhedron in the PPL format. | Sebastian Pop | 2011-01-25 | 1 | -0/+1 |
* | Do not include unnecessary .h files. | Sebastian Pop | 2010-12-28 | 1 | -13/+1 |
* | diagnostic-core.h: Include bversion.h. | Joseph Myers | 2010-11-30 | 1 | -1/+0 |
* | Avoid set but not used warning. | Sebastian Pop | 2010-09-30 | 1 | -4/+2 |
* | Add DEBUG_FUNCTION to all the dot_* debugging functions. | Sebastian Pop | 2010-09-17 | 1 | -2/+2 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -23/+23 |
* | Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem... | Andreas Simbuerger | 2010-08-11 | 1 | -1/+0 |
* | Launch dotty in background. | Sebastian Pop | 2010-08-11 | 1 | -2/+2 |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -1/+1 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+1 |
* | Add a verbosity parameter to clean up the comments of pretty printers. | Sebastian Pop | 2010-03-31 | 1 | -2/+2 |
* | Cleanup data dep polyhedron construction. | Sebastian Pop | 2010-03-08 | 1 | -49/+11 |
* | Fix PR42988: handle unknown_dependence. | Sebastian Pop | 2010-02-07 | 1 | -1/+22 |
* | re PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange -... | Sebastian Pop | 2010-02-06 | 1 | -32/+35 |
* | Correct the lexicographical function, add debug_pddr. | Sebastian Pop | 2010-02-06 | 1 | -276/+304 |
* | Clarify comments and use build_pddr. | Sebastian Pop | 2010-02-06 | 1 | -19/+33 |
* | Fix build_pddr. | Sebastian Pop | 2010-02-06 | 1 | -48/+32 |
* | Add missing function comments. | Sebastian Pop | 2010-02-06 | 1 | -14/+45 |
* | Factor uses of build_pairwise_scheduling. | Sebastian Pop | 2010-02-06 | 1 | -42/+36 |
* | Cleanup build relation. | Sebastian Pop | 2010-02-06 | 1 | -78/+14 |
* | graphite-dependences.c (dependence_polyhedron_1): Remove unused gdim dimensio... | Sebastian Pop | 2009-11-25 | 1 | -1/+1 |
* | graphite-dependences.c (pddr_transformed_scattering): New. | Sebastian Pop | 2009-11-25 | 1 | -13/+107 |
* | graphite-dependences.c (reduction_dr_1): Remove wrong assert: reduction BBs c... | Sebastian Pop | 2009-11-25 | 1 | -5/+0 |
* | graphite-dependences.c (dependence_polyhedron_1): Add the context to the depe... | Sebastian Pop | 2009-11-25 | 1 | -2/+19 |
* | graphite-poly.c (dot_lst_1): New. | Sebastian Pop | 2009-11-25 | 1 | -1/+1 |
* | graphite-dependences.c (dot_deps_stmt_1): New. | Sebastian Pop | 2009-11-25 | 1 | -0/+49 |
* | graphite-dependences.c (reduction_dr_1): New. | Sebastian Pop | 2009-11-25 | 1 | -2/+44 |
* | graphite-dependences.c (reduction_ddr): New. | Sebastian Pop | 2009-11-25 | 1 | -0/+12 |
* | re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre... | Li Feng | 2009-11-25 | 1 | -5/+15 |
* | graphite-dependences.c (graphite_legal_transform_bb): Call pbb_remove_duplica... | Sebastian Pop | 2009-08-28 | 1 | -0/+6 |
* | graphite-dependences.c (pddr_original_scattering): Return NULL for read-read ... | Sebastian Pop | 2009-08-28 | 1 | -1/+2 |
* | graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type. | Sebastian Pop | 2009-08-28 | 1 | -1/+1 |
* | graphite-dependences.c (pddr_original_scattering): New. | Sebastian Pop | 2009-08-28 | 1 | -14/+73 |
* | graphite-dependences.c (graphite_carried_dependence_level_k): Do not delete t... | Sebastian Pop | 2009-08-28 | 1 | -6/+2 |
* | graphite-dependences.c (new_poly_dr_pair): Renamed new_poly_ddr. | Sebastian Pop | 2009-08-28 | 1 | -60/+82 |
* | graphite-dependences.c (graphite_legal_transform_dr): Fix formatting. | Sebastian Pop | 2009-08-28 | 1 | -43/+43 |
* | Add PDR->nb_subscripts. | Sebastian Pop | 2009-08-12 | 1 | -5/+5 |