summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-3/+0
* Remove various unused items.Lawrence Crowl2013-03-291-5/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-63/+56
* Makefile.in (OBJS): Add graphite-optimize-isl.o.Tobias Grosser2012-07-041-0/+17
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-158/+93
* Fix PR47654: Loop blocking should strip-mine at least two loops.Sebastian Pop2011-07-051-2/+2
* Relax the definition of same_pdr_p.Sebastian Pop2011-01-251-2/+1
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop2010-12-011-1/+17
* Add a stride parameter to scop_do_strip_mine.Sebastian Pop2010-12-011-1/+1
* New pass: loop flattening.Sebastian Pop2010-09-301-3/+24
* Add cloog_checksum.Sebastian Pop2010-09-301-0/+1
* Fix pbb_number_of_iterations_at_time.Sebastian Pop2010-09-301-1/+0
* Fix lst_update_scattering.Sebastian Pop2010-09-301-22/+14
* Outline lst_niter_for_loop.Sebastian Pop2010-09-301-0/+13
* Use FOR_EACH_VEC_ELT.Sebastian Pop2010-09-301-1/+1
* Write OpenScop format.Riyadh Baghdadi2010-09-301-1/+48
* Fix comments and indentation.Sebastian Pop2010-06-091-0/+1
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-3/+3
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-3/+3
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Add a verbosity parameter to clean up the comments of pretty printers.Sebastian Pop2010-03-311-24/+24
* Print SCoPs under CLooG format.Sebastian Pop2010-03-311-0/+2
* Make print_scop output the scoplib format.Sebastian Pop2010-03-311-1/+8
* New function combine_context_id_scat.Sebastian Pop2010-03-081-2/+51
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-0/+7
* Memoize memory strides per loop.Sebastian Pop2010-01-081-0/+7
* graphite-blocking.c (scop_do_block): New.Sebastian Pop2009-11-251-0/+1
* graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop2009-11-251-4/+114
* graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop2009-11-251-16/+335
* graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SCHEDULE...Sebastian Pop2009-11-251-0/+28
* graphite-poly.h (struct scop): Add a field saved_schedule.Sebastian Pop2009-11-251-2/+23
* graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop2009-11-251-0/+6
* graphite-blocking.c (pbb_do_strip_mine): Removed.Sebastian Pop2009-11-251-0/+36
* graphite-poly.c (dot_lst_1): New.Sebastian Pop2009-11-251-0/+1
* graphite-poly.h (lst_find_pbb): New.Sebastian Pop2009-11-251-0/+41
* graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.Sebastian Pop2009-11-251-4/+0
* graphite-poly.h (copy_lst): Do full copy of LST.Sebastian Pop2009-11-251-1/+10
* graphite-dependences.c (reduction_dr_1): New.Sebastian Pop2009-11-251-0/+27
* graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and SCOP_TRANSFORM...Sebastian Pop2009-11-251-0/+113
* graphite-dependences.c (reduction_ddr): New.Sebastian Pop2009-11-251-1/+5
* graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop2009-11-251-0/+8
* re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre...Li Feng2009-11-251-6/+11
* graphite-dependences.c (graphite_legal_transform_bb): Call pbb_remove_duplica...Sebastian Pop2009-08-281-0/+5
* graphite-interchange.c (pbb_interchange_profitable_p): Adjust the strides by ...Sebastian Pop2009-08-281-1/+5
* graphite-dependences.c (pddr_original_scattering): Return NULL for read-read ...Sebastian Pop2009-08-281-2/+26
* graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.Sebastian Pop2009-08-281-3/+3