summaryrefslogtreecommitdiff
path: root/gcc/graphite-isl-ast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-05-31 Richard Biener <rguenther@suse.de>rguenth2017-05-311-13/+23
* Add default value for last argument of dump functions.marxin2017-05-161-17/+17
* 2017-03-24 Richard Biener <rguenther@suse.de>rguenth2017-03-241-0/+4
* 2017-03-20 Richard Biener <rguenther@suse.de>rguenth2017-03-201-5/+5
* 2017-02-16 Richard Biener <rguenther@suse.de>rguenth2017-02-161-21/+9
* 2017-02-13 Richard Biener <rguenther@suse.de>rguenth2017-02-131-162/+0
* Update copyright years.jakub2017-01-011-1/+1
* 2016-11-11 Richard Biener <rguenther@suse.de>rguenth2016-11-111-3/+0
* PR c/7652mpolacek2016-08-121-1/+1
* Properly handly PHI stmts in later_of_the_two (PRmarxin2016-07-201-0/+12
* Handle 3-arg phi in copy_bb_and_scalar_dependencesvries2016-05-311-6/+5
* Remove assert in get_def_bb_for_constvries2016-05-301-1/+0
* [PATCH 2/2] (header usage fix) include c++ headers in system.hnsz2016-04-221-1/+1
* Fix typo in copy_cond_phi_argsvries2016-04-121-1/+1
* Unshare create_empty_if_region_on_edge argumentvries2016-03-141-1/+2
* Handle addr_expr and component_ref in graphite-ast-to-astvries2016-03-021-1/+3
* PR69545: revert patchspop2016-01-291-5/+16
* remove out of sync commentsspop2016-01-281-354/+83
* use codegen_error_pspop2016-01-281-24/+25
* assert instead of silently failing code genspop2016-01-281-20/+6
* handle isl_ast_op_selectspop2016-01-261-10/+8
* new scop schedule for isl-0.15spop2016-01-261-86/+117
* fix codegen error exposed by compute isl flow patchspop2016-01-211-18/+30
* fix pr68692: reinstantiate the copy of internal parametersspop2016-01-211-1/+106
* fix PR68976: only add loop close phi for names defined in loopspop2016-01-211-2/+2
* add missing ast node for isl 0.15spop2016-01-211-0/+10
* add more coalescing to simplify constraintsspop2016-01-211-0/+2
* Update copyright years.jakub2016-01-041-1/+1
* replace ISL with islspop2015-12-171-24/+23
* move all isl include files to graphite.hspop2015-12-171-12/+0
* attach schedule tree to the scopspop2015-12-161-2/+63
* Remove individial dependence pointers and add a scop::dependence to contain a...spop2015-12-161-5/+2
* update required isl versionspop2015-12-161-8/+2
* check that all the scev applied ops have are dominated by their defsspop2015-12-041-13/+22
* Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCSvries2015-12-031-0/+4
* handle missing isl_ast_exprspop2015-12-021-0/+2
* do not insert code outside the generated regionspop2015-12-021-0/+1
* fix PR68550: do not handle ISL loop peeled statementsspop2015-12-021-0/+26
* check for ISL generated code that leads to division by zerospop2015-11-301-2/+83
* always print parameter names as P_{SSA_NAME_VERSION}spop2015-11-301-2/+2
* fix PR68453: recursively add phi nodes to merge pointsspop2015-11-261-88/+213
* fix PR67984: check for constants in rename mapspop2015-11-241-38/+60
* move all declarations to a same .h filespop2015-11-241-2/+1
* fix PR68493: bail out when codegen_error is setspop2015-11-231-0/+2
* call update_ssa oncespop2015-11-231-9/+0
* Correct graphite*.c ISL header file inclusion order.dje2015-11-231-20/+21
* fix PR68341: correctly compute the insertion point for close phi nodesspop2015-11-191-34/+62
* fix bootstrap without ISL on old linkersspop2015-11-191-32/+0
* Enable condegen in case of cond phis.spop2015-11-181-62/+106
* Move codegen related functions to graphite-isl-ast-to-gimple.cspop2015-11-181-75/+1844