aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-address.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+3
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-0/+1
2016-05-23tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when TMR_INDEX is non...Bin Cheng1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09re PR tree-optimization/66768 (address space gets lost on literal pointer)Richard Henderson1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+10
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-6/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+21
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+3
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+19
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+4
2012-10-01tree.h (copy_mem_ref_info): Delete.Eric Botcazou1-15/+6
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-14/+14
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+2
2012-07-26tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+1
2012-06-22double-int.c (double_int_multiple_of): New function.Bill Schmidt1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-9/+9
2011-10-11tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.Bill Schmidt1-1/+0
2011-10-11tree.h (copy_ref_info): Expose existing function.Bill Schmidt1-0/+63
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-4/+6
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-17/+5
2011-07-06Use pointer_mode for address computation.H.J. Lu1-10/+13
2011-05-31re PR rtl-optimization/49235 (ICE: in int_mode_for_mode, at stor-layout.c:424...Jakub Jelinek1-3/+3
2011-05-26re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther1-2/+5
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2010-09-06re PR middle-end/45534 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1031)Richard Biener1-12/+16
2010-09-04re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther1-8/+8
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-35/+68