re PR fortran/48448 (Implement -f(no-)frontend-optimization)
[platform/upstream/gcc.git] / gcc / graphite-poly.c
2011-01-25 Sebastian PopFix pbb_remove_duplicate_pdrs.
2010-12-29 Sebastian PopUse diagnostic-core.h instead of diagnostic.h.
2010-12-28 Sebastian PopDo not include unnecessary .h files.
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-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-09-30 Sebastian PopFix Graphite memory leaks.
2010-09-30 Sebastian PopOnly iterate over pbb_dim_iter_domain.
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 PopCall fatal_error when the transform read from file...
2010-09-30 Sebastian PopFix pretty printers.
2010-09-30 Sebastian PopFix uninitialize warning.
2010-09-30 Sebastian PopAvoid set but not used warning.
2010-09-30 Riyadh BaghdadiDump each scop in a separate file.
2010-09-30 Riyadh BaghdadiEnable graphite to read an OpenScop file.
2010-09-30 Andreas SimbuergerFix include order to avoid failed compilation on CLOOG_ORG.
2010-09-30 Riyadh BaghdadiRemove spaces from matrix lines.
2010-09-30 Riyadh BaghdadiFix columns order in openscop.
2010-09-30 Riyadh BaghdadiWrite OpenScop format.
2010-09-17 Sebastian PopAdd DEBUG_FUNCTION to all the dot_* debugging functions.
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-11 Andreas SimbuergerFix flipped condition using mpz_sgn.
2010-08-11 Andreas SimbuergerPartially removing cloog.h and graphite-clast-to-gimple...
2010-08-11 Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-08-11 Sebastian PopLaunch dotty in background.
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
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-02-11 Sebastian Popre PR tree-optimization/42771 ([graphite] ICE: in graph...
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 (pbb_remove_duplicate_pdrs): Free colla...
2009-11-25 Sebastian Popgraphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SC...
2009-11-25 Sebastian Popgraphite-poly.c (pbb_remove_duplicate_pdrs): Initialize...
2009-11-25 Sebastian Popgraphite-blocking.c (lst_do_strip_mine): Avoid strip...
2009-11-25 Sebastian Popgraphite-poly.c (print_scop): Fix pretty printing of...
2009-11-25 Sebastian Popgraphite-poly.c (pbb_number_of_iterations_at_time)...
2009-11-25 Sebastian Popgraphite-blocking.c (pbb_do_strip_mine): Removed.
2009-11-25 Sebastian Popgraphite-poly.c (loop_to_lst): Fix LST creation.
2009-11-25 Sebastian Popgraphite-poly.c (dot_lst_1): New.
2009-11-25 Sebastian Popgraphite-poly.c (apply_poly_transforms): Implement...
2009-11-25 Sebastian Popgraphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.
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 Popre PR middle-end/40965 ([graphite] slow compilation)
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 Konrad Trifunovicgraphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le...
2009-08-28 Sebastian Popgraphite-dependences.c (pddr_original_scattering):...
2009-08-28 Sebastian Popgraphite-dependences.c (new_poly_dr_pair): Renamed...
2009-08-15 Sebastian PopPrint PBB index.
2009-08-15 Sebastian PopCorrect the use of ppl_Pointset_Powerset_C_Polyhedron_m...
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-08-12 Sebastian PopCorrectly parenthesize pretty print structures.
2009-08-01 Sebastian PopRename -fgraphite-force-parallel to -floop-parallelize...
2009-07-31 Sebastian PopNew Graphite files.