summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* remove has_executetbsaunde2014-07-091-3/+0
* Stop the cfglayout code from failing an assert when called from hw-doloop.bernds2014-05-211-8/+8
* gcc/rsandifo2014-05-191-11/+7
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* * cfgcleanup.c (try_forward_edges): Use location_t for locations.ebotcazou2014-05-141-2/+2
* pass cfun to pass::executetbsaunde2014-04-171-44/+41
* remove has_gatetbsaunde2014-04-171-3/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-17 Teresa Johnson <tejohnson@google.com>tejohnson2013-12-171-1/+2
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-6/+6
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-11/+11
* Eliminate last_basic_block macro.dmalcolm2013-12-091-5/+8
* Eliminate profile_status macro.dmalcolm2013-12-091-3/+3
* Eliminate basic_block_info macro.dmalcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* PR bootstrap/59279steven2013-11-241-21/+10
* * jump.c (reset_insn_reg_label_operand_notes): New function,steven2013-11-241-10/+21
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-77/+95
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-5/+5
* This patch fixes an lto profiledbootstrap failure withtejohnson2013-11-181-0/+9
* * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven2013-11-131-5/+9
* PR middle-end/58670jakub2013-10-101-2/+10
* gcc/rsandifo2013-09-281-9/+9
* gcc/rsandifo2013-09-231-8/+8
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-3/+153
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-51/+102
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-44/+168
* 2013-05-16 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-161-113/+197
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-0/+41
* * cfgrtl.c (cfg_layout_merge_blocks): Revert r184005, implementsteven2013-04-161-29/+34
* * emit-rtl.c (remove_insn): Do not call df_insn_delete here.steven2013-04-131-0/+2
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-0/+2
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-21/+18
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-2/+1
* 2013-02-25 Tom de Vries <tom@codesourcery.com>vries2013-02-251-6/+4
* 2013-02-06 Tom de Vries <tom@codesourcery.com>vries2013-02-061-3/+9
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-0/+2
* * function.h (struct rtl_data): Remove epilogue_delay_list.steven2012-12-021-8/+0
* 2012-11-27 Dehao Chen <dehao@google.com>dehao2012-11-271-2/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-4/+4
* PR rtl-optimization/54127jakub2012-11-131-1/+33
* * cfg-flags.def (ABNORMAL_CALL): Fix comment.ebotcazou2012-11-021-16/+27
* This patch normalizes more bitmap function names.crowl2012-11-011-3/+3
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* * loop-doloop.c (doloop_modify): Pass doloop_end pattern toamylaar2012-10-161-9/+20