summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
Commit message (Expand)AuthorAgeFilesLines
* add [cd]tors to scc_infotbsaunde2016-07-261-35/+22
* 2016-07-18 Richard Biener <rguenther@suse.de>rguenth2016-07-191-2/+16
* 2016-05-12 Richard Biener <rguenther@suse.de>rguenth2016-05-121-1/+4
* 2016-05-06 Richard Biener <rguenther@suse.de>rguenth2016-05-061-1/+1
* Fix ICE in dump_pred_graphvries2016-05-021-1/+5
* 2016-04-27 Richard Biener <rguenther@suse.de>rguenth2016-04-271-35/+14
* 2016-04-27 Richard Biener <rguenther@suse.de>rguenth2016-04-271-1/+28
* 2016-04-18 Richard Biener <rguenther@suse.de>rguenth2016-04-181-28/+48
* Add debug_varinfo and debug_varmapvries2016-04-171-0/+108
* 2016-03-10 Richard Biener <rguenther@suse.de>rguenth2016-03-101-0/+10
* 2016-02-26 Richard Biener <rguenther@suse.de>rguenth2016-02-261-0/+8
* Fix GOMP/GOACC_parallel optimization in ipa-ptavries2016-02-091-9/+40
* Fix infinite recursion in create_variable_info_for_1vries2016-01-131-8/+34
* Update copyright years.jakub2016-01-041-1/+1
* Add pass_oacc_ipavries2015-12-161-0/+2
* Handle sizes and kinds params of GOACC_paralllel in find_func_clobbersvries2015-12-131-0/+16
* 2015-12-10 Richard Biener <rguenther@suse.de>rguenth2015-12-101-8/+23
* 2015-12-10 Richard Biener <rguenther@suse.de>rguenth2015-12-101-27/+42
* 2015-12-10 Richard Biener <rguenther@suse.de>rguenth2015-12-101-0/+5
* Remove invalid assert in find_func_aliases_for_builtin_callvries2015-12-101-1/+0
* Fix GOMP/GOACC_parallel handling in find_func_clobbersvries2015-12-091-1/+46
* Handle BUILT_IN_GOACC_PARALLEL in ipa-ptavries2015-12-021-4/+24
* Handle BUILT_IN_GOMP_PARALLEL in ipa-ptavries2015-11-301-13/+58
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-3/+7
* Handle recursive restrict in function parametervries2015-11-041-33/+45
* Use decl_type in create_variable_info_for_1vries2015-11-041-2/+2
* Rename make_restrict_var_constraints to make_param_constraintsvries2015-11-021-19/+14
* Replace make_copy_constraint with make_constraint_from in make_restrict_var_c...vries2015-11-021-1/+1
* Don't expect existing varinfo for arguments in intra_create_variable_infosvries2015-10-311-6/+2
* Add initial constraints in create_function_info_forvries2015-10-311-26/+55
* Improve readability and structure of create_function_info_forvries2015-10-311-7/+15
* Use make_copy_constraint in ipa_pta_executevries2015-10-311-11/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-13/+0
* Cleanup fipa-pta constraint dumpingvries2015-10-301-5/+14
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-9/+9
* Remove superfluous code in intra_create_variable_infosvries2015-10-281-12/+7
* Generate constraints only once in intra_create_variable_infosvries2015-10-281-0/+2
* Improve alias dump infovries2015-10-281-50/+62
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+5
* Add var in push_fields_onto_fieldstackvries2015-10-271-5/+6
* Add make_restrict_var_constraintsvries2015-10-261-8/+16
* Add vars in intra_create_variables_infovries2015-10-261-5/+7
* Inline get_vi_for_tree into intra_create_variable_infosvries2015-10-261-1/+6
* Use make_constraint_from in intra_create_variable_infosvries2015-10-231-8/+1
* Add missing is_full_var setting in create_variable_info_for_1vries2015-10-231-0/+2
* 2015-09-24 Richard Biener <rguenther@suse.de>rguenth2015-09-241-2/+3
* 2015-09-23 Richard Biener <rguenther@suse.de>rguenth2015-09-231-6/+6
* Handle restrict pointer references as restrict in AAvries2015-09-221-0/+3
* Handle single restrict pointer in struct in create_variable_info_for_1vries2015-09-221-9/+16
* switch from gimple to gimple*tbsaunde2015-09-201-11/+11