]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-structalias.c
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-ssa-structalias.c
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-16  Tom de VriesAdd pass_oacc_ipa
2015-12-13  Tom de VriesHandle sizes and kinds params of GOACC_paralllel in...
2015-12-10  Richard Bienertree-ssa-structalias.c (struct variable_info): Add...
2015-12-10  Richard Bienerre PR ipa/68331 ([meta-bug] fipa-pta issues)
2015-12-10  Richard Bienertree-ssa-structalias.c (create_function_info_for):...
2015-12-10  Tom de VriesRemove invalid assert in find_func_aliases_for_builtin_call
2015-12-09  Tom de VriesFix GOMP/GOACC_parallel handling in find_func_clobbers
2015-12-02  Tom de VriesHandle BUILT_IN_GOACC_PARALLEL in ipa-pta
2015-11-30  Tom de VriesHandle BUILT_IN_GOMP_PARALLEL in ipa-pta
2015-11-08  Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-04  Tom de VriesHandle recursive restrict in function parameter
2015-11-04  Tom de VriesUse decl_type in create_variable_info_for_1
2015-11-02  Tom de VriesRename make_restrict_var_constraints to make_param_cons...
2015-11-02  Tom de VriesReplace make_copy_constraint with make_constraint_from...
2015-10-31  Tom de VriesDon't expect existing varinfo for arguments in intra_cr...
2015-10-31  Tom de VriesAdd initial constraints in create_function_info_for
2015-10-31  Tom de VriesImprove readability and structure of create_function_in...
2015-10-31  Tom de VriesUse make_copy_constraint in ipa_pta_execute
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-30  Tom de VriesCleanup fipa-pta constraint dumping
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Tom de VriesRemove superfluous code in intra_create_variable_infos
2015-10-28  Tom de VriesGenerate constraints only once in intra_create_variable...
2015-10-28  Tom de VriesImprove alias dump info
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-27  Tom de VriesAdd var in push_fields_onto_fieldstack
2015-10-26  Tom de VriesAdd make_restrict_var_constraints
2015-10-26  Tom de VriesAdd vars in intra_create_variables_info
2015-10-26  Tom de VriesInline get_vi_for_tree into intra_create_variable_infos
2015-10-23  Tom de VriesUse make_constraint_from in intra_create_variable_infos
2015-10-23  Tom de VriesAdd missing is_full_var setting in create_variable_info...
2015-09-24  Richard Bienerre PR c/48885 (missed optimization with restrict qualif...
2015-09-23  Richard Bienertree-ssa-structalias.c (intra_create_variable_infos...
2015-09-22  Tom de VriesHandle restrict pointer references as restrict in AA
2015-09-22  Tom de VriesHandle single restrict pointer in struct in create_vari...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-16  Mikhail MaltsevShare memory blocks between pool allocators
2015-09-03  Richard Bienerre PR ipa/66705 (section is missing linker error with...
2015-08-19  Trevor Saundersremove more useless typedefs
2015-07-16  Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Andrew Macleodbb-reorder.c: Don't include obstack.h if backend.h...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-01  Richard Bienertree-ssa-structalias.c (ipa_pta_execute): Handle addres...
2015-06-01  Martin LiskaChange use to type-based pool allocator in
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-02-16  Richard Bienerre PR tree-optimization/65077 (memcpy generates incorre...
2015-01-26  H.J. LuInitialize ruid in new_var_info
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-31  Uros Bizjakdiagnostic.c (build_message_string): Use xvasprintf.
2014-11-24  Richard Bienerre PR tree-optimization/55334 (mgrid regression (ipa...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-16  Jan Hubickapasses.c (execute_one_pass): Do not apply all transform...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-02  Richard Bienerre PR middle-end/62695 (internal compiler error: in...
2014-09-01  Richard Bienertree-ssa-struct-aliases.c (find_func_aliases_for_builti...
2014-08-15  Richard Bienertree-ssa-structalias.c (readonly_id): Rename to string_id.
2014-08-07  Trevor Saundersremove pointer-set.[ch]
2014-08-02  Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-28  Richard Bienerre PR ipa/61921 (ICE: SIGSEGV in varpool_node::get_cons...
2014-07-24  Martin LiskaIPA C++ refactoring 2/N
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-24  Richard Bienerre PR ipa/61823 (gcc.dg/torture/pr43879_[12].c FAILs...
2014-07-09  Trevor Saundersremove has_execute
2014-07-08  Richard Bienerre PR tree-optimization/61681 (wrong code at -Os and...
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-05-22  Richard Bienertree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle...
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-05-06  Richard Bienerre PR debug/61070 (debug_bitmap writes to stdout)
2014-04-25  Richard Bienerre PR ipa/60912 (wrong code with -O -fno-inline -fipa...
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-04-15  Richard Bienertree-ssa-structalias.c (find_func_aliases_for_builtin_c...
2014-03-11  Richard Bienertree-ssa-structalias.c (get_constraint_for_ptr_offset...
2014-03-11  Richard Bienerre PR middle-end/60429 (Miscompilation (aliasing) with...
2014-02-07  Richard Bienerre PR middle-end/60092 (posix_memalign not recognized...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-10  Richard Bienerre PR middle-end/38474 (compile time explosion in dataf...
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  Richard Bienerre PR middle-end/38474 (compile time explosion in dataf...
2013-12-06  Oleg Endoasan.c: Remove struct tags when referring to class...
2013-12-04  Xinliang David LiUpdate changed bit when constraint set changes
2013-11-26  Richard Bienerre PR tree-optimization/59287 (points-to analysis confu...
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-22  Trevor Saundersadd auto_vec
2013-11-20  Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
next