aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-isl-ast-to-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-11re PR tree-optimization/71575 ([graphite] internal compiler error: in copy_co...Richard Biener1-3/+0
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska1-0/+12
2016-05-31Handle 3-arg phi in copy_bb_and_scalar_dependencesTom de Vries1-6/+5
2016-05-30Remove assert in get_def_bb_for_constTom de Vries1-1/+0
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy1-1/+1
2016-04-12Fix typo in copy_cond_phi_argsTom de Vries1-1/+1
2016-03-14Unshare create_empty_if_region_on_edge argumentTom de Vries1-1/+2
2016-03-02Handle addr_expr and component_ref in graphite-ast-to-astTom de Vries1-1/+3
2016-01-29PR69545: revert patchSebastian Pop1-5/+16
2016-01-28remove out of sync commentsSebastian Pop1-354/+83
2016-01-28use codegen_error_pSebastian Pop1-24/+25
2016-01-28assert instead of silently failing code genSebastian Pop1-20/+6
2016-01-26handle isl_ast_op_selectAbderrazek Zaafrani1-10/+8
2016-01-26new scop schedule for isl-0.15Aditya Kumar1-86/+117
2016-01-21fix codegen error exposed by compute isl flow patchAditya Kumar1-18/+30
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar1-1/+106
2016-01-21fix PR68976: only add loop close phi for names defined in loopAditya Kumar1-2/+2
2016-01-21add missing ast node for isl 0.15Aditya Kumar1-0/+10
2016-01-21add more coalescing to simplify constraintsAditya Kumar1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17replace ISL with islSebastian Pop1-24/+23
2015-12-17move all isl include files to graphite.hSebastian Pop1-12/+0
2015-12-16attach schedule tree to the scopAbderrazek Zaafrani1-2/+63
2015-12-16Remove individial dependence pointers and add a scop::dependence to contain a...Aditya Kumar1-5/+2
2015-12-16update required isl versionAditya Kumar1-8/+2
2015-12-04check that all the scev applied ops have are dominated by their defsAditya Kumar1-13/+22
2015-12-03Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCSTom de Vries1-0/+4
2015-12-02handle missing isl_ast_exprAditya Kumar1-0/+2
2015-12-02do not insert code outside the generated regionAditya Kumar1-0/+1
2015-12-02fix PR68550: do not handle ISL loop peeled statementsAditya Kumar1-0/+26
2015-11-30check for ISL generated code that leads to division by zeroAditya Kumar1-2/+83
2015-11-30always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar1-2/+2
2015-11-26fix PR68453: recursively add phi nodes to merge pointsAditya Kumar1-88/+213
2015-11-24fix PR67984: check for constants in rename mapAditya Kumar1-38/+60
2015-11-24move all declarations to a same .h fileAditya Kumar1-2/+1
2015-11-23fix PR68493: bail out when codegen_error is setAditya Kumar1-0/+2
2015-11-23call update_ssa onceAditya Kumar1-9/+0
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn1-20/+21
2015-11-19fix PR68341: correctly compute the insertion point for close phi nodesAditya Kumar1-34/+62
2015-11-19fix bootstrap without ISL on old linkersAditya Kumar1-32/+0
2015-11-18Enable condegen in case of cond phis.Aditya Kumar1-62/+106
2015-11-18Move codegen related functions to graphite-isl-ast-to-gimple.cAditya Kumar1-75/+1844
2015-11-12Preserve the original program while using graphite.Aditya Kumar1-34/+117
2015-11-04remove parameter_rename_mapAditya Kumar1-72/+1
2015-11-04improve debug of codegenAditya Kumar1-0/+14
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+2
2015-10-21avoid generation of empty guards in trivial casesAditya Kumar1-4/+11
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar1-4/+4