summaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.c
AgeCommit message (Expand)Author
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-08-04Adjust get_range_info to use the base irange class.Aldy Hernandez
2020-01-01Update copyright years.Jakub Jelinek
2019-11-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He
2019-08-16Add type to VR_VARYING.Aldy Hernandez
2019-06-21re PR tree-optimization/90949 (null pointer check removed)Jeff Law
2019-03-18re PR tree-optimization/88945 (ICE in fold_convert_loc in FRE when using -fdu...Richard Biener
2019-02-26Improve memory statistics report readability.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-13tree-ssanames.h (set_range_info): Use value_range_base.Richard Biener
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener
2018-11-09gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performin...Aldy Hernandez
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-01-29re PR libgomp/84086 ([8 Regresssion] segfault in instantiate_scev_r for libgo...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: adjust_ptr_info_misalignmentRichard Sandiford
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford
2017-08-24re PR middle-end/81931 (r251260 breaks many tests on powerpc64)Aldy Hernandez
2017-06-30tree-ssanames.c (set_range_info_raw): Abstract from ...Aldy Hernandez
2017-05-25Move "(A & C) == D is false when D & ~C != 0" to match.pdMarc Glisse
2017-05-14use auto_bitmap moreTrevor Saunders
2017-01-01Update copyright years.Jakub Jelinek
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener
2016-02-08re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...Richard Biener
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek
2016-01-18re PR tree-optimization/69320 (wrong code generation at -O2 and higher)Jeff Law
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law
2016-01-04Update copyright years.Jakub Jelinek
2015-11-09Re: [PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law
2015-11-09[PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener
2015-10-23[PATCH] Call flush_ssaname_freelist more oftenJeff Law
2015-10-09Re: [PATCH] Update SSA_NAME manager to use two listsJeff Law
2015-10-05re PR middle-end/67821 (ICE in duplicate_ssa_name_range_info)Marek Polacek
2015-09-30[PATCH] Update SSA_NAME manager to use two listsBernd Schmidt
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek
2015-09-20switch from gimple to gimple*Trevor Saunders