]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-sra.c
* config/i386/i386.md (@cmp<mode>_1): Rename from cmp<mode>_1.
[thirdparty/gcc.git] / gcc / tree-sra.c
2019-06-13  rguenth2019-06-13 Richard Biener <rguenther@suse.de>
2019-06-06  jambormDrop alignment check in build_reconstructed_reference
2019-06-06  jambormMake SRA re-construct orginal memory accesses when...
2019-03-18  jambormAdd forgotten requeing in propagate_subaccesses_across_link
2019-03-10  jambormMake SRA less strict with memcpy performing MEM_REFs
2019-02-18  jamborm[PR 89209] Avoid segfault in a peculiar corner case...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-10-22  jambormAdd a fun parameter to three stmt_could_throw... functions
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-06-19  marxinClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-08  marxinCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08  marxinRename get methods in symbol-summary.h to get_create.
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: build_ref_for_offset
2017-12-21  rsandifopoly_int: get_inner_reference & co.
2017-12-20  rsandifopoly_int: get_addr_base_and_unit_offset
2017-12-20  rsandifopoly_int: get_ref_base_and_extent
2017-12-12  aoliva[SFN] boilerplate changes in preparation to introduce...
2017-12-08  jambormPrevent SRA from removing type changing assignment
2017-11-27  jamborm[PR 81248] Fix ipa-sra size check
2017-11-09  jambormMoving parameter manipulation into its own file
2017-10-03  jamborm[PR 82363] Fix thinko in SRA subaccess propagation
2017-09-26  jambormMake SRA qsort comparator transitive
2017-09-06  jambormEnqueue all SRA links for write flag propagation
2017-08-11  ebotcazou * tree-sra.c (build_access_from_expr_1): Use more...
2017-06-13  jamborm[PR80803 2/2] Diligent queuing in SRA grp_write prop
2017-06-13  jamborm[PR80803 1/2] Streamline SRA access enqueuing
2017-06-13  jambormTrivial fix in dump_access_tree_1
2017-06-01  jamborm[PR 80898] Propagate grp_write from disqualified SRA...
2017-05-23  marxinIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-23  hubicka * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgrap...
2017-05-22  hubicka * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-05-04  jamborm[PR 80622] Treat const pools as initialized in SRA
2017-05-02  jamborm[PR 78687] Set SRA grp_write lazily
2017-04-24  jamborm[PR 80293] Dont totally-scalarize char arrays
2017-04-06  rguenth2017-04-06 Richard Biener <rguenther@suse.de>
2017-01-01  jakub Update copyright years.
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-10-09  jakub * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2016-09-23  jakub * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTO...
2016-09-16  jason Add inline functions for various bitwise operations.
2016-07-11  edlinger2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-05-20  jamborm[PR 70884] Constant pool SRA fix
2016-05-02  rsandifoSupport <, <=, > and >= for offset_int and widest_int
2016-04-13  jakub PR c++/70594
2016-04-12  jakub PR tree-optimization/70602
2016-04-05  rguenth2016-04-05 Richard Biener <rguenther@suse.de>
2016-03-11  alalaw01Fix PR/70013
2016-03-09  jakub PR tree-optimization/70152
2016-02-26  jamborm[PR 69920] Prevent SRA from leaving a removed SSA_NAME...
2016-02-23  jamborm[pr 69666] No SRA default_def replacements for unscalar...
2016-01-27  jamborm[PR 69355] Correct hole detection when total_scalarizat...
2016-01-23  jakub * tree-ssanames.c (release_free_names_and_compact_live...
2016-01-18  alalaw01Make SRA scalarize constant-pool loads
2016-01-04  jakub Update copyright years.
2015-11-24  tbsaundedestroy values as well as keys when removing them from...
2015-11-11  marxinFix various memory leaks
2015-11-09  marxinFix memory leaks and use a pool_allocator
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-11-06  alalaw01tree-sra.c: Fix completely_scalarize for negative indices.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-30  alalaw01[Trivial] tree-sra.c: A few comment fixes/additions.
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-09  jamborm[PR 67794] Also remap SSA_NAMEs defined in ASMs in...
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-09-18  alalaw01completely_scalarize arrays as well as records.
2015-09-16  miyukiShare memory blocks between pool allocators
2015-08-28  alalaw01Revert: completely_scalarize arrays as well as records
2015-08-27  alalaw01completely_scalarize arrays as well as records
2015-08-27  alalaw01Refactor completely_scalarize_var
2015-07-16  marxinAdd new object_allocator and clean-up allocator usage.
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  marxinFix PR bootstrap/66744.
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-03  jgreenhalgh[Patch SRA] Fix PR66119 by calling get_move_ratio in SRA
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01  marxinChange use to type-based pool allocator in tree-sra.c.
2015-05-27  marxinNew memory allocation statistics infrastructure.
2015-04-18  tbsaunderemove need for store_values_directly
2015-03-31  rguenth2015-03-31 Richard Biener <rguenther@suse.de>
2015-03-16  hubicka * tree-sra.c (ipa_sra_preliminary_function_checks...
2015-03-11  rguenth2015-03-11 Richard Biener <rguenther@suse.de>
2015-03-04  hubicka * tree-sra.c (convert_callers): Use call_for_symbol_an...
2015-03-03  ebotcazou * fold-const.c (round_up_loc): Cast divisor to HOST_WI...
2015-03-03  jamborm2015-03-03 Martin Jambor <mjambor@suse.cz>
2015-02-13  ienkovichgcc/
2015-02-12  jakub * tree-sra.c (dump_dereferences_table): Avoid -Wformat...
2015-01-19  ienkovich * tree-sra.c (some_callers_have_mismatched_arguments_p...
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-22  marxinsymbol_summary is used for inline_summary.
2014-12-22  marxinipa-prop uses symbol_summary class.
next