aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-923/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska1-1/+1
2021-11-18Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska1-1/+1
2021-09-27Use on-demand ranges in ssa_name_has_boolean_range before querying nonzero bits.Aldy Hernandez1-5/+14
2021-05-27Move global range code to value-query.cc.Aldy Hernandez1-44/+0
2021-05-26Cleanup get_range_infoAldy Hernandez1-43/+14
2021-01-19middle-end/98638 - avoid SSA reference to stmts after SSA deconstructionRichard Biener1-0/+8
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-27tree-ssanames: Allow non-SSA_NAME arguments to get_range_infoJakub Jelinek1-5/+14
2020-11-23Do not leak SSANAMES in lto streamerJan Hubicka1-4/+4
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
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-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez1-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-7/+14
2019-08-16Add type to VR_VARYING.Aldy Hernandez1-3/+5
2019-06-21re PR tree-optimization/90949 (null pointer check removed)Jeff Law1-1/+6
2019-03-18re PR tree-optimization/88945 (ICE in fold_convert_loc in FRE when using -fdu...Richard Biener1-5/+5
2019-02-26Improve memory statistics report readability.Martin Liska1-2/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-2/+2
2018-11-13tree-ssanames.h (set_range_info): Use value_range_base.Richard Biener1-2/+2
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener1-1/+1
2018-11-09gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performin...Aldy Hernandez1-0/+30
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-2/+4
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-6/+6
2018-01-29re PR libgomp/84086 ([8 Regresssion] segfault in instantiate_scev_r for libgo...Richard Biener1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: adjust_ptr_info_misalignmentRichard Sandiford1-4/+7
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-3/+3
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-24re PR middle-end/81931 (r251260 breaks many tests on powerpc64)Aldy Hernandez1-1/+3
2017-06-30tree-ssanames.c (set_range_info_raw): Abstract from ...Aldy Hernandez1-6/+41
2017-05-25Move "(A & C) == D is false when D & ~C != 0" to match.pdMarc Glisse1-1/+4
2017-05-14use auto_bitmap moreTrevor Saunders1-7/+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-3/+16
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah1-0/+29
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-4/+0
2016-02-08re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...Richard Biener1-1/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-2/+2
2016-01-18re PR tree-optimization/69320 (wrong code generation at -O2 and higher)Jeff Law1-2/+1
2016-01-15re PR tree-optimization/69270 (DOM should exploit range information to create...Jeff Law1-0/+34
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09Re: [PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law1-10/+5