summaryrefslogtreecommitdiff
path: root/gcc/graphite-isl-ast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* [17/77] Add an int_mode_for_size helper functionRichard Sandiford2017-08-301-1/+1
* re PR tree-optimization/80906 (ICE in copy_loop_close_phi_args, at graphite-i...Richard Biener2017-05-311-13/+23
* Add default value for last argument of dump functions.Martin Liska2017-05-161-17/+17
* re PR tree-optimization/80167 (ICE in translate_isl_ast_to_gimple::is_valid_r...Richard Biener2017-03-241-0/+4
* re PR tree-optimization/80113 (ICE in set_var_live_on_entry at tree-ssa-live....Richard Biener2017-03-201-5/+5
* graphite.h: Do not include isl/isl_val_gmp.h, instead include isl/isl_val.h.Richard Biener2017-02-161-21/+9
* isl.m4: Remove support for ISL 0.14.Richard Biener2017-02-131-162/+0
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/71575 ([graphite] internal compiler error: in copy_co...Richard Biener2016-11-111-3/+0
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-1/+1
* Properly handly PHI stmts in later_of_the_two (PRMartin Liska2016-07-201-0/+12
* Handle 3-arg phi in copy_bb_and_scalar_dependencesTom de Vries2016-05-311-6/+5
* Remove assert in get_def_bb_for_constTom de Vries2016-05-301-1/+0
* [PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy2016-04-221-1/+1
* Fix typo in copy_cond_phi_argsTom de Vries2016-04-121-1/+1
* Unshare create_empty_if_region_on_edge argumentTom de Vries2016-03-141-1/+2
* Handle addr_expr and component_ref in graphite-ast-to-astTom de Vries2016-03-021-1/+3
* PR69545: revert patchSebastian Pop2016-01-291-5/+16
* remove out of sync commentsSebastian Pop2016-01-281-354/+83
* use codegen_error_pSebastian Pop2016-01-281-24/+25
* assert instead of silently failing code genSebastian Pop2016-01-281-20/+6
* handle isl_ast_op_selectAbderrazek Zaafrani2016-01-261-10/+8
* new scop schedule for isl-0.15Aditya Kumar2016-01-261-86/+117
* fix codegen error exposed by compute isl flow patchAditya Kumar2016-01-211-18/+30
* fix pr68692: reinstantiate the copy of internal parametersAditya Kumar2016-01-211-1/+106
* fix PR68976: only add loop close phi for names defined in loopAditya Kumar2016-01-211-2/+2
* add missing ast node for isl 0.15Aditya Kumar2016-01-211-0/+10
* add more coalescing to simplify constraintsAditya Kumar2016-01-211-0/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* replace ISL with islSebastian Pop2015-12-171-24/+23
* move all isl include files to graphite.hSebastian Pop2015-12-171-12/+0
* attach schedule tree to the scopAbderrazek Zaafrani2015-12-161-2/+63
* Remove individial dependence pointers and add a scop::dependence to contain a...Aditya Kumar2015-12-161-5/+2
* update required isl versionAditya Kumar2015-12-161-8/+2
* check that all the scev applied ops have are dominated by their defsAditya Kumar2015-12-041-13/+22
* Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCSTom de Vries2015-12-031-0/+4
* handle missing isl_ast_exprAditya Kumar2015-12-021-0/+2
* do not insert code outside the generated regionAditya Kumar2015-12-021-0/+1
* fix PR68550: do not handle ISL loop peeled statementsAditya Kumar2015-12-021-0/+26
* check for ISL generated code that leads to division by zeroAditya Kumar2015-11-301-2/+83
* always print parameter names as P_{SSA_NAME_VERSION}Aditya Kumar2015-11-301-2/+2
* fix PR68453: recursively add phi nodes to merge pointsAditya Kumar2015-11-261-88/+213
* fix PR67984: check for constants in rename mapAditya Kumar2015-11-241-38/+60
* move all declarations to a same .h fileAditya Kumar2015-11-241-2/+1
* fix PR68493: bail out when codegen_error is setAditya Kumar2015-11-231-0/+2
* call update_ssa onceAditya Kumar2015-11-231-9/+0
* Correct graphite*.c ISL header file inclusion order.David Edelsohn2015-11-231-20/+21
* fix PR68341: correctly compute the insertion point for close phi nodesAditya Kumar2015-11-191-34/+62
* fix bootstrap without ISL on old linkersAditya Kumar2015-11-191-32/+0
* Enable condegen in case of cond phis.Aditya Kumar2015-11-181-62/+106