aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-27tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence1-0/+14
2015-09-20switch from gimple to gimple*Trevor Saunders1-18/+18
2015-09-17tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New parameter.Bin Cheng1-2/+80
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03re PR middle-end/66375 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-26/+24
2015-06-02re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Bin Cheng1-62/+76
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-2/+4
2014-11-20remove more ggc htabsTrevor Saunders1-45/+27