aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-39/+48
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-3/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-01-13re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)Jakub Jelinek1-6/+37
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng1-1/+74
2013-12-11revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng1-89/+1
2013-12-10re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng1-1/+89
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1