| Commit message (Expand) | Author | Age | Files | Lines |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -1/+1 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | cfghooks.c (copy_bbs): Add update_dominance argument. | Steve Ellcey | 2013-05-16 | 1 | -15/+23 |
* | re PR tree-optimization/57122 (ICE in verify_loop_structure, at cfgloop.c:164... | Richard Biener | 2013-04-30 | 1 | -1/+3 |
* | Support slim switch for cfg graph dump | Xinliang David Li | 2013-04-23 | 1 | -1/+2 |
* | Display profile info in graph cfg dump | Xinliang David Li | 2013-04-23 | 1 | -0/+5 |
* | Add uniform debug dump function names. | Lawrence Crowl | 2013-03-29 | 1 | -0/+16 |
* | re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 2013-02-18 | 1 | -1/+6 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | re PR rtl-optimization/55740 (ICE in verify_loop_structure, at cfgloop.c:1582... | Richard Biener | 2012-12-20 | 1 | -3/+15 |
* | rtl.h (print_insn_with_notes): Remove prototype. | Steven Bosscher | 2012-12-04 | 1 | -0/+16 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -5/+6 |
* | * cfghooks.c (copy_bbs): Handle a null loop_father. | Aldy Hernandez | 2012-11-06 | 1 | -6/+9 |
* | * basic-block. (profile_record): New struct, moved from passes.c. | Steven Bosscher | 2012-10-09 | 1 | -0/+54 |
* | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 2012-09-13 | 1 | -0/+18 |
* | basic-block.h (struct basic_block): Remove loop_depth member, move flags and ... | Richard Guenther | 2012-08-13 | 1 | -2/+0 |
* | cfg.c (debug_bb): Do not set TDF_BLOCKS. | Steven Bosscher | 2012-08-07 | 1 | -2/+4 |
* | basic-block.h (BB_FLAGS_TO_PRESERVE): New define. | Steven Bosscher | 2012-07-20 | 1 | -5/+4 |
* | dumpfile.h (TDF_COMMENT): New define. | Steven Bosscher | 2012-07-17 | 1 | -43/+37 |
* | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 2012-07-08 | 1 | -0/+31 |
* | cfglayout.h: Remove. | Steven Bosscher | 2012-06-17 | 1 | -0/+121 |
* | re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 2012-04-03 | 1 | -9/+19 |
* | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 2012-03-28 | 1 | -1/+24 |
* | cfghooks.c (redirect_edge_and_branch_force): Localize variable. | Eric Botcazou | 2011-04-11 | 1 | -17/+14 |
* | basic-block.h (force_nonfallthru): Move to... | Eric Botcazou | 2011-04-07 | 1 | -2/+39 |
* | cfghooks.c (tidy_fallthru_edges): Add ??? comment. | Eric Botcazou | 2011-04-04 | 1 | -1/+3 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -2/+2 |
* | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 2010-10-21 | 1 | -3/+1 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -1/+1 |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -1/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | cfghooks.c (split_block): Copy discriminator to new block. | Cary Coutant | 2009-07-24 | 1 | -0/+1 |
* | cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co... | Laurynas Biveinis | 2009-04-22 | 1 | -4/+4 |
* | cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and EDGE_IRREDUCIBLE_LOOP. | Sebastian Pop | 2008-11-03 | 1 | -1/+10 |
* | sel-sched.h, [...]: New files. | Andrey Belevantsev | 2008-09-01 | 1 | -3/+28 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -4/+4 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+3 |
* | tree-flow.h (const_block_stmt_iterator): Remove. | Diego Novillo | 2007-09-07 | 1 | -2/+2 |
* | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 2007-08-27 | 1 | -6/+6 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | cfghooks.c (split_block): Fix the information about loop latch. | Zdenek Dvorak | 2007-07-25 | 1 | -1/+5 |
* | re PR rtl-optimization/32729 (Loop unrolling not performed with large constan... | Zdenek Dvorak | 2007-07-12 | 1 | -8/+0 |
* | cfghooks.c (remove_edge): New function. | Zdenek Dvorak | 2007-07-09 | 1 | -12/+16 |
* | tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr... | Zdenek Dvorak | 2007-06-09 | 1 | -2/+2 |
* | cfg.c (init_flow): Use type safe memory macros. | Thomas Neumann | 2007-06-05 | 1 | -5/+5 |
* | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 2007-06-03 | 1 | -5/+5 |
* | re PR middle-end/32018 (ICE on optimization) | Zdenek Dvorak | 2007-05-24 | 1 | -3/+2 |
* | tree-vrp.c (finalize_jump_threads): Do not care about dominance info. | Zdenek Dvorak | 2007-05-17 | 1 | -2/+8 |
* | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 2007-05-11 | 1 | -1/+1 |