aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-4/+6
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-4/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-5/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener1-1/+8
2013-07-23reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang1-1/+5
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-6/+6
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-16/+19
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener1-156/+0
2013-01-25Fix PR56035.Marek Polacek1-4/+2
2013-01-17Fix PR55833.Marek Polacek1-5/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka1-2/+2
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-18re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Richard Biener1-24/+42
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-18/+18
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-19/+19
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-10-29re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O...Richard Guenther1-0/+27
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka1-9/+19
2012-10-17cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka1-0/+18
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-2/+1
2012-09-30cfgloop.c (scale_loop_profile): Move to...Jan Hubicka1-3/+109
2012-08-14graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher1-0/+3
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+2
2012-01-05re PR rtl-optimization/49710 (segfault)Jan Hubicka1-4/+7
2012-01-01re PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559)Jan Hubicka1-1/+6
2011-03-07re PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled)Zdenek Dvorak1-1/+5
2011-03-05re PR rtl-optimization/47899 (ICE in get_loop_body, at cfgloop.c:831)Zdenek Dvorak1-4/+9
2010-11-03re PR tree-optimization/46107 (-ftree-loop-distribute-patterns caused verify_...Jakub Jelinek1-3/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2009-12-02re PR middle-end/42229 (cancel_loop_tree: bad read causes ice)Richard Guenther1-9/+2
2009-11-27i386.c (ix86_emit_restore_sse_regs_using_mov): Remove unused insn variable.Jakub Jelinek1-7/+1