aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-29Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop1-1/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-17/+2
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-4/+6
2010-12-01Add a stride parameter to scop_do_strip_mine.Sebastian Pop1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-6/+6
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-0/+2
2010-09-30Only iterate over pbb_dim_iter_domain.Sebastian Pop1-2/+4
2010-09-30New pass: loop flattening.Sebastian Pop1-1/+5
2010-09-30Add cloog_checksum.Sebastian Pop1-0/+18
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop1-50/+93
2010-09-30Call fatal_error when the transform read from file is not legal.Sebastian Pop1-1/+5
2010-09-30Fix pretty printers.Sebastian Pop1-21/+15
2010-09-30Fix uninitialize warning.Sebastian Pop1-1/+1
2010-09-30Avoid set but not used warning.Sebastian Pop1-2/+1
2010-09-30Dump each scop in a separate file.Riyadh Baghdadi1-2/+66
2010-09-30Enable graphite to read an OpenScop file.Riyadh Baghdadi1-0/+259
2010-09-30Fix include order to avoid failed compilation on CLOOG_ORG.Andreas Simbuerger1-1/+1
2010-09-30Remove spaces from matrix lines.Riyadh Baghdadi1-5/+5
2010-09-30Fix columns order in openscop.Riyadh Baghdadi1-2/+2
2010-09-30Write OpenScop format.Riyadh Baghdadi1-23/+280
2010-09-17Add DEBUG_FUNCTION to all the dot_* debugging functions.Sebastian Pop1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-20/+20
2010-08-11Fix flipped condition using mpz_sgn.Andreas Simbuerger1-1/+1
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0
2010-08-11Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-1/+1
2010-08-11Launch dotty in background.Sebastian Pop1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-13/+13
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-06Replace Value with mpz_tAndreas Simbuerger1-4/+4
2010-05-06Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-8/+8
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-168/+309
2010-03-31Print SCoPs under CLooG format.Sebastian Pop1-16/+76
2010-03-31Make print_scop output the scoplib format.Sebastian Pop1-34/+125
2010-02-11re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop1-0/+2
2009-11-25graphite-blocking.c (scop_do_block): New.Sebastian Pop1-4/+1
2009-11-25graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop1-1/+0
2009-11-25graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop1-0/+1
2009-11-25graphite-poly.c (pbb_remove_duplicate_pdrs): Free collapsed.Sebastian Pop1-0/+1
2009-11-25graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SCHEDULE...Sebastian Pop1-0/+6
2009-11-25graphite-poly.c (pbb_remove_duplicate_pdrs): Initialize PBB_PDR_DUPLICATES_RE...Sebastian Pop1-0/+3
2009-11-25graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop1-6/+24
2009-11-25graphite-poly.c (print_scop): Fix pretty printing of a SCoP.Sebastian Pop1-2/+2
2009-11-25graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments.Sebastian Pop1-9/+17
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Removed.Sebastian Pop1-1/+1
2009-11-25graphite-poly.c (loop_to_lst): Fix LST creation.Sebastian Pop1-13/+10
2009-11-25graphite-poly.c (dot_lst_1): New.Sebastian Pop1-0/+62
2009-11-25graphite-poly.c (apply_poly_transforms): Implement the high level driver for ...Sebastian Pop1-6/+11
2009-11-25graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.Sebastian Pop1-1/+0