Age | Commit message (Expand) | Author | Files | Lines |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -1/+1 |
2014-05-19 | reg-notes.def (CROSSING_JUMP): Likewise. | Richard Sandiford | 1 | -1/+1 |
2014-05-16 | cfghooks.c (make_forwarder_block): Use direct computation to get fall-through... | Dehao Chen | 1 | -10/+6 |
2014-03-14 | re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647) | Richard Biener | 1 | -2/+6 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate FOR_EACH_BB_REVERSE macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate profile_status macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -14/+15 |
2013-11-19 | Eliminate n_edges macro | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-05-16 | cfghooks.c (copy_bbs): Add update_dominance argument. | Steve Ellcey | 1 | -15/+23 |
2013-04-30 | re PR tree-optimization/57122 (ICE in verify_loop_structure, at cfgloop.c:164... | Richard Biener | 1 | -1/+3 |
2013-04-23 | Support slim switch for cfg graph dump | Xinliang David Li | 1 | -1/+2 |
2013-04-23 | Display profile info in graph cfg dump | Xinliang David Li | 1 | -0/+5 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+16 |
2013-02-18 | re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 1 | -1/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-20 | re PR rtl-optimization/55740 (ICE in verify_loop_structure, at cfgloop.c:1582... | Richard Biener | 1 | -3/+15 |
2012-12-04 | rtl.h (print_insn_with_notes): Remove prototype. | Steven Bosscher | 1 | -0/+16 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+6 |
2012-11-06 | * cfghooks.c (copy_bbs): Handle a null loop_father. | Aldy Hernandez | 1 | -6/+9 |
2012-10-09 | * basic-block. (profile_record): New struct, moved from passes.c. | Steven Bosscher | 1 | -0/+54 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -0/+18 |
2012-08-13 | basic-block.h (struct basic_block): Remove loop_depth member, move flags and ... | Richard Guenther | 1 | -2/+0 |
2012-08-07 | cfg.c (debug_bb): Do not set TDF_BLOCKS. | Steven Bosscher | 1 | -2/+4 |
2012-07-20 | basic-block.h (BB_FLAGS_TO_PRESERVE): New define. | Steven Bosscher | 1 | -5/+4 |
2012-07-17 | dumpfile.h (TDF_COMMENT): New define. | Steven Bosscher | 1 | -43/+37 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -0/+31 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -0/+121 |
2012-04-03 | re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 1 | -9/+19 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -1/+24 |
2011-04-11 | cfghooks.c (redirect_edge_and_branch_force): Localize variable. | Eric Botcazou | 1 | -17/+14 |
2011-04-07 | basic-block.h (force_nonfallthru): Move to... | Eric Botcazou | 1 | -2/+39 |
2011-04-04 | cfghooks.c (tidy_fallthru_edges): Add ??? comment. | Eric Botcazou | 1 | -1/+3 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -2/+2 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -3/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-07-24 | cfghooks.c (split_block): Copy discriminator to new block. | Cary Coutant | 1 | -0/+1 |
2009-04-22 | cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co... | Laurynas Biveinis | 1 | -4/+4 |
2008-11-03 | cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and EDGE_IRREDUCIBLE_LOOP. | Sebastian Pop | 1 | -1/+10 |
2008-09-01 | sel-sched.h, [...]: New files. | Andrey Belevantsev | 1 | -3/+28 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -4/+4 |