summaryrefslogtreecommitdiff
path: root/gcc/graphite-isl-ast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Preserve the original program while using graphite.spop2015-11-121-34/+117
* remove parameter_rename_mapspop2015-11-041-72/+1
* improve debug of codegenspop2015-11-041-0/+14
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+2
* avoid generation of empty guards in trivial casesspop2015-10-211-4/+11
* Refactoring sese.h and graphite-poly.hspop2015-10-211-4/+4
* gather bbs and conditions in a single walk through dominatorsspop2015-10-071-2/+2
* move graphite bookkeeping from sese to sese_infospop2015-10-071-19/+19
* Move declarations, assign types, renaming.spop2015-10-061-6/+7
* Rename gimple_bb to gimple_poly_bbspop2015-10-011-3/+3
* switch from gimple to gimple*tbsaunde2015-09-201-4/+4
* Remove limit_scopsspop2015-09-081-4/+77