summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Use range-based for loops for traversing loopsKewen Lin2021-07-291-12/+4
* Convert remaining passes to get_range_query.Aldy Hernandez2021-05-261-2/+11
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* tree-ssanames: Allow non-SSA_NAME arguments to get_range_infoJakub Jelinek2020-11-271-14/+4
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove gcc/params.* files.Martin Liska2019-11-121-1/+0
* Apply mechanical replacement (generated patch).Martin Liska2019-11-121-2/+2
* re PR tree-optimization/91403 (GCC fails with ICE.)Richard Biener2019-08-191-49/+23
* tree-scalar-evolution.c (follow_ssa_edge_expr): Declare.Richard Biener2019-08-161-196/+153
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-51/+51
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+2
* tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou2019-07-051-0/+2
* tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener2019-07-021-34/+0
* re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener2019-06-041-58/+52
* re PR middle-end/89677 (internal compiler error: in wide_int_to_tree_1, at tr...Richard Biener2019-03-131-0/+5
* re PR tree-optimization/89572 (ICE in dyn_cast<gcond*, gimple>(gimple*) / get...Richard Biener2019-03-041-1/+1
* re PR tree-optimization/88597 (Compile time hog w/ -O1 -fpeel-loops)Richard Biener2019-02-011-33/+59
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR target/86677 (popcount builtin detection is breaking some kernel build)Kugan Vivekanandarajah2018-11-121-0/+33
* tree-scalar-evolution.h (final_value_replacement_loop): Update prototype.Richard Biener2018-11-051-97/+7
* scev: dump final value replacement expressionsAlexander Monakov2018-08-231-1/+3
* tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez2018-07-071-5/+6
* gimplify.h (generic_expr_could_trap_p): Set as global function.Kugan Vivekanandarajah2018-07-061-0/+12
* re PR middle-end/82479 (missing popcount builtin detection)Kugan Vivekanandarajah2018-06-161-0/+15
* re PR tree-optimization/84552 (Compile time hog w/ -O2 -floop-nest-optimize -...Richard Biener2018-03-081-1/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: get_inner_reference & co.Richard Sandiford2017-12-211-5/+3
* 2017-10-17 Richard Biener <rguenther@suse.de>Richard Biener2017-10-171-4/+2
* re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener2017-10-131-213/+74
* tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types...Richard Biener2017-10-111-61/+30
* Require wi::to_wide for treesRichard Sandiford2017-10-101-3/+4
* tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ...Richard Biener2017-10-101-14/+9
* re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener2017-06-161-0/+1
* Add default value for last argument of dump functions.Martin Liska2017-05-161-22/+22
* re PR fortran/80494 (ICE in wide_int_to_tree)Richard Biener2017-04-241-1/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng2016-08-091-3/+2
* tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng2016-07-211-1/+1
* tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng2016-07-151-6/+88
* Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2016-07-111-2/+1
* tree-scalar-evolution.c (iv_can_overflow_p): export.Jan Hubicka2016-07-071-1/+1
* tree-scalar-evolution.c (iv_can_overflow_p): New function.Jan Hubicka2016-07-051-0/+89
* tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if IV can overf...Jan Hubicka2016-07-051-2/+1
* tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.Bin Cheng2016-04-201-0/+30
* re PR tree-optimization/70614 (GCC gets stuck with -O)Richard Biener2016-04-141-0/+5
* re PR tree-optimization/69760 (Wrong 64-bit memory address caused by an unnee...Richard Biener2016-02-241-13/+57
* Enhance SCEV to follow copies of SSA_NAMEs.Alan Lawrence2016-01-181-17/+33
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Do final value replacement in try_create_reduction_listTom de Vries2015-11-201-121/+127