aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tree-ssanames: Allow non-SSA_NAME arguments to get_range_infoJakub Jelinek1-14/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-08-19re PR tree-optimization/91403 (GCC fails with ICE.)Richard Biener1-49/+23
2019-08-16tree-scalar-evolution.c (follow_ssa_edge_expr): Declare.Richard Biener1-196/+153
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-51/+51
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-05tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou1-0/+2
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener1-34/+0
2019-06-04re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener1-58/+52
2019-03-13re PR middle-end/89677 (internal compiler error: in wide_int_to_tree_1, at tr...Richard Biener1-0/+5
2019-03-04re PR tree-optimization/89572 (ICE in dyn_cast<gcond*, gimple>(gimple*) / get...Richard Biener1-1/+1
2019-02-01re PR tree-optimization/88597 (Compile time hog w/ -O1 -fpeel-loops)Richard Biener1-33/+59
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-12re PR target/86677 (popcount builtin detection is breaking some kernel build)Kugan Vivekanandarajah1-0/+33
2018-11-05tree-scalar-evolution.h (final_value_replacement_loop): Update prototype.Richard Biener1-97/+7
2018-08-23scev: dump final value replacement expressionsAlexander Monakov1-1/+3
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-5/+6
2018-07-06gimplify.h (generic_expr_could_trap_p): Set as global function.Kugan Vivekanandarajah1-0/+12
2018-06-16re PR middle-end/82479 (missing popcount builtin detection)Kugan Vivekanandarajah1-0/+15
2018-03-08re PR tree-optimization/84552 (Compile time hog w/ -O2 -floop-nest-optimize -...Richard Biener1-1/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-5/+3
2017-10-172017-10-17 Richard Biener <rguenther@suse.de>Richard Biener1-4/+2
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-213/+74
2017-10-11tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types...Richard Biener1-61/+30
2017-10-10Require wi::to_wide for treesRichard Sandiford1-3/+4
2017-10-10tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ...Richard Biener1-14/+9
2017-06-16re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener1-0/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-22/+22
2017-04-24re PR fortran/80494 (ICE in wide_int_to_tree)Richard Biener1-1/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng1-3/+2
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng1-1/+1
2016-07-15tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng1-6/+88
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-2/+1
2016-07-07tree-scalar-evolution.c (iv_can_overflow_p): export.Jan Hubicka1-1/+1
2016-07-05tree-scalar-evolution.c (iv_can_overflow_p): New function.Jan Hubicka1-0/+89
2016-07-05tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if IV can overf...Jan Hubicka1-2/+1
2016-04-20tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.Bin Cheng1-0/+30
2016-04-14re PR tree-optimization/70614 (GCC gets stuck with -O)Richard Biener1-0/+5
2016-02-24re PR tree-optimization/69760 (Wrong 64-bit memory address caused by an unnee...Richard Biener1-13/+57
2016-01-18Enhance SCEV to follow copies of SSA_NAMEs.Alan Lawrence1-17/+33
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-20Do final value replacement in try_create_reduction_listTom de Vries1-121/+127
2015-11-17Make fdump-tree-sccp-details more completeTom de Vries1-1/+11
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+4
2015-11-05[PATCH] tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence1-0/+17
2015-11-02Revert: tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence1-14/+0