aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30Handle BUILT_IN_GOMP_PARALLEL in ipa-ptaTom de Vries1-13/+58
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+7
2015-11-04Handle recursive restrict in function parameterTom de Vries1-33/+45
2015-11-04Use decl_type in create_variable_info_for_1Tom de Vries1-2/+2
2015-11-02Rename make_restrict_var_constraints to make_param_constraintsTom de Vries1-19/+14
2015-11-02Replace make_copy_constraint with make_constraint_from in make_restrict_var_c...Tom de Vries1-1/+1
2015-10-31Don't expect existing varinfo for arguments in intra_create_variable_infosTom de Vries1-6/+2
2015-10-31Add initial constraints in create_function_info_forTom de Vries1-26/+55
2015-10-31Improve readability and structure of create_function_info_forTom de Vries1-7/+15
2015-10-31Use make_copy_constraint in ipa_pta_executeTom de Vries1-11/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-30Cleanup fipa-pta constraint dumpingTom de Vries1-5/+14
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-28Remove superfluous code in intra_create_variable_infosTom de Vries1-12/+7
2015-10-28Generate constraints only once in intra_create_variable_infosTom de Vries1-0/+2
2015-10-28Improve alias dump infoTom de Vries1-50/+62
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+5
2015-10-27Add var in push_fields_onto_fieldstackTom de Vries1-5/+6
2015-10-26Add make_restrict_var_constraintsTom de Vries1-8/+16
2015-10-26Add vars in intra_create_variables_infoTom de Vries1-5/+7
2015-10-26Inline get_vi_for_tree into intra_create_variable_infosTom de Vries1-1/+6
2015-10-23Use make_constraint_from in intra_create_variable_infosTom de Vries1-8/+1
2015-10-23Add missing is_full_var setting in create_variable_info_for_1Tom de Vries1-0/+2
2015-09-24re PR c/48885 (missed optimization with restrict qualifier?)Richard Biener1-2/+3
2015-09-23tree-ssa-structalias.c (intra_create_variable_infos): Build representatives f...Richard Biener1-6/+6
2015-09-22Handle restrict pointer references as restrict in AATom de Vries1-0/+3
2015-09-22Handle single restrict pointer in struct in create_variable_info_for_1Tom de Vries1-9/+16
2015-09-20switch from gimple to gimple*Trevor Saunders1-11/+11
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-09-03re PR ipa/66705 (section is missing linker error with -flto -fipa-pta)Richard Biener1-9/+6
2015-08-19remove more useless typedefsTrevor Saunders1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-2/+2
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-20/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken functions.Richard Biener1-1/+2
2015-06-01Change use to type-based pool allocator inMartin Liska1-10/+7
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+16
2015-02-16re PR tree-optimization/65077 (memcpy generates incorrect code with floating ...Richard Biener1-5/+4
2015-01-26Initialize ruid in new_var_infoH.J. Lu1-0/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-8/+10
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-1/+202