aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod1-2/+2
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-12/+21
2013-09-27* cfgloop.h (number_of_loops): Fix typo in check for null.Paulo Matos1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+14
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-15/+17
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener1-1/+3
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+1
2013-04-17re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener1-2/+5
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek1-0/+4
2013-02-11re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener1-1/+1
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-28/+23
2012-11-06cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka1-0/+1
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka1-1/+1
2012-10-17cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka1-0/+1
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-1/+2
2012-10-14tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka1-1/+2
2012-10-09Fix for PR53397 by making prefecthing less agressiveVenkataramanan Kumar1-0/+14
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-3/+0
2012-09-28basic-block.h (RDIV): Define.Jan Hubicka1-0/+1
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-1/+1
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-0/+8
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-3/+3
2012-06-17cfgloop.h: Do not include rtl.h.Steven Bosscher1-4/+11