summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-08-19re PR tree-optimization/91403 (GCC fails with ICE.)Richard Biener
2019-08-16tree-scalar-evolution.c (follow_ssa_edge_expr): Declare.Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-05tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener
2019-06-04re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener
2019-03-13re PR middle-end/89677 (internal compiler error: in wide_int_to_tree_1, at tr...Richard Biener
2019-03-04re PR tree-optimization/89572 (ICE in dyn_cast<gcond*, gimple>(gimple*) / get...Richard Biener
2019-02-01re PR tree-optimization/88597 (Compile time hog w/ -O1 -fpeel-loops)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-12re PR target/86677 (popcount builtin detection is breaking some kernel build)Kugan Vivekanandarajah
2018-11-05tree-scalar-evolution.h (final_value_replacement_loop): Update prototype.Richard Biener
2018-08-23scev: dump final value replacement expressionsAlexander Monakov
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez
2018-07-06gimplify.h (generic_expr_could_trap_p): Set as global function.Kugan Vivekanandarajah
2018-06-16re PR middle-end/82479 (missing popcount builtin detection)Kugan Vivekanandarajah
2018-03-08re PR tree-optimization/84552 (Compile time hog w/ -O2 -floop-nest-optimize -...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-10-172017-10-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener
2017-10-11tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types...Richard Biener
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-10-10tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ...Richard Biener
2017-06-16re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-04-24re PR fortran/80494 (ICE in wide_int_to_tree)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng
2016-07-15tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger
2016-07-07tree-scalar-evolution.c (iv_can_overflow_p): export.Jan Hubicka
2016-07-05tree-scalar-evolution.c (iv_can_overflow_p): New function.Jan Hubicka
2016-07-05tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if IV can overf...Jan Hubicka
2016-04-20tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.Bin Cheng
2016-04-14re PR tree-optimization/70614 (GCC gets stuck with -O)Richard Biener
2016-02-24re PR tree-optimization/69760 (Wrong 64-bit memory address caused by an unnee...Richard Biener
2016-01-18Enhance SCEV to follow copies of SSA_NAMEs.Alan Lawrence
2016-01-04Update copyright years.Jakub Jelinek
2015-11-20Do final value replacement in try_create_reduction_listTom de Vries
2015-11-17Make fdump-tree-sccp-details more completeTom de Vries
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-11-05[PATCH] tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence
2015-11-02Revert: tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence
2015-10-30alias.c: Remove unused headers.Andrew MacLeod