dominance.c (free_dominance_info): Add overload with function parameter.
[platform/upstream/gcc.git] / gcc / graphite-poly.h
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-03-29 Lawrence CrowlRemove various unused items.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-07-04 Tobias GrosserMakefile.in (OBJS): Add graphite-optimize-isl.o.
2012-07-02 Richard Guenthercloog.m4: Set up to work against ISL only.
2011-07-05 Sebastian PopFix PR47654: Loop blocking should strip-mine at least...
2011-01-25 Sebastian PopRelax the definition of same_pdr_p.
2010-12-01 Sebastian PopPostpone the rewrite out of SSA to the end of the trans...
2010-12-01 Sebastian PopAdd a stride parameter to scop_do_strip_mine.
2010-09-30 Sebastian PopNew pass: loop flattening.
2010-09-30 Sebastian PopAdd cloog_checksum.
2010-09-30 Sebastian PopFix pbb_number_of_iterations_at_time.
2010-09-30 Sebastian PopFix lst_update_scattering.
2010-09-30 Sebastian PopOutline lst_niter_for_loop.
2010-09-30 Sebastian PopUse FOR_EACH_VEC_ELT.
2010-09-30 Riyadh BaghdadiWrite OpenScop format.
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.