summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-address.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-16re PR rtl-optimization/91173 (ICE: in int_mode_for_mode, at stor-layout.c:403)Jeff Law
2019-06-19tree-ssa-address.c (preferred_mem_scale_factor): Handle when mem_mode is BLKm...Kugan Vivekanandarajah
2019-06-13re PR target/88834 ([SVE] Poor addressing mode choices for LD2 and ST2)Kugan Vivekanandarajah
2019-01-01Update copyright years.Jakub Jelinek
2018-01-13Improve canonicalisation of TARGET_MEM_REFsRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford
2017-12-20poly_int: aff_treeRichard Sandiford
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford
2017-12-20poly_int: tree constantsRichard Sandiford
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-05-11tree-ssa-address.c: Include header file.Bin Cheng
2017-05-11tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move from ...Bin Cheng
2017-05-11tree-ssa-address.c (struct mem_address): Move to header file.Bin Cheng
2017-01-09[tree-ssa-address] Avoid creating non-canonical RTL in gen_addr_rtxKyrylo Tkachov
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah
2016-05-23tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when TMR_INDEX is non...Bin Cheng
2016-01-04Update copyright years.Jakub Jelinek
2015-11-09re PR tree-optimization/66768 (address space gets lost on literal pointer)Richard Henderson
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-08-19remove more useless typedefsTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-01tree.h (copy_mem_ref_info): Delete.Eric Botcazou
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl