aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-3/+0
2013-03-29Remove various unused items.Lawrence Crowl1-5/+0
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-63/+56
2012-07-04Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser1-0/+17
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-158/+93
2011-07-05Fix PR47654: Loop blocking should strip-mine at least two loops.Sebastian Pop1-2/+2
2011-01-25Relax the definition of same_pdr_p.Sebastian Pop1-2/+1
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-1/+17
2010-12-01Add a stride parameter to scop_do_strip_mine.Sebastian Pop1-1/+1
2010-09-30New pass: loop flattening.Sebastian Pop1-3/+24
2010-09-30Add cloog_checksum.Sebastian Pop1-0/+1
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop1-1/+0
2010-09-30Fix lst_update_scattering.Sebastian Pop1-22/+14
2010-09-30Outline lst_niter_for_loop.Sebastian Pop1-0/+13
2010-09-30Use FOR_EACH_VEC_ELT.Sebastian Pop1-1/+1
2010-09-30Write OpenScop format.Riyadh Baghdadi1-1/+48
2010-06-09Fix comments and indentation.Sebastian Pop1-0/+1
2010-05-06Replace Value with mpz_tAndreas Simbuerger1-3/+3
2010-05-06Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-3/+3
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-24/+24
2010-03-31Print SCoPs under CLooG format.Sebastian Pop1-0/+2
2010-03-31Make print_scop output the scoplib format.Sebastian Pop1-1/+8
2010-03-08New function combine_context_id_scat.Sebastian Pop1-2/+51
2010-02-11re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop1-0/+7
2010-01-08Memoize memory strides per loop.Sebastian Pop1-0/+7
2009-11-25graphite-blocking.c (scop_do_block): New.Sebastian Pop1-0/+1
2009-11-25graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop1-4/+114
2009-11-25graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop1-16/+335
2009-11-25graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SCHEDULE...Sebastian Pop1-0/+28
2009-11-25graphite-poly.h (struct scop): Add a field saved_schedule.Sebastian Pop1-2/+23
2009-11-25graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop1-0/+6
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Removed.Sebastian Pop1-0/+36
2009-11-25graphite-poly.c (dot_lst_1): New.Sebastian Pop1-0/+1
2009-11-25graphite-poly.h (lst_find_pbb): New.Sebastian Pop1-0/+41
2009-11-25graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.Sebastian Pop1-4/+0
2009-11-25graphite-poly.h (copy_lst): Do full copy of LST.Sebastian Pop1-1/+10
2009-11-25graphite-dependences.c (reduction_dr_1): New.Sebastian Pop1-0/+27
2009-11-25graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and SCOP_TRANSFORM...Sebastian Pop1-0/+113
2009-11-25graphite-dependences.c (reduction_ddr): New.Sebastian Pop1-1/+5
2009-11-25graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop1-0/+8
2009-11-25re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre...Li Feng1-6/+11
2009-08-28graphite-dependences.c (graphite_legal_transform_bb): Call pbb_remove_duplica...Sebastian Pop1-0/+5
2009-08-28graphite-interchange.c (pbb_interchange_profitable_p): Adjust the strides by ...Sebastian Pop1-1/+5
2009-08-28graphite-dependences.c (pddr_original_scattering): Return NULL for read-read ...Sebastian Pop1-2/+26
2009-08-28graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.Sebastian Pop1-3/+3
2009-08-28graphite-blocking.c (pbb_strip_mine_loop_depth): Renamed pbb_strip_mine_time_...Konrad Trifunovic1-0/+25
2009-08-28graphite-dependences.c (pddr_original_scattering): New.Sebastian Pop1-2/+15