aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-isl-ast-to-gimple.c
AgeCommit message (Expand)Author
2017-06-072017-06-07 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-242017-03-24 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-202017-03-20 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-162017-02-16 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-132017-02-13 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-112016-11-11 Richard Biener <rguenther@suse.de>Richard Biener
2016-08-12 PR c/7652Marek Polacek
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska
2016-05-31Handle 3-arg phi in copy_bb_and_scalar_dependencesTom de Vries
2016-05-30Remove assert in get_def_bb_for_constTom de Vries
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy
2016-04-12Fix typo in copy_cond_phi_argsTom de Vries
2016-03-14Unshare create_empty_if_region_on_edge argumentTom de Vries
2016-03-02Handle addr_expr and component_ref in graphite-ast-to-astTom de Vries
2016-01-29PR69545: revert patchSebastian Pop
2016-01-28remove out of sync commentsSebastian Pop
2016-01-28use codegen_error_pSebastian Pop
2016-01-28assert instead of silently failing code genSebastian Pop
2016-01-26handle isl_ast_op_selectAbderrazek Zaafrani
2016-01-26new scop schedule for isl-0.15Aditya Kumar
2016-01-21fix codegen error exposed by compute isl flow patchAditya Kumar
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar
2016-01-21fix PR68976: only add loop close phi for names defined in loopAditya Kumar
2016-01-21add missing ast node for isl 0.15Aditya Kumar
2016-01-21add more coalescing to simplify constraintsAditya Kumar
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-17replace ISL with islSebastian Pop
2015-12-17move all isl include files to graphite.hSebastian Pop
2015-12-16attach schedule tree to the scopAbderrazek Zaafrani
2015-12-16Remove individial dependence pointers and add a scop::dependence to contain a...Sebastian Pop
2015-12-16update required isl versionAditya Kumar
2015-12-04check that all the scev applied ops have are dominated by their defsAditya Kumar
2015-12-03Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCSTom de Vries
2015-12-02handle missing isl_ast_exprAditya Kumar
2015-12-02do not insert code outside the generated regionAditya Kumar
2015-12-02fix PR68550: do not handle ISL loop peeled statementsAditya Kumar
2015-11-30check for ISL generated code that leads to division by zeroAditya Kumar
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar
2015-11-26fix PR68453: recursively add phi nodes to merge pointsAditya Kumar
2015-11-24fix PR67984: check for constants in rename mapAditya Kumar
2015-11-24move all declarations to a same .h fileAditya Kumar
2015-11-23fix PR68493: bail out when codegen_error is setAditya Kumar
2015-11-23call update_ssa onceAditya Kumar
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-19fix PR68341: correctly compute the insertion point for close phi nodesAditya Kumar
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar
2015-11-18Enable condegen in case of cond phis.Sebastian Pop
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cSebastian Pop
2015-11-12Preserve the original program while using graphite.Aditya Kumar