aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-affine.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-7/+8
2017-12-20poly_int: get_inner_reference_affRichard Sandiford1-1/+1
2017-12-20poly_int: aff_treeRichard Sandiford1-27/+63
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-06-07tree-affine.c (ssa.h): Include header file.Bin Cheng1-0/+25
2017-06-07* tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).Bin Cheng1-10/+17
2017-06-07(aff_combination_expand): Move (T1)(X *+- CST) simplification to ...Bin Cheng1-22/+31
2017-04-10re PR tree-optimization/80153 (ivopt generate wrong code)Bin Cheng1-52/+28
2017-04-07tree-affine.c (wide_int_ext_for_comb): Take type rather than aff_tree.Richard Biener1-18/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-2/+2
2016-05-09Missing pointer dereference in tree-affine.cRichard Sandiford1-1/+1
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-5/+5
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
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-5/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-16/+12
2014-05-08tree-affine.c (tree_to_aff_combination): Handle MEM_REF for core part of addr...Bin Cheng1-1/+8
2014-05-06Merge in wide-int.Kenneth Zadeck1-99/+91
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-2/+3
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-3/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.Bin Cheng1-3/+6
2013-09-03tree-affine.c (add_elt_to_tree): Fix association issue...Richard Biener1-14/+20
2013-09-02tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to s...Richard Biener1-19/+31
2013-05-27re PR tree-optimization/57396 (Wrong code with -fpredictive-commoning in Fort...Richard Biener1-6/+11
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/+2
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-38/+35
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0