aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Adjust get_range_info to use the base irange class.Aldy Hernandez1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-2/+2
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13tree-ssanames.h (set_range_info): Use value_range_base.Richard Biener1-2/+2
2018-11-09gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performin...Aldy Hernandez1-3/+2
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-4/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: adjust_ptr_info_misalignmentRichard Sandiford1-2/+1
2017-06-30tree-ssanames.c (set_range_info_raw): Abstract from ...Aldy Hernandez1-0/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-1/+2
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah1-0/+2
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-0/+4
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-5/+0
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-1/+1
2015-09-30[PATCH] Update SSA_NAME manager to use two listsBernd Schmidt1-0/+1
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-07-22re PR tree-optimization/66952 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor1-1/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-1/+9
2013-11-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford1-2/+4
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-2/+3
2013-10-31gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek1-3/+6
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-1/+1
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-0/+19
2013-09-12tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...Andrew MacLeod1-0/+119