Fix comments and indentation.
[gcc.git] / gcc / graphite-poly.h
2010-06-09 Sebastian PopFix comments and indentation.
2010-05-06 Andreas SimbuergerReplace Value with mpz_t
2010-05-06 Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-31 Sebastian PopAdd a verbosity parameter to clean up the comments...
2010-03-31 Sebastian PopPrint SCoPs under CLooG format.
2010-03-31 Sebastian PopMake print_scop output the scoplib format.
2010-03-08 Sebastian PopNew function combine_context_id_scat.
2010-02-11 Sebastian Popre PR tree-optimization/42771 ([graphite] ICE: in graph...
2010-01-08 Sebastian PopMemoize memory strides per loop.
2009-11-25 Sebastian Popgraphite-blocking.c (scop_do_block): New.
2009-11-25 Sebastian Popgraphite-interchange.c (lst_perfect_nestify): Pass...
2009-11-25 Sebastian Popgraphite-interchange.c (lst_perfectly_nested_p): New.
2009-11-25 Sebastian Popgraphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SC...
2009-11-25 Sebastian Popgraphite-poly.h (struct scop): Add a field saved_schedule.
2009-11-25 Sebastian Popgraphite-blocking.c (lst_do_strip_mine): Avoid strip...
2009-11-25 Sebastian Popgraphite-blocking.c (pbb_do_strip_mine): Removed.
2009-11-25 Sebastian Popgraphite-poly.c (dot_lst_1): New.
2009-11-25 Sebastian Popgraphite-poly.h (lst_find_pbb): New.
2009-11-25 Sebastian Popgraphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.
2009-11-25 Sebastian Popgraphite-poly.h (copy_lst): Do full copy of LST.
2009-11-25 Sebastian Popgraphite-dependences.c (reduction_dr_1): New.
2009-11-25 Sebastian Popgraphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHED...
2009-11-25 Sebastian Popgraphite-dependences.c (reduction_ddr): New.
2009-11-25 Sebastian Popgraphite-clast-to-gimple.c (build_cloog_prog): Use...
2009-11-25 Li Fengre PR tree-optimization/41118 (Wrong dependence analysi...
2009-08-28 Sebastian Popgraphite-dependences.c (graphite_legal_transform_bb...
2009-08-28 Sebastian Popgraphite-interchange.c (pbb_interchange_profitable_p...
2009-08-28 Sebastian Popgraphite-dependences.c (pddr_original_scattering):...
2009-08-28 Sebastian Popgraphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.
2009-08-28 Konrad Trifunovicgraphite-blocking.c (pbb_strip_mine_loop_depth): Rename...
2009-08-28 Sebastian Popgraphite-dependences.c (pddr_original_scattering):...
2009-08-28 Sebastian Popgraphite-dependences.c (new_poly_dr_pair): Renamed...
2009-08-12 Sebastian PopAdd PDR->nb_subscripts.
2009-08-12 Sebastian PopUndo changes to the PDR representation.
2009-08-12 Sebastian PopRestore original scattering when the transform is not...
2009-07-31 Sebastian PopNew Graphite files.