| Commit message (Expand) | Author | Age | Files | Lines |
* | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -44/+41 |
* | remove has_gate | tbsaunde | 2014-04-17 | 1 | -3/+0 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | 2013-12-17 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-12-17 | 1 | -1/+2 |
* | Eliminate FOR_ALL_BB macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB_REVERSE macro. | dmalcolm | 2013-12-09 | 1 | -6/+6 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -11/+11 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -5/+8 |
* | Eliminate profile_status macro. | dmalcolm | 2013-12-09 | 1 | -3/+3 |
* | Eliminate basic_block_info macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate BASIC_BLOCK macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate SET_BASIC_BLOCK macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | PR bootstrap/59279 | steven | 2013-11-24 | 1 | -21/+10 |
* | * jump.c (reset_insn_reg_label_operand_notes): New function, | steven | 2013-11-24 | 1 | -10/+21 |
* | Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-21 | 1 | -1/+1 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -77/+95 |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -5/+5 |
* | This patch fixes an lto profiledbootstrap failure with | tejohnson | 2013-11-18 | 1 | -0/+9 |
* | * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up. | steven | 2013-11-13 | 1 | -5/+9 |
* | PR middle-end/58670 | jakub | 2013-10-10 | 1 | -2/+10 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -9/+9 |
* | gcc/ | rsandifo | 2013-09-23 | 1 | -8/+8 |
* | This patch sanitizes the partitioning to address issues such as edge | tejohnson | 2013-08-31 | 1 | -3/+153 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -51/+102 |
* | 2013-06-06 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-06-06 | 1 | -44/+168 |
* | 2013-05-16 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-05-16 | 1 | -113/+197 |
* | 2013-05-15 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-05-15 | 1 | -0/+41 |
* | * cfgrtl.c (cfg_layout_merge_blocks): Revert r184005, implement | steven | 2013-04-16 | 1 | -29/+34 |
* | * emit-rtl.c (remove_insn): Do not call df_insn_delete here. | steven | 2013-04-13 | 1 | -0/+2 |
* | First phase of unifying the computation of profile scale factors/probabilities | tejohnson | 2013-04-08 | 1 | -0/+2 |
* | * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | steven | 2013-03-30 | 1 | -21/+18 |
* | * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu | steven | 2013-03-29 | 1 | -2/+1 |
* | 2013-02-25 Tom de Vries <tom@codesourcery.com> | vries | 2013-02-25 | 1 | -6/+4 |
* | 2013-02-06 Tom de Vries <tom@codesourcery.com> | vries | 2013-02-06 | 1 | -3/+9 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -3/+1 |
* | * rtl.h (print_insn_with_notes): Remove prototype. | steven | 2012-12-04 | 1 | -0/+2 |
* | * function.h (struct rtl_data): Remove epilogue_delay_list. | steven | 2012-12-02 | 1 | -8/+0 |
* | 2012-11-27 Dehao Chen <dehao@google.com> | dehao | 2012-11-27 | 1 | -2/+3 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -4/+4 |
* | PR rtl-optimization/54127 | jakub | 2012-11-13 | 1 | -1/+33 |
* | * cfg-flags.def (ABNORMAL_CALL): Fix comment. | ebotcazou | 2012-11-02 | 1 | -16/+27 |
* | This patch normalizes more bitmap function names. | crowl | 2012-11-01 | 1 | -3/+3 |
* | 2012-11-01 Sharad Singhai <singhai@google.com> | singhai | 2012-11-01 | 1 | -0/+3 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | crowl | 2012-10-30 | 1 | -1/+1 |
* | * loop-doloop.c (doloop_modify): Pass doloop_end pattern to | amylaar | 2012-10-16 | 1 | -9/+20 |
* | * basic-block. (profile_record): New struct, moved from passes.c. | steven | 2012-10-09 | 1 | -0/+24 |
* | * bitmap.h (bitmap_and_into): Update prototype. | steven | 2012-10-08 | 1 | -1/+8 |
* | 2012-09-27 Dehao Chen <dehao@google.com> | dehao | 2012-09-27 | 1 | -8/+6 |
* | Integrate lexical block into source_location. | dehao | 2012-09-19 | 1 | -19/+20 |
* | * ipa-pure-const.c (state_from_flags, local_pure_const): Use | steven | 2012-09-13 | 1 | -2/+51 |