aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Add unroll and jam passMichael Matz1-1/+2
2017-12-06re PR tree-optimization/81945 (ICE in operator[], at vec.h:749)Jakub Jelinek1-1/+1
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou1-3/+4
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+5
2017-09-25cfgloop.h (sort_sibling_loops): Declare.Richard Biener1-0/+1
2017-08-30[36/77] Use scalar_int_mode in the RTL iv routinesRichard Sandiford1-6/+6
2017-07-05cfgloop.h (struct loop): Add comment.Bin Cheng1-1/+12
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-18/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders1-1/+1
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+49
2016-06-24Dump profile-based number of iterationsMartin Liska1-3/+4
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+5
2016-05-20cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.Jan Hubicka1-2/+2
2016-03-07re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener1-10/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-26Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries1-1/+0
2015-11-25Improve verification of loop->latch in verify_loop_structureTom de Vries1-0/+1
2015-11-17Add in_oacc_kernels_region in struct loopTom de Vries1-0/+3
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-0/+10
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-14/+46
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02re PR tree-optimization/48052 (loop not vectorized if index is "unsigned int")Bin Cheng1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-22cfgbuild.h: New.Andrew MacLeod1-41/+1
2014-10-21cfg.h: New.Andrew MacLeod1-1/+0
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-6/+3
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-2/+11
2014-09-08re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe...Richard Biener1-2/+0
2014-09-05cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING.Richard Biener1-0/+8
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-0/+2
2014-08-22loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm1-4/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-05-07More gcc/loop-unswitch.c cleanup.Thomas Schwinge1-2/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+14
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-3/+3
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+3
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-29/+33
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-10/+2