trans.c: Include header files.
[gcc.git] / gcc / tree-ssa-structalias.c
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-27 Jakub Jelinekattribs.c (decl_attributes): Imply noinline, noclone...
2017-07-25 Georg-Johann Layre PR lto/81487 ([mingw32] ld.exe: error: asprintf...
2017-06-19 Jakub Jelinektree-ssa-structalias.c (get_constraint_for_ptr_offset...
2017-05-23 Martin LiskaMove symtab_node::dump_table to symbol_table::dump
2017-05-16 Martin LiskaAdd default value for last argument of dump functions.
2017-05-02 Richard Bienerre PR tree-optimization/80591 (AArch64 kernel miscompil...
2017-04-21 Richard Bienerre PR tree-optimization/79547 (duplicate strlen calls...
2017-04-10 Richard Bienertree-ssa-structalias.c (find_func_aliases): Properly...
2017-03-27 Richard Bienerre PR ipa/79776 (ICE on valid code in insert_vi_for_tre...
2017-02-17 Richard Bienerre PR inline-asm/79552 (Wrong code generation due to...
2017-02-13 Jakub Jelinekcprop.c (cprop_jump): Add missing space in string literal.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-02 Richard Bienerre PR tree-optimization/78035 (Inconsistency between...
2016-11-02 Richard Bienerre PR middle-end/78047 (Chromium apparently gets miscom...
2016-10-20 Richard Bienertree-ssa-alias.c (ptrs_compare_unequal): Remove code...
2016-10-17 Kugan VivekanandarajahSet nonnull attribute to ptr_info_def based on VRP
2016-10-09 Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-10-07 Richard Bienerre PR tree-optimization/77879 (mpd gets miscompiled...
2016-09-21 Richard Bienerre PR tree-optimization/77648 (Setting conversion to...
2016-09-15 Kugan VivekanandarajahIterator to visit SSA
2016-07-26 Trevor Saundersadd [cd]tors to scc_info
2016-07-19 Richard Bienerre PR tree-optimization/71908 (ICE at -Os and above...
2016-05-12 Richard Bienerre PR middle-end/71062 (r235622 and restrict pointers)
2016-05-06 Richard Bienerre PR tree-optimization/70948 (r235622 caused gcc.c...
2016-05-02 Marek PolacekFix ICE in dump_pred_graph
2016-04-27 Richard Bienerre PR ipa/70760 (wrong generated code for std::make_uni...
2016-04-27 Richard Bienerre PR ipa/70785 (LTO bootstrap with IPA PTA is broken)
2016-04-18 Richard Bienerre PR tree-optimization/43434 (Missed vectorization...
2016-04-17 Tom de VriesAdd debug_varinfo and debug_varmap
2016-03-10 Richard Bienerre PR tree-optimization/70128 (Linux kernel div patchin...
2016-02-26 Richard Bienerre PR target/69551 (Wrong code with single element...
2016-02-09 Tom de VriesFix GOMP/GOACC_parallel optimization in ipa-pta
2016-01-13 Tom de VriesFix infinite recursion in create_variable_info_for_1
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...
next