summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)Author
2020-07-01move ILS include to system.hRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-02-06re PR tree-optimization/89182 ([graphite] ICE in extract_affine, at graphite-...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-15graphite: add missing dump_enabled_p checks (PR tree-optimization/88015)David Malcolm
2018-09-25Remove unused functions and fields.Martin Liska
2018-06-07graphite-sese-to-poly.c (extract_affine): Avoid unneded wrapping.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-13graphite-isl-ast-to-gimple.c (max_mode_int_precision, [...]): Avoid global co...Richard Biener
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener
2017-10-12re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-10-06graphite-sese-to-poly.c (extract_affine): For casts increasing precision do n...Richard Biener
2017-10-02re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301)Richard Biener
2017-09-27graphite.h (scop::max_alias_set): New member.Richard Biener
2017-09-25graphite-optimize-isl.c (optimize_isl): Fail and dump if ISL errors other tha...Richard Biener
2017-09-20graphite-sese-to-poly.c (extract_affine): Properly handle POINTER_PLUS_EXPR, ...Richard Biener
2017-09-19re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener
2017-02-16graphite.h: Do not include isl/isl_val_gmp.h, instead include isl/isl_val.h.Richard Biener
2017-02-13isl.m4: Remove support for ISL 0.14.Richard Biener
2017-01-31re PR tree-optimization/77318 (FAIL: gfortran.dg/graphite/pr68279.f90 -O (...Richard Biener
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-04-09Fix pdr accesses orderTom de Vries
2016-01-26new scop schedule for isl-0.15Aditya Kumar
2016-01-21rewrite computation of iteration domainsAditya Kumar
2016-01-21add more coalescing to simplify constraintsAditya Kumar
2016-01-04Update copyright years.Jakub Jelinek
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar
2015-12-17replace ISL with islSebastian Pop
2015-12-16Use refs instead of values.Aditya Kumar
2015-12-16update required isl versionAditya Kumar
2015-12-09add array access function in the right orderAditya Kumar
2015-12-02fix invalid bounds on array refsAditya Kumar
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar
2015-11-24move all declarations to a same .h fileAditya Kumar
2015-11-23fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-12Preserve the original program while using graphite.Aditya Kumar
2015-11-11improve construction of the original scheduleAbderrazek Zaafrani
2015-11-07add original schedule to scopAbderrazek Zaafrani
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani
2015-11-04improve debug of codegenAditya Kumar
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar
2015-10-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hAditya Kumar
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar