aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-27remove -floop-* flagsSebastian Pop1-1082/+0
2015-08-27remove -floop-unroll-and-jamSebastian Pop1-3/+0
2015-08-24Specify the type of scop->regionAditya Kumar1-4/+4
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger1-0/+5
2015-07-17[graphite] fix pr61929Aditya Kumar1-1/+1
2015-07-13omega.h: Don't include config.h...Andrew MacLeod1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-15New unroll and jam option in Graphite.Mircea Namolaru1-0/+3
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-3/+0
2014-08-05graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.Roman Gareev1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
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