summaryrefslogtreecommitdiff
path: root/gcc/tree-affine.c
AgeCommit message (Expand)Author
2020-05-10Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow in affine combinati...Xionghu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-16tree-affine.c (expr_to_aff_combination): New function split out from...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-10tree-affine.c (tree_to_aff_combination): Remove unreachable MEM_REF case.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-12-20poly_int: get_inner_reference_affRichard Sandiford
2017-12-20poly_int: aff_treeRichard Sandiford
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-06-07tree-affine.c (ssa.h): Include header file.Bin Cheng
2017-06-07* tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).Bin Cheng
2017-06-07(aff_combination_expand): Move (T1)(X *+- CST) simplification to ...Bin Cheng
2017-04-10re PR tree-optimization/80153 (ivopt generate wrong code)Bin Cheng
2017-04-07tree-affine.c (wide_int_ext_for_comb): Take type rather than aff_tree.Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger
2016-05-09Missing pointer dereference in tree-affine.cRichard Sandiford
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford
2016-01-04Update copyright years.Jakub Jelinek
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor 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-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener
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-08-07remove pointer-set.[ch]Trevor Saunders
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders
2014-05-08tree-affine.c (tree_to_aff_combination): Handle MEM_REF for core part of addr...Bin Cheng
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
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-11-07tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.Bin Cheng
2013-09-03tree-affine.c (add_elt_to_tree): Fix association issue...Richard Biener