aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Remove unused functions and fields.Martin Liska1-8/+0
2018-06-07graphite-sese-to-poly.c (extract_affine): Avoid unneded wrapping.Richard Biener1-6/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-182017-10-18 Richard Biener <rguenther@suse.de>Richard Biener1-56/+37
2017-10-13graphite-isl-ast-to-gimple.c (max_mode_int_precision, [...]): Avoid global co...Richard Biener1-4/+1
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-20/+5
2017-10-12re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener1-15/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-10-06graphite-sese-to-poly.c (extract_affine): For casts increasing precision do n...Richard Biener1-5/+12
2017-10-02re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301)Richard Biener1-5/+20
2017-09-27graphite.h (scop::max_alias_set): New member.Richard Biener1-23/+12
2017-09-25graphite-optimize-isl.c (optimize_isl): Fail and dump if ISL errors other tha...Richard Biener1-1/+12
2017-09-20graphite-sese-to-poly.c (extract_affine): Properly handle POINTER_PLUS_EXPR, ...Richard Biener1-3/+28
2017-09-19re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener1-1/+22
2017-02-16graphite.h: Do not include isl/isl_val_gmp.h, instead include isl/isl_val.h.Richard Biener1-32/+26
2017-02-13isl.m4: Remove support for ISL 0.14.Richard Biener1-157/+0
2017-01-31re PR tree-optimization/77318 (FAIL: gfortran.dg/graphite/pr68279.f90 -O (...Richard Biener1-5/+6
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-04-09Fix pdr accesses orderTom de Vries1-1/+1
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-49/+316
2016-01-21rewrite computation of iteration domainsAditya Kumar1-215/+192
2016-01-21add more coalescing to simplify constraintsAditya Kumar1-9/+19
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar1-1/+1
2015-12-17replace ISL with islSebastian Pop1-3/+3
2015-12-16Use refs instead of values.Aditya Kumar1-2/+2
2015-12-16update required isl versionAditya Kumar1-8/+0
2015-12-09add array access function in the right orderAditya Kumar1-1/+1
2015-12-02fix invalid bounds on array refsAditya Kumar1-42/+56
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar1-13/+3
2015-11-24move all declarations to a same .h fileAditya Kumar1-1/+1
2015-11-23fix PR68314: revert all patches touching the construction of the original sch...Aditya Kumar1-181/+54
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar1-29/+74
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-20/+21
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-723/+76
2015-11-11improve construction of the original scheduleAbderrazek Zaafrani1-16/+11
2015-11-07add original schedule to scopAbderrazek Zaafrani1-0/+50
2015-11-07do not create unnecessary dimensions in scop scatteringAbderrazek Zaafrani1-54/+136
2015-11-04improve debug of codegenAditya Kumar1-5/+2
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2
2015-10-21a scalar depending on vdefs in the current region is not invariantAditya Kumar1-1/+1
2015-10-21Refactor graphite-sese-to-poly, sese.h, graphite-poly.hAditya Kumar1-26/+24
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-21/+21
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar1-10/+9
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar1-23/+23
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-36/+27
2015-10-06remove unused struct base_alias_pairAditya Kumar1-25/+4
2015-10-06remove dead code in computation of alias setsAditya Kumar1-258/+17
2015-10-06Early exit to avoid redundant computationsAditya Kumar1-1/+2